Skip to content

Commit

Permalink
fix: requirements/test_requirements.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-PYTHONJOSE-6674053
- https://snyk.io/vuln/SNYK-PYTHON-PYTHONJOSE-6674054
  • Loading branch information
snyk-bot committed Feb 19, 2025
1 parent 5a6bdf1 commit c9a37de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@ python-dotenv==1.0.1 \
# -c main.txt
# pydantic-settings
# uvicorn
python-jose==3.3.0 \
python-jose==3.4.0 \
--hash=sha256:55779b5e6ad599c6336191246e95eb2293a9ddebd555f796a65f838f07e5d78a \
--hash=sha256:9b1376b023f8b298536eedd47ae1089bcdb848f1535ab30555cd92002d78923a
# via
Expand Down

0 comments on commit c9a37de

Please sign in to comment.