Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 9, 2024
1 parent 79028e6 commit bd35d03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ click==8.1.3
Flask==2.2.5
Flask-Login==0.6.2
Flask-SQLAlchemy==3.0.3
gunicorn==20.1.0
gunicorn==22.0.0
idna==3.7
importlib-metadata==6.0.0
Jinja2==3.1.4
Expand All @@ -14,8 +14,8 @@ python-digitalocean==1.17.0
requests==2.31.0
SQLAlchemy==2.0.1
typing_extensions==4.4.0
urllib3==1.26.17
Werkzeug==2.2.3
urllib3==1.26.18
Werkzeug==3.0.3
wheel==0.38.0
zipp==3.12.0
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit bd35d03

Please sign in to comment.