mjpieters / aiolimiter

An efficient implementation of a rate limiter for asyncio.
https://aiolimiter.readthedocs.io/en/latest/
MIT License
488 stars 22 forks source link

chore(deps-dev): bump pytest-asyncio from 0.21.1 to 0.22.0 #180

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps pytest-asyncio from 0.21.1 to 0.22.0.

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 0.22.0

0.22.0 (2023-10-31)

  • Class-scoped and module-scoped event loops can be requested via the asyncio_event_loop mark. #620
  • Deprecate redefinition of the event_loop fixture. #587 Users requiring a class-scoped or module-scoped asyncio event loop for their tests should mark the corresponding class or module with asyncio_event_loop.
  • Test items based on asynchronous generators always exit with xfail status and emit a warning during the collection phase. This behavior is consistent with synchronous yield tests. #642
  • Remove support for Python 3.7
  • Declare support for Python 3.12
Commits
  • a950f55 Prepare for release of v0.22.0.
  • 349d9c8 Build(deps): Bump outcome in /dependencies/default
  • 494601d Build(deps): Bump pytest from 7.4.2 to 7.4.3 in /dependencies/default
  • 044e568 [feat] Emit a deprecation warning when the event_loop fixture is explicitly r...
  • 9f75b3c [fix] Fixes an issue that causes DeprecationWarnings for event loop overrides...
  • b7c66db [build] Run code examples in docs as tests.
  • 62bf444 [docs] Extracted most Python code examples into separate files.
  • b6b2c7f [refactor] Simplified code in test_asyncio_mark.
  • 4bca1d7 [feat] Test items based on asynchronous generators always exit with xfail s...
  • d697a12 [refactor] test_warn_asyncio_marker_for_regular_func uses pytester, instead o...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
sonarcloud[bot] commented 10 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a07d6e5) 100.00% compared to head (9b3a6b8) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #180 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 2 2 Lines 61 61 Branches 6 6 ========================================= Hits 61 61 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.