From b153158fecb87aa62f574bcffecd02f4429be718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 03:37:22 +0000 Subject: [PATCH] Bump urllib3 from 1.26.16 to 1.26.17 in /python Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.16...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements-direct.txt | 2 +- python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements-direct.txt b/python/requirements-direct.txt index e0dd2cd2..e9578ff3 100644 --- a/python/requirements-direct.txt +++ b/python/requirements-direct.txt @@ -4,4 +4,4 @@ lxml==4.9.3 psutil==5.9.5 PyGithub==2.0.1rc0 requests==2.31.0 -urllib3==1.26.16 +urllib3==1.26.17 diff --git a/python/requirements.txt b/python/requirements.txt index ecb99aab..c2c1cb0f 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -16,4 +16,4 @@ PyGithub==2.0.1rc0 certifi==2023.7.22 charset-normalizer==3.2.0 idna==3.4 - urllib3==1.26.16 + urllib3==1.26.17