From 021ad55a4de596f2e4cb141b5290088b787d2993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 10:19:25 +0200 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.2.2 (#236) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. - [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.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/requirements_docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements_docs.txt b/docs/requirements_docs.txt index ef03bb8..28fe614 100644 --- a/docs/requirements_docs.txt +++ b/docs/requirements_docs.txt @@ -5,4 +5,4 @@ h3 numpy Sphinx sphinx_rtd_theme -urllib3<2 +urllib3<3