Skip to content

Commit

Permalink
Downgrade urllib (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
roznawsk authored Sep 18, 2023
1 parent af70bf3 commit c926e73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ pytest==7.1.3
python_dateutil==2.8.2
setuptools==67.6.1
typing_extensions==4.7.1
urllib3==2.0.4
urllib3 >= 1.25.3, < 2
pylint==2.17.5
pdoc==14.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"python_dateutil==2.8.2",
"setuptools==67.6.1",
"typing_extensions==4.7.1",
"urllib3==2.0.4",
"urllib3 >= 1.25.3, < 2",
"pylint==2.17.5"
]

Expand Down

0 comments on commit c926e73

Please sign in to comment.