From 4b3be288d570e2398f0ec43d49813e722da29ca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:05:46 +0000 Subject: [PATCH] Bump urllib3 from 2.0.4 to 2.0.6 in /hello-world-pypi-package Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.6. - [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/2.0.4...2.0.6) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hello-world-pypi-package/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-world-pypi-package/requirements.txt b/hello-world-pypi-package/requirements.txt index dffed35..6c20255 100644 --- a/hello-world-pypi-package/requirements.txt +++ b/hello-world-pypi-package/requirements.txt @@ -27,6 +27,6 @@ SecretStorage==3.3.3 six==1.16.0 tomli==2.0.1 twine==4.0.2 -urllib3==2.0.4 +urllib3==2.0.6 webencodings==0.5.1 zipp==3.16.2