Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/requirements/idna-3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt authored May 4, 2024
2 parents 61297b5 + ef6819f commit 181c958
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 181c958

Please sign in to comment.