Remove requests[security] dependency (#8626)

Fixes https://github.com/certbot/certbot/issues/7901.

* stop using requests[security]

* add changelog entry

* remove unused import
This commit is contained in:
Brad Warren
2021-02-05 15:33:45 -08:00
committed by GitHub
parent c668172ef0
commit c2ee0d2938
4 changed files with 5 additions and 15 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ pyparsing==2.2.0
apacheconfig==0.3.2
cloudflare==1.5.1
python-digitalocean==1.11
requests[security]==2.6.0
requests==2.6.0
# Ubuntu Xenial constraints
# Ubuntu Xenial only has versions of Python which we do not support available