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 May 5, 2024
1 parent 214cb3b commit 3c66c21
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 27 deletions.
6 changes: 3 additions & 3 deletions requirements/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ flask==2.3.3
# sweetrpg-api-core
# sweetrpg-library-objects
# sweetrpg-web-core
flask-caching==2.2.0
flask-caching==2.3.0
# via -r requirements/app.in
flask-cors==3.0.10
# via -r requirements/app.in
Expand Down Expand Up @@ -114,7 +114,7 @@ markupsafe==2.1.5
# sentry-sdk
# werkzeug
# wtforms
marshmallow==3.21.1
marshmallow==3.21.2
# via
# flask-rest-jsonapi
# marshmallow-jsonapi
Expand Down Expand Up @@ -144,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.7.0
pymongo[srv]==4.7.1
# via
# -r requirements/app.in
# mongoengine
Expand Down
6 changes: 3 additions & 3 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ flask==2.3.3
# sweetrpg-api-core
# sweetrpg-library-objects
# sweetrpg-web-core
flask-caching==2.2.0
flask-caching==2.3.0
# via -r requirements/app.in
flask-cors==3.0.10
# via -r requirements/app.in
Expand Down Expand Up @@ -116,7 +116,7 @@ markupsafe==2.1.5
# sentry-sdk
# werkzeug
# wtforms
marshmallow==3.21.1
marshmallow==3.21.2
# via
# flask-rest-jsonapi
# marshmallow-jsonapi
Expand Down Expand Up @@ -146,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.7.0
pymongo[srv]==4.7.1
# via
# -r requirements/app.in
# mongoengine
Expand Down
19 changes: 9 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ click==8.1.7
# typer
colorama==0.4.6
# via tox
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# coverage-badge
# pytest-cov
Expand All @@ -78,7 +78,7 @@ email-validator==2.1.1
# via wtforms
exceptiongroup==1.2.1
# via pytest
filelock==3.13.4
filelock==3.14.0
# via
# tox
# virtualenv
Expand All @@ -103,7 +103,7 @@ flask==2.3.3
# sweetrpg-api-core
# sweetrpg-library-objects
# sweetrpg-web-core
flask-caching==2.2.0
flask-caching==2.3.0
# via -r requirements/app.in
flask-cors==3.0.10
# via -r requirements/app.in
Expand Down Expand Up @@ -164,7 +164,7 @@ markupsafe==2.1.5
# sentry-sdk
# werkzeug
# wtforms
marshmallow==3.21.1
marshmallow==3.21.2
# via
# flask-rest-jsonapi
# marshmallow-jsonapi
Expand Down Expand Up @@ -202,7 +202,7 @@ packaging==24.0
# pytest
# sphinx
# tox
pallets-sphinx-themes==2.1.2
pallets-sphinx-themes==2.1.3
# via -r requirements/docs.in
pathspec==0.12.1
# via black
Expand All @@ -225,12 +225,12 @@ pydantic==2.7.1
# via rstcheck-core
pydantic-core==2.18.2
# via pydantic
pygments==2.17.2
pygments==2.18.0
# via
# rich
# sphinx
# sphinx-tabs
pymongo[srv]==4.7.0
pymongo[srv]==4.7.1
# via
# -r requirements/app.in
# mongoengine
Expand All @@ -239,7 +239,7 @@ pymongo[srv]==4.7.0
# sweetrpg-model-core
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via build
pytest==7.4.4
# via
Expand Down Expand Up @@ -355,7 +355,6 @@ tomli==2.0.1
# coverage
# pip-tools
# pyproject-api
# pyproject-hooks
# pytest
# tox
tox==4.15.0
Expand All @@ -376,7 +375,7 @@ urllib3==1.26.18
# -r requirements/app.in
# requests
# sentry-sdk
virtualenv==20.26.0
virtualenv==20.26.1
# via tox
werkzeug==3.0.2
# via flask
Expand Down
10 changes: 5 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ flask==2.3.3
# sweetrpg-api-core
# sweetrpg-library-objects
# sweetrpg-web-core
flask-caching==2.2.0
flask-caching==2.3.0
# via -r requirements/app.in
flask-cors==3.0.10
# via -r requirements/app.in
Expand Down Expand Up @@ -133,7 +133,7 @@ markupsafe==2.1.5
# sentry-sdk
# werkzeug
# wtforms
marshmallow==3.21.1
marshmallow==3.21.2
# via
# flask-rest-jsonapi
# marshmallow-jsonapi
Expand Down Expand Up @@ -164,7 +164,7 @@ packaging==24.0
# marshmallow
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.1.2
pallets-sphinx-themes==2.1.3
# via -r requirements/docs.in
prometheus-client==0.20.0
# via prometheus-flask-exporter
Expand All @@ -174,12 +174,12 @@ pydantic==2.7.1
# via rstcheck-core
pydantic-core==2.18.2
# via pydantic
pygments==2.17.2
pygments==2.18.0
# via
# rich
# sphinx
# sphinx-tabs
pymongo[srv]==4.7.0
pymongo[srv]==4.7.1
# via
# -r requirements/app.in
# mongoengine
Expand Down
12 changes: 6 additions & 6 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ click==8.1.7
# via flask
colorama==0.4.6
# via tox
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# coverage-badge
# pytest-cov
Expand All @@ -59,7 +59,7 @@ email-validator==2.1.1
# via wtforms
exceptiongroup==1.2.1
# via pytest
filelock==3.13.4
filelock==3.14.0
# via
# tox
# virtualenv
Expand All @@ -84,7 +84,7 @@ flask==2.3.3
# sweetrpg-api-core
# sweetrpg-library-objects
# sweetrpg-web-core
flask-caching==2.2.0
flask-caching==2.3.0
# via -r requirements/app.in
flask-cors==3.0.10
# via -r requirements/app.in
Expand Down Expand Up @@ -139,7 +139,7 @@ markupsafe==2.1.5
# sentry-sdk
# werkzeug
# wtforms
marshmallow==3.21.1
marshmallow==3.21.2
# via
# flask-rest-jsonapi
# marshmallow-jsonapi
Expand Down Expand Up @@ -181,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.7.0
pymongo[srv]==4.7.1
# via
# -r requirements/app.in
# mongoengine
Expand Down Expand Up @@ -279,7 +279,7 @@ urllib3==1.26.18
# -r requirements/app.in
# requests
# sentry-sdk
virtualenv==20.26.0
virtualenv==20.26.1
# via tox
werkzeug==3.0.2
# via flask
Expand Down

0 comments on commit 3c66c21

Please sign in to comment.