From f369f3e25f1405ad26cf7b3130d73a76132c38a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:55:17 +0000 Subject: [PATCH] Bump urllib3 from 2.0.7 to 2.1.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.1.0. - [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.7...2.1.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f8b418f..47405ee 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ sphinx==7.2.6 furo==2023.9.10 -urllib3==2.0.7 +urllib3==2.1.0 diff --git a/requirements.txt b/requirements.txt index c7d8057..adbb71c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ Pillow==10.1.0 pre-commit==3.5.0 sphinx==7.2.6 colorlog==6.7.0 -urllib3==2.0.7 +urllib3==2.1.0 furo==2023.9.10