Skip to content

Commit

Permalink
py 1.10.0 with CVE-2020-29651 mitigated
Browse files Browse the repository at this point in the history
IssueID #3694: #3874: SNYK-PYTHON-PY-1049546
Dependency vulnerability - py - CVE-2020-29651 #378

- Update py to 1.10.0 which resolves CVE-2020-29651 by implementing
  pytest-dev/py#257 which fixes
  pytest-dev/py#256

Modified:
dev-requirements.txt
requirements.txt
  • Loading branch information
earthgecko committed Dec 12, 2020
1 parent 72736f2 commit a1ff55e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions dev-requirements.txt
Expand Up @@ -491,8 +491,11 @@ termcolor==1.1.0
#pytest==3.8.0
# @modified 20200701 - Task #3608: Update Skyline to Python 3.8.3 and deps
#py==1.8.0
py==1.9.0

# @modified 20201212 - Support #3874: SNYK-PYTHON-PY-1049546
# Dependency vulnerability - py - CVE-2020-29651 #378
# Update to py 1.10.0
#py==1.9.0
py==1.10.0
# @modified 20190426 - Task #2964: Update dependencies
#pytest==4.4.0
# @modified 20190529 - Task #3060: Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -41,7 +41,7 @@ scikit-learn==0.23.1
future==0.18.2
tsfresh==0.4.0
termcolor==1.1.0
py==1.9.0
py==1.10.0
pytest==5.4.3
SQLAlchemy==1.3.19
pymemcache==3.2.0
Expand Down

0 comments on commit a1ff55e

Please sign in to comment.