File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments