Skip to content

Commit

Permalink
Deprecate urllib3[secure] (#473)
Browse files Browse the repository at this point in the history
* removed urllib3[secure] extra

Signed-off-by: V24 <55334829+umarfarouk98@users.noreply.github.com>

* removed urllib3[secure] extra

Signed-off-by: V24 <55334829+umarfarouk98@users.noreply.github.com>

* removed urllib3[secure] extra

Signed-off-by: V24 <55334829+umarfarouk98@users.noreply.github.com>

Signed-off-by: V24 <55334829+umarfarouk98@users.noreply.github.com>
  • Loading branch information
fyunusa authored Aug 21, 2022
1 parent f76abf9 commit 8912852
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ typing-extensions==4.1.1
# via py-moneyed
uniplot==0.5.0
# via -r requirements/app.in
urllib3[secure]==1.26.8
urllib3==1.26.8
# via
# requests
# selenium
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib.httpdomain==1.8.0
# via -r requirements/docs.in
urllib3[secure]==1.26.8
urllib3==1.26.8
# via
# -c requirements/app.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ tomli==1.2.3
# via
# coverage
# pytest
urllib3[secure]==1.26.8
urllib3==1.26.8
# via
# -c requirements/app.txt
# requests
Expand Down

0 comments on commit 8912852

Please sign in to comment.