Skip to content

Commit

Permalink
Update pytest-asyncio requirement from ~=0.21.1 to ~=0.23.5 (#162)
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.21.1...v0.23.5)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent 87bbf28 commit 88f0215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ heckbot
pynacl~=1.5.0
pynamodb~=6.0.0
pytest~=7.4.3
pytest-asyncio~=0.21.1
pytest-asyncio~=0.23.5
python-dotenv~=1.0.0
PyYAML~=6.0.1
setuptools==69.0.3
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ flake8~=6.1.0
mypy==1.7.1
pre-commit==3.6.1
pytest~=7.4.3
pytest-asyncio~=0.21.1
pytest-asyncio~=0.23.5
pytest-cov~=4.1.0
tox~=4.12.1

0 comments on commit 88f0215

Please sign in to comment.