Skip to content

Commit 960d516

Browse files
snyk-botjaebradley
andauthored
[Snyk] Security upgrade urllib3 from 1.24.3 to 1.25.9 (#42)
* fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1014645 * Update requests to 2.22.0 to match urllib3 version Co-authored-by: Jae Bradley <jae.b.bradley@gmail.com>
1 parent 4d29de0 commit 960d516

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ py==1.7.0
1111
pytest==3.10.0
1212
pytest-cov==2.6.0
1313
pytz==2018.7
14-
requests==2.20.0
14+
requests==2.22.0
1515
six==1.11.0
16-
urllib3==1.24.3
16+
urllib3==1.25.9
1717
python-dateutil==2.8.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="draft_kings",
8-
version="2.0.2",
8+
version="2.0.3",
99
author="Jae Bradley",
1010
author_email="jae.b.bradley@gmail.com",
1111
license="MIT",
@@ -16,10 +16,10 @@
1616
packages=setuptools.find_packages(exclude=["tests"]),
1717
python_requires=">=3.4",
1818
install_requires=[
19-
"requests==2.20.0",
19+
"requests==2.22.0",
2020
"pytz==2018.7",
2121
"python-dateutil==2.8.0",
22-
"urllib3==1.24.3",
22+
"urllib3==1.25.9",
2323
],
2424
classifiers=[
2525
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)