Skip to content

Commit c5343dc

Browse files
Bump urllib3 from 2.3.0 to 2.5.0 (#45)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 to 2.5.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.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 598094a commit c5343dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ tzdata==2025.2
115115
# via
116116
# -c requirements.txt
117117
# pandas
118-
urllib3==2.3.0
118+
urllib3==2.5.0
119119
# via
120120
# -c requirements.txt
121121
# requests

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ sqlparse==0.5.3
6262
# via django
6363
tzdata==2025.2
6464
# via pandas
65-
urllib3==2.3.0
65+
urllib3==2.5.0
6666
# via requests

0 commit comments

Comments
 (0)