Skip to content

Commit

Permalink
Bump pytest-asyncio from 0.21.0 to 0.21.1 in /requirements
Browse files Browse the repository at this point in the history
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.21.0...v0.21.1)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2023
1 parent 196abbf commit e7c25fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pytest==7.3.1
# -r tests.in
# pytest-asyncio
# pytest-xprocess
pytest-asyncio==0.21.0
pytest-asyncio==0.21.1
# via -r tests.in
pytest-xprocess==0.22.2
# via -r tests.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pytest==7.3.1
# -r tests.in
# pytest-asyncio
# pytest-xprocess
pytest-asyncio==0.21.0
pytest-asyncio==0.21.1
# via -r tests.in
pytest-xprocess==0.22.2
# via -r tests.in
Expand Down

0 comments on commit e7c25fc

Please sign in to comment.