10000 [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1 by ssameerr · Pull Request #1 · ssameerr/html5lib-python · GitHub
[go: up one dir, main page]

Skip to content

[Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: requirements-test.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904
  • Loading branch information
snyk-bot committed Nov 15, 2022
commit aef30ec464dbc7c194606e8deb4b255152b03ecc
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ pytest==3.2.5
coverage
pytest-expect>=1.1,<2.0
mock
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
0