Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump aiohttp from 3.9.0b0 to 3.9.0 in /server #49

Merged
merged 2 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9.0b0
aiohttp==3.9.0
aiosignal==1.3.1
async-timeout==4.0.3
attrs==23.1.0
Expand Down
6 changes: 3 additions & 3 deletions server/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# pip-compile --extra=test --no-annotate --output-file=test-requirements.txt
#
aiohttp==3.9.0b0
aioresponses==0.7.4
aiohttp==3.9.0
aioresponses==0.7.6
aiosignal==1.3.1
astroid==3.0.0
async-timeout==4.0.3
Expand Down Expand Up @@ -55,4 +55,4 @@ zipp==3.17.0


## note: zc-buildout is commented out here, for tests we want to run
# with multiple versions, so we specify these versions in tox.ini
# with multiple versions, so we specify these versions in tox.ini
Loading