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 Apr 5, 2024
1 parent 939d535 commit 4208ad9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alembic==1.7.5
appdirs==1.4.4
bcrypt==3.2.0
black==21.12b0
black==24.3.0
blinker==1.4
certifi==2021.10.8
cffi==1.15.0
Expand All @@ -11,7 +11,7 @@ coverage==6.2
dnspython==2.2.0
email-validator==1.1.3
flake8==3.8.4
Flask==1.1.2
Flask==2.2.5
Flask-Bcrypt==0.7.1
Flask-Login==0.5.0
Flask-Migrate==2.7.0
Expand All @@ -21,7 +21,7 @@ Flask-Testing==0.8.1
Flask-WTF==1.0.0
idna==3.3
itsdangerous==2.0.1
Jinja2==3.0.3
Jinja2==3.1.3
Mako==1.1.6
MarkupSafe==2.0.1
mccabe==0.6.1
Expand All @@ -43,5 +43,5 @@ twilio==6.63.2
typed-ast==1.5.2
typing-extensions==4.0.1
urllib3==1.26.8
Werkzeug==2.0.2
Werkzeug==2.3.8
WTForms==3.0.0

0 comments on commit 4208ad9

Please sign in to comment.