Skip to content

Commit

Permalink
fix: lib/manager/pip_requirements/__fixtures__/requirements6.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-CELERY-6219991
  • Loading branch information
snyk-bot committed Feb 2, 2024
1 parent 06a63a5 commit f073dec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,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
celery>=4.4.0rc5 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit f073dec

Please sign in to comment.