From 5cdbf656f7a7dbeff1d2a76eaf2cf5f657e0a557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 21:22:10 +0000 Subject: [PATCH] Bump urllib3[secure] from 2.2.3 to 2.5.0 Bumps [urllib3[secure]](https://github.com/urllib3/urllib3) from 2.2.3 to 2.5.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.2.3...2.5.0) --- updated-dependencies: - dependency-name: urllib3[secure] dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eb022f14f..1d99e712d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ yamllint==1.26.3 pathlib==1.0.1 sphinxcontrib.datatemplates==0.11.0 meetup-api==0.1.1 -urllib3[secure]==2.2.3 +urllib3[secure]==2.5.0 yamale==4.0.4 markdown==3.7 ruamel.yaml==0.18.14