Skip to content

Commit

Permalink
server: try aiohttp 3.9.0b0
Browse files Browse the repository at this point in the history
this version has python 3.12 support
  • Loading branch information
perrinjerome committed Oct 8, 2023
1 parent 40b6836 commit 5a65b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --no-annotate --output-file=requirements.txt
#
aiohttp==3.8.6
aiohttp==3.9.0b0
aiosignal==1.3.1
async-timeout==4.0.3
attrs==23.1.0
Expand Down
2 changes: 1 addition & 1 deletion server/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=test --no-annotate --output-file=test-requirements.txt
#
aiohttp==3.8.6
aiohttp==3.9.0b0
aioresponses==0.7.4
aiosignal==1.3.1
astroid==3.0.0
Expand Down

0 comments on commit 5a65b97

Please sign in to comment.