Skip to content

Commit 39df03c

Browse files
Bump urllib3 from 2.3.0 to 2.4.0
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.3.0...2.4.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b1bd72 commit 39df03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requests==2.32.3 ; python_version >= "3.9" and python_version < "4.0"
2121
sqlparse==0.5.3 ; python_version >= "3.9" and python_version < "4.0"
2222
typing-extensions==4.13.2 ; python_version >= "3.9" and python_version < "3.11"
2323
tzdata==2025.1 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32"
24-
urllib3==2.3.0 ; python_version >= "3.9" and python_version < "4.0"
24+
urllib3==2.4.0 ; python_version >= "3.9" and python_version < "4.0"
2525
viewstate==0.6.0 ; python_version >= "3.9" and python_version < "4.0"
2626
werkzeug==3.1.3 ; python_version >= "3.9" and python_version < "4.0"
2727
zipp==3.21.0 ; python_version >= "3.9" and python_version < "3.10"

0 commit comments

Comments
 (0)