Skip to content

Commit

Permalink
Upgrade anyio
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelorenzo committed Jun 3, 2021
1 parent 1175aaa commit 83d9c7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
aiofile==3.5.0
anyio==3.0.1
anyio==3.1.0

asynctempfile==0.5.0
pytest==6.2.4
pytest-asyncio==0.15.1
pytest>=6.2.4
pytest-asyncio>=0.15.1

typing>=3.7.4.3; python_version < '3.8'
typing>=3.10.0.0; python_version < '3.10'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiofile==3.5.0
anyio==3.0.1
anyio==3.1.0

typing-extensions>=3.10.0.0; python_version < '3.10'

0 comments on commit 83d9c7b

Please sign in to comment.