From 002d0bef0536ce802fe432779e70fbe06df61782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:12:53 +0000 Subject: [PATCH] Bump urllib3 from 2.0.4 to 2.0.6 in /requirements/py3.10 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] --- requirements/py3.10/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/py3.10/test.txt b/requirements/py3.10/test.txt index d888c9089..3bc51022d 100644 --- a/requirements/py3.10/test.txt +++ b/requirements/py3.10/test.txt @@ -38,7 +38,7 @@ tomli==2.0.1 # via pytest types-pyyaml==6.0.12.11 # via responses -urllib3==2.0.4 +urllib3==2.0.6 # via # requests # responses