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 Mar 29, 2024
1 parent 33a5364 commit fdbbe04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
attrs==22.1.0
black==22.8.0
black==24.3.0
cfgv==3.3.1
click==8.1.3
coverage==6.5.0
distlib==0.3.6
filelock==3.8.0
flasgger==0.9.5
Flask==2.2.2
Flask==2.2.5
Flask-SQLAlchemy==3.0.2
freezegun==1.2.2
greenlet==2.0.1
identify==2.5.5
iniconfig==1.1.1
itsdangerous==2.1.2
Jinja2==3.1.2
Jinja2==3.1.3
jsonschema==4.17.1
MarkupSafe==2.1.1
mistune==2.0.4
Expand All @@ -27,7 +27,7 @@ platformdirs==2.5.2
pluggy==1.0.0
pre-commit==2.20.0
py==1.11.0
pydantic==1.10.2
pydantic==1.10.13
PyJWT==2.6.0
PyMySQL==1.0.2
pyparsing==3.0.9
Expand All @@ -45,4 +45,4 @@ types-PyMySQL==1.0.19
types-setuptools==65.5.0.3
typing_extensions==4.3.0
virtualenv==20.17.0
Werkzeug==2.2.2
Werkzeug==2.3.8

0 comments on commit fdbbe04

Please sign in to comment.