Skip to content

Commit

Permalink
Merge pull request #67 from callowayproject/dependabot/pip/requiremen…
Browse files Browse the repository at this point in the history
…ts/aiohttp-3.9.4

Bump aiohttp from 3.9.2 to 3.9.4 in /requirements
  • Loading branch information
coordt authored May 4, 2024
2 parents da6b25a + 27525f9 commit ef6819f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=dev --extra=docs --extra=test --output-file=requirements/dev.txt pyproject.toml
#
aiohttp==3.9.2
aiohttp==3.9.4
# via fsspec
aiosignal==1.3.1
# via aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=docs --output-file=requirements/docs.txt pyproject.toml
#
aiohttp==3.9.2
aiohttp==3.9.4
# via fsspec
aiosignal==1.3.1
# via aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/prod.txt pyproject.toml
#
aiohttp==3.9.2
aiohttp==3.9.4
# via fsspec
aiosignal==1.3.1
# via aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=test --output-file=requirements/test.txt pyproject.toml
#
aiohttp==3.9.2
aiohttp==3.9.4
# via fsspec
aiosignal==1.3.1
# via aiohttp
Expand Down

0 comments on commit ef6819f

Please sign in to comment.