Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
fix: requirements/development.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-WERKZEUG-6035177
  • Loading branch information
snyk-bot committed Oct 26, 2023
1 parent 2cd8054 commit 565f30f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ xlrd==2.0.1

# The following packages are considered to be unsafe in a requirements file:
# setuptools
werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 565f30f

Please sign in to comment.