From 17a3aa857e13bb5c6259593ea3e483d197c5117f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 14:56:02 +0300 Subject: [PATCH] Bump aiohttp from 3.9.0 to 3.9.4 (#766) Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.0 to 3.9.4. - [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.9.0...v3.9.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 31ff4248..1bf29880 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.9.0 +aiohttp==3.9.4 attrs==21.4.0 azure-identity==1.12.0 azure-mgmt-billing==6.0.0 diff --git a/setup.py b/setup.py index 570a25dc..ffa2d0d7 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ packages=find_packages(include=['cloud_governance', 'cloud_governance.*']), install_requires=[ - 'aiohttp==3.9.0', # required by jira + 'aiohttp==3.9.4', # required by jira 'attrs==21.4.0', # readthedocs 'azure-identity==1.12.0', # azure identity 'azure-mgmt-billing==6.0.0', # azure billing management diff --git a/tests_requirements.txt b/tests_requirements.txt index 5a8d6420..d4d31600 100644 --- a/tests_requirements.txt +++ b/tests_requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.9.0 +aiohttp==3.9.4 azure-identity==1.12.0 azure-mgmt-costmanagement==3.0.0 azure-mgmt-billing==6.0.0