Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetRPG Requirement Updater committed Apr 21, 2024
1 parent 4e705eb commit 4bb055f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ idna==3.7
# via
# email-validator
# requests
itsdangerous==2.1.2
itsdangerous==2.2.0
# via
# flask
# flask-wtf
Expand Down
4 changes: 2 additions & 2 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ idna==3.7
# via
# email-validator
# requests
itsdangerous==2.1.2
itsdangerous==2.2.0
# via
# flask
# flask-wtf
Expand Down Expand Up @@ -219,7 +219,7 @@ urllib3==1.26.18
# -r requirements/app.in
# requests
# sentry-sdk
uwsgi==2.0.25
uwsgi==2.0.25.1
# via -r requirements/deploy.in
werkzeug==3.0.2
# via flask
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ docutils==0.19
# sphinx-tabs
email-validator==2.1.1
# via wtforms
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
filelock==3.13.4
# via
Expand Down Expand Up @@ -143,7 +143,7 @@ imagesize==1.4.1
# via sphinx
iniconfig==2.0.0
# via pytest
itsdangerous==2.1.2
itsdangerous==2.2.0
# via
# flask
# flask-wtf
Expand Down Expand Up @@ -202,7 +202,7 @@ packaging==24.0
# pytest
# sphinx
# tox
pallets-sphinx-themes==2.1.1
pallets-sphinx-themes==2.1.2
# via -r requirements/docs.in
pathspec==0.12.1
# via black
Expand All @@ -213,7 +213,7 @@ platformdirs==4.2.0
# black
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# pytest
# tox
Expand Down Expand Up @@ -376,7 +376,7 @@ urllib3==1.26.18
# -r requirements/app.in
# requests
# sentry-sdk
virtualenv==20.25.1
virtualenv==20.25.3
# via tox
werkzeug==3.0.2
# via flask
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ idna==3.7
# requests
imagesize==1.4.1
# via sphinx
itsdangerous==2.1.2
itsdangerous==2.2.0
# via
# flask
# flask-wtf
Expand Down Expand Up @@ -164,7 +164,7 @@ packaging==24.0
# marshmallow
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.1.1
pallets-sphinx-themes==2.1.2
# via -r requirements/docs.in
prometheus-client==0.20.0
# via prometheus-flask-exporter
Expand Down
8 changes: 4 additions & 4 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dnspython==2.6.1
# sweetrpg-db
email-validator==2.1.1
# via wtforms
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
filelock==3.13.4
# via
Expand Down Expand Up @@ -122,7 +122,7 @@ idna==3.7
# requests
iniconfig==2.0.0
# via pytest
itsdangerous==2.1.2
itsdangerous==2.2.0
# via
# flask
# flask-wtf
Expand Down Expand Up @@ -173,7 +173,7 @@ platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# pytest
# tox
Expand Down Expand Up @@ -279,7 +279,7 @@ urllib3==1.26.18
# -r requirements/app.in
# requests
# sentry-sdk
virtualenv==20.25.1
virtualenv==20.25.3
# via tox
werkzeug==3.0.2
# via flask
Expand Down

0 comments on commit 4bb055f

Please sign in to comment.