Skip to content

Commit

Permalink
[change] Swapped requests with urllib3
Browse files Browse the repository at this point in the history
The request dependency wasn't automatically updating urllib3.
  • Loading branch information
nemesifier committed Apr 5, 2024
1 parent 578afe1 commit d5d5f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'django-admin-autocomplete-filter~=0.7.1',
'swapper~=1.3.0',
# allow wider range here to avoid interfering with other modules
'requests>=2.31.0,<3.0.0',
'urllib3>=2.0.0,<3.0.0',
],
extras_require={
'qa': [
Expand Down

0 comments on commit d5d5f25

Please sign in to comment.