From 8ab660aacccb2979ab74746ada5cca6b5b278874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 18:31:31 +0700 Subject: [PATCH] chore(deps): bump requests from 2.26.0 to 2.32.0 in /infrastructure/utils/python/github-helpers in the pip group across 1 directory (#1070) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yurii Shynbuiev - IOHK --- infrastructure/utils/python/github-helpers/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",