Skip to content

Commit

Permalink
fix: requirements/requirements-dev.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412
  • Loading branch information
snyk-bot committed Sep 20, 2023
1 parent 7778fe4 commit 04616b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Development
flit
setuptools>=61.0.0
setuptools>=65.5.1
build # building the package {pyproject-build}
twine # to publish on pypi {twine upload --repository-url=https://test.pypi.org/legacy/ dist/*} {twine upload dist/*}
johnnydep # to see dependencies {johnnydep <package>}

0 comments on commit 04616b8

Please sign in to comment.