Skip to content

Commit f8e3639

Browse files
dependabot[bot]joda9
authored andcommitted
Update urllib3 requirement from <2.4.0 to <2.5.0
Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@0.3...2.4.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fbc97d2 commit f8e3639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rtd_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ sphinx_rtd_theme >= 0.5.2, < 3.1.0
1919
sphinx-autodoc-typehints < 3.2.0
2020
sphinx-autoapi < 3.7.0
2121
sshtunnel < 0.5.0
22-
urllib3 < 2.4.0
22+
urllib3 < 2.5.0
2323
workalendar < 17.1.0
2424
astroid == 3.3.9

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def read(fname):
6161
"shapely >= 1.7.0, < 2.1.0",
6262
"sqlalchemy < 1.4.0",
6363
"sshtunnel < 0.5.0",
64-
"urllib3 < 2.4.0",
64+
"urllib3 < 2.5.0",
6565
"workalendar < 17.1.0",
6666
"astroid == 3.3.9",
6767
]

0 commit comments

Comments
 (0)