From 9a44308346c92209ce3ceb5953dbebda8620bebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 19:22:07 -0500 Subject: [PATCH] Bump urllib3 from 2.2.0 to 2.2.1 (#280) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.0 to 2.2.1. - [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.2.0...2.2.1) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 b7faa81..8e48ebf 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ sphinx==7.2.6 furo==2024.1.29 -urllib3==2.2.0 +urllib3==2.2.1 diff --git a/requirements.txt b/requirements.txt index 17e1819..4959438 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ Pillow==10.2.0 pre-commit==3.6.2 sphinx==7.2.6 colorlog==6.8.2 -urllib3==2.2.0 +urllib3==2.2.1 furo==2024.1.29 ruff==0.1.14