Skip to content

Commit

Permalink
Merge pull request #105 from phenobarbital/modelhandler-bug
Browse files Browse the repository at this point in the history
bump aiohttp
  • Loading branch information
phenobarbital authored Sep 14, 2023
2 parents bab502c + b94e224 commit 27483c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proxylists/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = 'proxylists'
__description__ = ('Package for getting useful proxy servers, '
'can use lists like hidemy or proxydb.')
__version__ = '0.11.3'
__version__ = '0.11.4'
__author__ = 'Jesus Lara'
__author_email__ = '[email protected]'
__license__ = 'BSD'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def readme():
install_requires=[
"asyncio==3.4.3",
"uvloop>=0.16.0",
"aiohttp==3.8.4",
"aiohttp==3.8.5",
'requests>=2.28.2',
'requests[socks]>=2.28.2',
'orjson==3.8.10',
Expand Down

0 comments on commit 27483c3

Please sign in to comment.