Skip to content

Commit

Permalink
Merge pull request #219 from seapagan/dependabot/pip/pytest-asyncio-0…
Browse files Browse the repository at this point in the history
….23.2
  • Loading branch information
dependabot[bot] authored Dec 13, 2023
2 parents 0e621e3 + 48052ef commit 6f2ac8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pytest-xdist = "^3.2.1"
pytest-sugar = "^0.9.7"
pytest-randomly = "^3.13.0"
pytest-reverse = "^1.7.0"
pytest-asyncio = "^0.21.1"
pytest-asyncio = ">=0.21.1,<0.24.0"
pytest-mock = "^3.11.1"
mock = "^5.1.0"
faker = ">=19.2,<21.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pyjwt[crypto]==2.8.0 ; python_version >= "3.9" and python_version < "4.0"
pymarkdownlnt==0.9.15 ; python_version >= "3.9" and python_version < "4.0"
pymdown-extensions==10.4 ; python_version >= "3.9" and python_version < "4.0"
pynacl==1.5.0 ; python_version >= "3.9" and python_version < "4.0"
pytest-asyncio==0.21.1 ; python_version >= "3.9" and python_version < "4.0"
pytest-asyncio==0.23.2 ; python_version >= "3.9" and python_version < "4.0"
pytest-cov==4.1.0 ; python_version >= "3.9" and python_version < "4.0"
pytest-mock==3.12.0 ; python_version >= "3.9" and python_version < "4.0"
pytest-randomly==3.15.0 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit 6f2ac8b

Please sign in to comment.