From 7a2d7e27d66b99aee07d4a3539d9fa910f54a6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:19:24 +0200 Subject: [PATCH] Bump urllib3[secure] from 1.26.9 to 2.2.3 (#2277) Bumps [urllib3[secure]](https://github.com/urllib3/urllib3) from 1.26.9 to 2.2.3. - [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/1.26.9...2.2.3) --- updated-dependencies: - dependency-name: urllib3[secure] dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0d3bb127c8..d4d94e51a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ yamllint==1.26.3 pathlib==1.0.1 sphinxcontrib.datatemplates==0.9.1 meetup-api==0.1.1 -urllib3[secure]==1.26.9 +urllib3[secure]==2.2.3 yamale==4.0.4 markdown==3.3.6 ruamel.yaml==0.17.21