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 Nov 9, 2024
1 parent f5e8a47 commit f969d4b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions requirements/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aniso8601==9.0.1
# via flask-restful
backoff==1.10.0
# via analytics-python
blinker==1.8.2
blinker==1.9.0
# via
# -r requirements/app.in
# flask
Expand Down Expand Up @@ -135,7 +135,7 @@ oauthlib==2.1.0
# via
# flask-oauthlib
# requests-oauthlib
packaging==24.1
packaging==24.2
# via marshmallow
prometheus-client==0.21.0
# via prometheus-flask-exporter
Expand Down Expand Up @@ -209,7 +209,7 @@ urllib3==2.2.3
# -r requirements/app.in
# requests
# sentry-sdk
werkzeug==3.1.2
werkzeug==3.1.3
# via flask
wtforms[email]==3.2.1
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aniso8601==9.0.1
# via flask-restful
backoff==1.10.0
# via analytics-python
blinker==1.8.2
blinker==1.9.0
# via
# -r /home/runner/work/library-api/library-api/requirements/app.in
# flask
Expand Down Expand Up @@ -137,7 +137,7 @@ oauthlib==2.1.0
# via
# flask-oauthlib
# requests-oauthlib
packaging==24.1
packaging==24.2
# via marshmallow
prometheus-client==0.21.0
# via prometheus-flask-exporter
Expand Down Expand Up @@ -213,7 +213,7 @@ urllib3==2.2.3
# sentry-sdk
uwsgi==2.0.28
# via -r requirements/deploy.in
werkzeug==3.1.2
werkzeug==3.1.3
# via flask
wtforms[email]==3.2.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ backoff==1.10.0
# via analytics-python
black==24.10.0
# via -r requirements/dev.in
blinker==1.8.2
blinker==1.9.0
# via
# -r /home/runner/work/library-api/library-api/requirements/app.in
# -r /home/runner/work/library-api/library-api/requirements/tests.in
Expand Down Expand Up @@ -187,7 +187,7 @@ oauthlib==2.1.0
# via
# flask-oauthlib
# requests-oauthlib
packaging==24.1
packaging==24.2
# via
# black
# build
Expand Down Expand Up @@ -345,7 +345,7 @@ sweetrpg-model-core==0.0.155
# sweetrpg-library-objects
tox==4.23.2
# via -r /home/runner/work/library-api/library-api/requirements/tests.in
typer==0.12.5
typer==0.13.0
# via rstcheck
typing-extensions==4.12.2
# via
Expand All @@ -361,9 +361,9 @@ urllib3==2.2.3
# sentry-sdk
virtualenv==20.27.1
# via tox
werkzeug==3.1.2
werkzeug==3.1.3
# via flask
wheel==0.44.0
wheel==0.45.0
# via pip-tools
wtforms[email]==3.2.1
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ babel==2.16.0
# via sphinx
backoff==1.10.0
# via analytics-python
blinker==1.8.2
blinker==1.9.0
# via
# -r /home/runner/work/library-api/library-api/requirements/app.in
# flask
Expand Down Expand Up @@ -156,7 +156,7 @@ oauthlib==2.1.0
# via
# flask-oauthlib
# requests-oauthlib
packaging==24.1
packaging==24.2
# via
# marshmallow
# pallets-sphinx-themes
Expand Down Expand Up @@ -274,7 +274,7 @@ sweetrpg-model-core==0.0.155
# sweetrpg-api-core
# sweetrpg-db
# sweetrpg-library-objects
typer==0.12.5
typer==0.13.0
# via rstcheck
typing-extensions==4.12.2
# via
Expand All @@ -288,7 +288,7 @@ urllib3==2.2.3
# -r /home/runner/work/library-api/library-api/requirements/app.in
# requests
# sentry-sdk
werkzeug==3.1.2
werkzeug==3.1.3
# via flask
wtforms[email]==3.2.1
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asgiref==3.8.1
# via -r requirements/tests.in
backoff==1.10.0
# via analytics-python
blinker==1.8.2
blinker==1.9.0
# via
# -r /home/runner/work/library-api/library-api/requirements/app.in
# -r requirements/tests.in
Expand Down Expand Up @@ -158,7 +158,7 @@ oauthlib==2.1.0
# via
# flask-oauthlib
# requests-oauthlib
packaging==24.1
packaging==24.2
# via
# marshmallow
# pyproject-api
Expand Down Expand Up @@ -264,7 +264,7 @@ urllib3==2.2.3
# sentry-sdk
virtualenv==20.27.1
# via tox
werkzeug==3.1.2
werkzeug==3.1.3
# via flask
wtforms[email]==3.2.1
# via
Expand Down

0 comments on commit f969d4b

Please sign in to comment.