From 75ca4c1f12adae8403d2c20b1afbdf0a7ff81a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:58:34 +0000 Subject: [PATCH] Bump urllib3 from 2.0.3 to 2.0.6 in /requirements Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.3 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.3...2.0.6) --- 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 c795e84..dc497f2 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.3 +urllib3==2.0.6 # via # requests # twine