Skip to content

Commit

Permalink
Merge pull request #7145 from drew2a/fix/7122_requirements
Browse files Browse the repository at this point in the history
Update "io" and "pytest" dependencies
  • Loading branch information
drew2a authored Nov 7, 2022
2 parents 4755bee + b164653 commit aabeb7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements-core.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp==3.8.1
aiohttp==3.8.3
aiohttp-apispec==2.2.3 # keep this higher or equal to 2.2.3 https://githubhot.com/repo/maximdanilchenko/aiohttp-apispec/issues/122
anyio==3.3.4
anyio==3.6.2
chardet==4.0.0
configobj==5.0.6
cryptography==35.0.0
Expand Down
8 changes: 4 additions & 4 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-r requirements.txt

pytest==7.1.2
pytest==7.2.0
pytest-aiohttp==1.0.4
pytest-asyncio==0.18.3
pytest-mock==3.7.0
pytest-randomly==3.11.0
pytest-asyncio==0.20.1
pytest-mock==3.10.0
pytest-randomly==3.12.0
pytest-timeout==2.1.0
pytest-freezegun==0.4.2
freezegun==1.2.1
Expand Down

0 comments on commit aabeb7f

Please sign in to comment.