Skip to content

Commit

Permalink
Bump aiohttp from 3.8.6 to 3.9.2 in /requirements
Browse files Browse the repository at this point in the history
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.2.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.8.6...v3.9.2)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent 6299c11 commit 4b2a9df
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.8.6
aiohttp==3.9.2
# 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.8.6
aiohttp==3.9.2
# 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.8.6
aiohttp==3.9.2
# 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.8.6
aiohttp==3.9.2
# via fsspec
aiosignal==1.3.1
# via aiohttp
Expand Down

0 comments on commit 4b2a9df

Please sign in to comment.