Skip to content

Commit

Permalink
Pin python-socks dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
romis2012 committed Nov 23, 2021
1 parent 6936737 commit 95ba868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiohttp_socks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'aiohttp-socks'
__version__ = '0.7.0'
__version__ = '0.7.1'

from python_socks import (
ProxyError,
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 @@
install_requires=[
'aiohttp>=2.3.2',
'attrs>=19.2.0',
'python-socks[asyncio]>=2.0.0',
'python-socks[asyncio]>=2.0.0,<3.0.0',
],
)

0 comments on commit 95ba868

Please sign in to comment.