Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requests-cache
shapely>=1.5.13
# The commit introducing the following line and the version for vcrpy can be reverted
# once https://github.com/kevin1024/vcrpy/issues/688 is fixed
urllib3==1.26.14
urllib3==2.6.0
vcrpy==4.2.1
pytest
pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requests-cache>=1.0.0
shapely>=1.5.13
# The commit introducing the following line and the version for vcrpy can be reverted
# once https://github.com/kevin1024/vcrpy/issues/688 is fixed
urllib3==1.26.14
urllib3==2.6.0
vcrpy==4.2.1
pytest
pytest-cov
Expand Down