Skip to content

Commit c926e73

Browse files
authored
Downgrade urllib (#5)
1 parent af70bf3 commit c926e73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pytest==7.1.3
44
python_dateutil==2.8.2
55
setuptools==67.6.1
66
typing_extensions==4.7.1
7-
urllib3==2.0.4
7+
urllib3 >= 1.25.3, < 2
88
pylint==2.17.5
99
pdoc==14.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"python_dateutil==2.8.2",
2121
"setuptools==67.6.1",
2222
"typing_extensions==4.7.1",
23-
"urllib3==2.0.4",
23+
"urllib3 >= 1.25.3, < 2",
2424
"pylint==2.17.5"
2525
]
2626

0 commit comments

Comments
 (0)