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 Mar 31, 2024
1 parent 5687a32 commit 43ab616
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 33 deletions.
7 changes: 4 additions & 3 deletions requirements/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ cachelib==0.9.0
# via
# flask-caching
# flask-oauthlib
# flask-session
certifi==2024.2.2
# via
# requests
Expand Down Expand Up @@ -78,7 +79,7 @@ flask-rest-jsonapi==0.31.2
# sweetrpg-api-core
flask-restful==0.3.10
# via -r requirements/app.in
flask-session==0.7.0
flask-session==0.8.0
# via -r requirements/app.in
flask-sqlalchemy==3.1.1
# via flask-migrate
Expand Down Expand Up @@ -143,7 +144,7 @@ prometheus-client==0.20.0
# via prometheus-flask-exporter
prometheus-flask-exporter==0.23.0
# via -r requirements/app.in
pymongo[srv]==4.6.2
pymongo[srv]==4.6.3
# via
# -r requirements/app.in
# mongoengine
Expand Down Expand Up @@ -174,7 +175,7 @@ requests==2.31.0
# requests-oauthlib
requests-oauthlib==1.1.0
# via flask-oauthlib
sentry-sdk[flask]==1.43.0
sentry-sdk[flask]==1.44.0
# via -r requirements/app.in
six==1.16.0
# via
Expand Down
7 changes: 4 additions & 3 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ cachelib==0.9.0
# via
# flask-caching
# flask-oauthlib
# flask-session
certifi==2024.2.2
# via
# requests
Expand Down Expand Up @@ -78,7 +79,7 @@ flask-rest-jsonapi==0.31.2
# sweetrpg-api-core
flask-restful==0.3.10
# via -r requirements/app.in
flask-session==0.7.0
flask-session==0.8.0
# via -r requirements/app.in
flask-sqlalchemy==3.1.1
# via flask-migrate
Expand Down Expand Up @@ -145,7 +146,7 @@ prometheus-client==0.20.0
# via prometheus-flask-exporter
prometheus-flask-exporter==0.23.0
# via -r requirements/app.in
pymongo[srv]==4.6.2
pymongo[srv]==4.6.3
# via
# -r requirements/app.in
# mongoengine
Expand Down Expand Up @@ -176,7 +177,7 @@ requests==2.31.0
# requests-oauthlib
requests-oauthlib==1.1.0
# via flask-oauthlib
sentry-sdk[flask]==1.43.0
sentry-sdk[flask]==1.44.0
# via -r requirements/app.in
six==1.16.0
# via
Expand Down
31 changes: 18 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ blinker==1.7.0
# -r requirements/tests.in
# flask
# sentry-sdk
build==1.1.1
build==1.2.1
# via pip-tools
cachelib==0.9.0
# via
# flask-caching
# flask-oauthlib
# flask-session
cachetools==5.3.3
# via tox
certifi==2024.2.2
Expand All @@ -51,11 +52,9 @@ click==8.1.7
# black
# flask
# pip-tools
# typer
# typer-slim
colorama==0.4.6
# via
# tox
# typer
# via tox
coverage[toml]==7.4.4
# via
# coverage-badge
Expand All @@ -79,7 +78,7 @@ email-validator==2.1.1
# via wtforms
exceptiongroup==1.2.0
# via pytest
filelock==3.13.1
filelock==3.13.3
# via
# tox
# virtualenv
Expand Down Expand Up @@ -122,7 +121,7 @@ flask-rest-jsonapi==0.31.2
# sweetrpg-api-core
flask-restful==0.3.10
# via -r requirements/app.in
flask-session==0.7.0
flask-session==0.8.0
# via -r requirements/app.in
flask-sqlalchemy==3.1.1
# via flask-migrate
Expand Down Expand Up @@ -231,7 +230,7 @@ pygments==2.17.2
# rich
# sphinx
# sphinx-tabs
pymongo[srv]==4.6.2
pymongo[srv]==4.6.3
# via
# -r requirements/app.in
# mongoengine
Expand Down Expand Up @@ -282,15 +281,15 @@ requests==2.31.0
requests-oauthlib==1.1.0
# via flask-oauthlib
rich==13.7.1
# via typer
# via typer-slim
rstcheck==6.2.1
# via -r requirements/docs.in
rstcheck-core==1.2.1
# via rstcheck
sentry-sdk[flask]==1.43.0
sentry-sdk[flask]==1.44.0
# via -r requirements/app.in
shellingham==1.5.4
# via typer
# via typer-slim
six==1.16.0
# via
# analytics-python
Expand Down Expand Up @@ -361,8 +360,14 @@ tomli==2.0.1
# tox
tox==4.14.2
# via -r requirements/tests.in
typer[all]==0.10.0
typer[all]==0.12.0
# via rstcheck
typer-cli==0.12.0
# via typer
typer-slim[standard]==0.12.0
# via
# typer
# typer-cli
typing-extensions==4.10.0
# via
# alembic
Expand All @@ -371,7 +376,7 @@ typing-extensions==4.10.0
# pydantic
# pydantic-core
# sqlalchemy
# typer
# typer-slim
urllib3==1.26.18
# via
# -r requirements/app.in
Expand Down
25 changes: 15 additions & 10 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cachelib==0.9.0
# via
# flask-caching
# flask-oauthlib
# flask-session
certifi==2024.2.2
# via
# requests
Expand All @@ -38,9 +39,7 @@ charset-normalizer==3.3.2
click==8.1.7
# via
# flask
# typer
colorama==0.4.6
# via typer
# typer-slim
dnspython==2.6.1
# via
# -r requirements/app.in
Expand Down Expand Up @@ -93,7 +92,7 @@ flask-rest-jsonapi==0.31.2
# sweetrpg-api-core
flask-restful==0.3.10
# via -r requirements/app.in
flask-session==0.7.0
flask-session==0.8.0
# via -r requirements/app.in
flask-sqlalchemy==3.1.1
# via flask-migrate
Expand Down Expand Up @@ -180,7 +179,7 @@ pygments==2.17.2
# rich
# sphinx
# sphinx-tabs
pymongo[srv]==4.6.2
pymongo[srv]==4.6.3
# via
# -r requirements/app.in
# mongoengine
Expand Down Expand Up @@ -213,15 +212,15 @@ requests==2.31.0
requests-oauthlib==1.1.0
# via flask-oauthlib
rich==13.7.1
# via typer
# via typer-slim
rstcheck==6.2.1
# via -r requirements/docs.in
rstcheck-core==1.2.1
# via rstcheck
sentry-sdk[flask]==1.43.0
sentry-sdk[flask]==1.44.0
# via -r requirements/app.in
shellingham==1.5.4
# via typer
# via typer-slim
six==1.16.0
# via
# analytics-python
Expand Down Expand Up @@ -280,15 +279,21 @@ sweetrpg-model-core==0.0.154
# sweetrpg-library-objects
sweetrpg-web-core==0.0.547
# via -r requirements/app.in
typer[all]==0.10.0
typer[all]==0.12.0
# via rstcheck
typer-cli==0.12.0
# via typer
typer-slim[standard]==0.12.0
# via
# typer
# typer-cli
typing-extensions==4.10.0
# via
# alembic
# pydantic
# pydantic-core
# sqlalchemy
# typer
# typer-slim
urllib3==1.26.18
# via
# -r requirements/app.in
Expand Down
9 changes: 5 additions & 4 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cachelib==0.9.0
# via
# flask-caching
# flask-oauthlib
# flask-session
cachetools==5.3.3
# via tox
certifi==2024.2.2
Expand Down Expand Up @@ -58,7 +59,7 @@ email-validator==2.1.1
# via wtforms
exceptiongroup==1.2.0
# via pytest
filelock==3.13.1
filelock==3.13.3
# via
# tox
# virtualenv
Expand Down Expand Up @@ -101,7 +102,7 @@ flask-rest-jsonapi==0.31.2
# sweetrpg-api-core
flask-restful==0.3.10
# via -r requirements/app.in
flask-session==0.7.0
flask-session==0.8.0
# via -r requirements/app.in
flask-sqlalchemy==3.1.1
# via flask-migrate
Expand Down Expand Up @@ -180,7 +181,7 @@ prometheus-client==0.20.0
# via prometheus-flask-exporter
prometheus-flask-exporter==0.23.0
# via -r requirements/app.in
pymongo[srv]==4.6.2
pymongo[srv]==4.6.3
# via
# -r requirements/app.in
# mongoengine
Expand Down Expand Up @@ -227,7 +228,7 @@ requests==2.31.0
# requests-oauthlib
requests-oauthlib==1.1.0
# via flask-oauthlib
sentry-sdk[flask]==1.43.0
sentry-sdk[flask]==1.44.0
# via -r requirements/app.in
six==1.16.0
# via
Expand Down

0 comments on commit 43ab616

Please sign in to comment.