Skip to content

Commit

Permalink
Newer aiohttp required on python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch committed Dec 6, 2023
1 parent d7d98af commit c6a40be
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.7.4.post0
aiohttp==3.8.4
appdirs==1.4.4
click==7.1.2
dataclasses==0.8 ; python_version < '3.7'
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ setup_requires =
setuptools >= 38.3.0
python_requires = >=3.8
install_requires =
aiohttp >= 3.6
aiohttp >= 3.8.4
appdirs >= 1.4
click >= 7.0
dataclasses >= 0.7; python_version < '3.7'
Expand Down

0 comments on commit c6a40be

Please sign in to comment.