Skip to content

Commit 7469069

Browse files
committed
Fix ci
1 parent efbae94 commit 7469069

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
beckett==0.8.* # main functionality
2-
fcache==0.4.* # disk-based cache
3-
requests==2.21.* # used by beckett (bumped to avoid CVE-2018-18074)
4-
urllib3=>1.24.3,<1.25 # used by requests (bumped to avoid CVE-2019-11236)
1+
beckett==0.8.* # main functionality
2+
fcache==0.4.* # disk-based cache
3+
requests==2.21.* # used by beckett (bumped to avoid CVE-2018-18074)
4+
urllib3~=1.24.3 # used by requests (bumped to avoid CVE-2019-11236)

0 commit comments

Comments
 (0)