From 102f507b758434b11f3a302e53c72ebad30ebef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:02:57 +0000 Subject: [PATCH] Bump urllib3 from 2.0.6 to 2.0.7 in /requirements Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7. - [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.6...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/runtime.txt b/requirements/runtime.txt index dc497f2..a4b7e1c 100644 --- a/requirements/runtime.txt +++ b/requirements/runtime.txt @@ -76,7 +76,7 @@ typing-extensions==4.7.1 # via # pydantic # pydantic-core -urllib3==2.0.6 +urllib3==2.0.7 # via # requests # twine