Skip to content

Commit

Permalink
Bump aiohttp from 3.10.2 to 3.10.11 (#873)
Browse files Browse the repository at this point in the history
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.2 to 3.10.11.
- [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.10.2...v3.10.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 6343aa6 commit bfc6c4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.10.2
aiohttp==3.10.11
attrs==21.4.0
azure-identity==1.16.1
azure-mgmt-billing==6.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
packages=find_packages(include=['cloud_governance', 'cloud_governance.*']),

install_requires=[
'aiohttp==3.10.2', # required by jira
'aiohttp==3.10.11', # required by jira
'attrs==21.4.0', # readthedocs
'azure-identity==1.16.1', # azure identity
'azure-mgmt-billing==6.0.0', # azure billing management
Expand Down
2 changes: 1 addition & 1 deletion tests_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.10.2
aiohttp==3.10.11
azure-identity==1.16.1
azure-mgmt-billing==6.0.0
azure-mgmt-costmanagement==3.0.0
Expand Down

0 comments on commit bfc6c4a

Please sign in to comment.