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 Aug 24, 2024
1 parent 2ac514f commit d8279bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ astroid==2.14.2
autopep8==2.0.1
click==8.1.3
dill==0.3.6
Flask==2.2.2
Flask==2.2.5
Flask-SQLAlchemy==3.0.2
greenlet==2.0.1
invoke==2.0.0
isort==5.12.0
itsdangerous==2.1.2
Jinja2==3.1.2
Jinja2==3.1.4
lazy-object-proxy==1.9.0
MarkupSafe==2.1.2
mccabe==0.7.0
Expand All @@ -23,5 +23,6 @@ SQLAlchemy==1.4.46
tomli==2.0.1
tomlkit==0.11.6
typing_extensions==4.4.0
Werkzeug==2.2.2
Werkzeug==3.0.3
wrapt==1.14.1
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit d8279bc

Please sign in to comment.