From be362723f37fb5337e5cbc71ca691abb962bf403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:29:27 +0000 Subject: [PATCH] Bump aiohttp from 3.10.2 to 3.10.11 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](https://github.com/aio-libs/aiohttp/compare/v3.10.2...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- tests_requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 39811706..d9cb3e1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index c162a2d4..66e1579b 100644 --- a/setup.py +++ b/setup.py @@ -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 diff --git a/tests_requirements.txt b/tests_requirements.txt index b1d156c5..61a93367 100644 --- a/tests_requirements.txt +++ b/tests_requirements.txt @@ -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