Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: flask
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: gunicorn
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pymysql
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: werkzeug
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 244d2a5 commit 87f55c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ attrs==22.1.0
cffi==1.15.1
click==8.1.3
coverage==6.4.4
cryptography==38.0.1
Flask==2.2.2
cryptography==42.0.4
Flask==2.2.5
flask-marshmallow==0.14.0
Flask-Migrate==3.1.0
Flask-RESTful==0.3.9
Flask-SQLAlchemy==2.5.1
greenlet==1.1.3
gunicorn==20.1.0
gunicorn==22.0.0
iniconfig==1.1.1
itsdangerous==2.1.2
Jinja2==3.1.2
Jinja2==3.1.4
jsonschema==4.16.0
Mako==1.2.2
MarkupSafe==2.1.1
Expand All @@ -25,7 +25,7 @@ pika-stubs==0.1.3
pluggy==1.0.0
py==1.11.0
pycparser==2.21
PyMySQL==1.0.2
PyMySQL==1.1.1
pyparsing==3.0.9
pyrsistent==0.18.1
pytest==7.1.3
Expand All @@ -37,4 +37,4 @@ SQLAlchemy==1.4.41
toml==0.10.2
tomli==2.0.1
watchdog==2.1.9
Werkzeug==2.2.2
Werkzeug==3.0.3

0 comments on commit 87f55c5

Please sign in to comment.