Skip to content
Merged
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
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ packages = find:
include_package_data = true
zip_safe = false
install_requires =
urllib3
urllib3<2.0
certifi
wrapt>=1.14.1
test_suite=tests
Expand Down Expand Up @@ -71,7 +71,7 @@ tests_require =
py-cpuinfo==3.3.0
statistics==1.0.3.5

urllib3
urllib3<2.0
certifi
Jinja2
Logbook
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/reqs-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jsonschema==3.2.0 ; python_version == '3.6'
jsonschema==4.17.3 ; python_version > '3.6'


urllib3
urllib3<2.0
certifi
Logbook
mock
Expand Down