Skip to content

Commit

Permalink
fix: lib/manager/pip_requirements/__fixtures__/requirements5.txt to r…
Browse files Browse the repository at this point in the history
…educe vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-5932095
  • Loading branch information
snyk-bot committed Oct 5, 2023
1 parent 06a63a5 commit f1657a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ foo [bar] == 3.2.1 # handles extra white space
some-package==0.3.1
some-other-package==1.0.0
not_semver==1.9
django>=3.2.22 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit f1657a6

Please sign in to comment.