diff --git a/infrastructure/utils/python/github-helpers/setup.py b/infrastructure/utils/python/github-helpers/setup.py index ddad103090..15b51c24d8 100644 --- a/infrastructure/utils/python/github-helpers/setup.py +++ b/infrastructure/utils/python/github-helpers/setup.py @@ -14,7 +14,7 @@ }, install_requires=[ "Click==8.1.3", - "requests==2.26.0", + "requests==2.32.0", "pylint==2.10.2", "pytest==6.2.4", "pytest-cov==2.12.1",