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