Skip to content

Commit

Permalink
[Snyk] Security upgrade urllib3 from 1.24.3 to 1.25.9 (#42)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
snyk-bot and jaebradley authored Dec 6, 2020
1 parent 4d29de0 commit 960d516
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ py==1.7.0
pytest==3.10.0
pytest-cov==2.6.0
pytz==2018.7
requests==2.20.0
requests==2.22.0
six==1.11.0
urllib3==1.24.3
urllib3==1.25.9
python-dateutil==2.8.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="draft_kings",
version="2.0.2",
version="2.0.3",
author="Jae Bradley",
author_email="[email protected]",
license="MIT",
Expand All @@ -16,10 +16,10 @@
packages=setuptools.find_packages(exclude=["tests"]),
python_requires=">=3.4",
install_requires=[
"requests==2.20.0",
"requests==2.22.0",
"pytz==2018.7",
"python-dateutil==2.8.0",
"urllib3==1.24.3",
"urllib3==1.25.9",
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 960d516

Please sign in to comment.