Skip to content

Commit

Permalink
Update anyio dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
romis2012 committed Nov 5, 2023
1 parent 4d0d3a2 commit bcfb913
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
-e .
aiohttp==3.8.1
# aiohttp-socks==0.7.1
httpx==0.23.0
httpx-socks==0.7.4
httpx==0.24.1
httpx-socks==0.7.8
trustme==0.9.0
flake8==3.9.1
pytest==7.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ def get_long_description():
],
keywords='socks socks5 socks4 http proxy server asyncio trio anyio',
install_requires=[
'anyio>=3.6.1,<4.0.0',
'anyio>=3.6.1,<5.0',
],
)

0 comments on commit bcfb913

Please sign in to comment.