From 804bf48b105dc631989d727465db7d38ea2307b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:04:42 +0000 Subject: [PATCH] Bump urllib3 from 2.0.6 to 2.0.7 in /conda 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: direct:production ... Signed-off-by: dependabot[bot] --- conda/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/requirements.txt b/conda/requirements.txt index 7e55110f3..867cb8896 100644 --- a/conda/requirements.txt +++ b/conda/requirements.txt @@ -21,5 +21,5 @@ soupsieve == 2.5 tbtrim == 0.3.1 termcolor == 2.3.0 typing-extensions ; python_version < "3.11" -urllib3 == 2.0.6 +urllib3 == 2.0.7 webencodings == 0.5.1