Skip to content

Commit

Permalink
chore: update requirements to be compatible with python 3.12
Browse files Browse the repository at this point in the history
aiohttp==3.9.1
  • Loading branch information
ArthurVerrez committed Dec 29, 2023
1 parent ce7a81f commit 238b921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.8.6
aiohttp==3.9.1
aiosignal==1.3.1
async-timeout==4.0.3
attrs==23.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def read_requirements():

setup(
name="proxygetter",
version="0.2.0",
version="0.2.1",
url="https://github.com/ArthurVerrez/proxygetter",
author="Arthur Verrez",
author_email="macdouglass@outlook.com",
Expand Down

0 comments on commit 238b921

Please sign in to comment.