Skip to content

Commit eece9a6

Browse files
author
Hugo Osvaldo Barrera
committed
Update requests
2.20.0 is almost two years old, so we can safely assume anyone wanting a recent vdirsyncer can upgrade. It's also the first version to include several upstream security fixes which I'd rather we depend on too.
1 parent a26d3bb commit eece9a6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

setup.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,7 @@
1818
# https://github.com/pimutils/vdirsyncer/issues/478
1919
'click-threading>=0.2',
2020

21-
# !=2.9.0: https://github.com/kennethreitz/requests/issues/2930
22-
#
23-
# >=2.4.1: https://github.com/shazow/urllib3/pull/444
24-
# Without the above pull request, `verify=False` also disables fingerprint
25-
# validation. This is *not* what we want, and it's not possible to
26-
# replicate vdirsyncer's current behavior (verifying fingerprints without
27-
# verifying against CAs) with older versions of urllib3.
28-
'requests >=2.4.1, !=2.9.0',
21+
'requests >=2.20.0',
2922

3023
# https://github.com/sigmavirus24/requests-toolbelt/pull/28
3124
# And https://github.com/sigmavirus24/requests-toolbelt/issues/54

0 commit comments

Comments
 (0)