Skip to content

Commit efbae94

Browse files
committed
Better specified urllib3 version
- Avoids urllib3<1.24.3 if it already exists in the system. - Fixed readme_renderer[md] version
1 parent 715f0dc commit efbae94

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements-dev27.txt
2-
pylint==2.1.* # style
3-
twine==1.12.* # pypi tools
4-
pyOpenSSL==19.0.* # twine dependency
5-
readme_renderer[md]==24.* # command 'twine check'
6-
wheel==0.32.* # command 'setup.py sdist bdist_wheel'
2+
pylint==2.1.* # style
3+
twine==1.12.* # pypi tools
4+
pyOpenSSL==19.0.* # twine dependency
5+
readme_renderer[md]==24.0.* # command 'twine check'
6+
wheel==0.32.* # command 'setup.py sdist bdist_wheel'

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.* # 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,<1.25 # used by requests (bumped to avoid CVE-2019-11236)

0 commit comments

Comments
 (0)