Skip to content

Commit

Permalink
Bump aiohttp from 3.8.5 to 3.9.0 in /src (#260)
Browse files Browse the repository at this point in the history
* Bump aiohttp from 3.8.5 to 3.9.0 in /src

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.9.0.
- [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.5...v3.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* update requirements-dev.in

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Romaniello <[email protected]>
  • Loading branch information
dependabot[bot] and aromanielloNTIA authored Nov 30, 2023
1 parent b9c354f commit 4df53cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ tox>=4.0,<5.0
# The following are sub-dependencies for which SCOS Sensor enforces a
# higher minimum patch version than the dependencies which require them.
# This is done to ensure the inclusion of specific security patches.
aiohttp>=3.8.5 # CVE-2023-37276
aiohttp>=3.9.0 # CVE-2023-37276
3 changes: 1 addition & 2 deletions src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-dev.in
#
aiohttp==3.8.5
aiohttp==3.9.0
# via
# -r requirements-dev.in
# aiohttp-cors
Expand Down Expand Up @@ -49,7 +49,6 @@ chardet==5.1.0
charset-normalizer==3.0.1
# via
# -r requirements.txt
# aiohttp
# requests
click==8.1.3
# via
Expand Down

0 comments on commit 4df53cb

Please sign in to comment.