From 28511dcc2bc72767351599d47a09d91016eb4d65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 16:30:59 +0000 Subject: [PATCH] Bump urllib3 from 1.26.19 to 2.4.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 to 2.4.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/1.26.19...2.4.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48f32fb..c9b39ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ 'soundfile', 'supervisor<=4.2.4', 'twython<=3.9.1', - "urllib3==1.26.19", # For compatibility with selenium==3.141.0 + "urllib3==2.4.0", # For compatibility with selenium==3.141.0 ] [project.optional-dependencies]