Skip to content

Commit a183b7a

Browse files
Bump urllib3 from 2.6.0 to 2.6.2 (#2864)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.0...2.6.2) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a906873 commit a183b7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ certifi>=2022.12.07
1616
# Strict check
1717
mercantile==1.2.1
1818
requests==2.32.5
19-
urllib3==2.6.0
19+
urllib3==2.6.2
2020
validators==0.35.0
2121
#jsonschema
2222
#shapely

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ shapely==2.1.2
100100
# via -r requirements.in
101101
typing-extensions==4.14.1
102102
# via aiosignal
103-
urllib3==2.6.0
103+
urllib3==2.6.2
104104
# via
105105
# -r requirements.in
106106
# requests

0 commit comments

Comments
 (0)