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 Sep 15, 2024
1 parent 3f7372e commit 61fcb61
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 20 deletions.
16 changes: 7 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ flask==2.3.3
# sweetrpg-api-core
flask-rest-jsonapi==0.31.2
# via sweetrpg-api-core
greenlet==3.0.3
greenlet==3.1.0
# via sqlalchemy
idna==3.8
idna==3.9
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -121,7 +121,7 @@ pathspec==0.12.1
# via black
pip-tools==6.14.0
# via -r requirements/dev.in
platformdirs==4.3.1
platformdirs==4.3.3
# via
# black
# tox
Expand All @@ -130,9 +130,9 @@ pluggy==1.5.0
# via
# pytest
# tox
pydantic==2.9.0
pydantic==2.9.1
# via rstcheck-core
pydantic-core==2.23.2
pydantic-core==2.23.3
# via pydantic
pygments==2.18.0
# via
Expand Down Expand Up @@ -164,7 +164,7 @@ python-dotenv==1.0.1
# via -r requirements/tests.in
requests==2.32.3
# via sphinx
rich==13.8.0
rich==13.8.1
# via typer
rstcheck==6.2.4
# via -r requirements/docs.in
Expand Down Expand Up @@ -236,9 +236,7 @@ typing-extensions==4.12.2
# pydantic-core
# sqlalchemy
# typer
tzdata==2024.1
# via pydantic
urllib3==2.2.2
urllib3==2.2.3
# via requests
virtualenv==20.26.4
# via tox
Expand Down
14 changes: 6 additions & 8 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ flask==2.3.3
# sweetrpg-api-core
flask-rest-jsonapi==0.31.2
# via sweetrpg-api-core
greenlet==3.0.3
greenlet==3.1.0
# via sqlalchemy
idna==3.8
idna==3.9
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -78,9 +78,9 @@ packaging==24.1
# sphinx
pallets-sphinx-themes==2.1.3
# via -r requirements/docs.in
pydantic==2.9.0
pydantic==2.9.1
# via rstcheck-core
pydantic-core==2.23.2
pydantic-core==2.23.3
# via pydantic
pygments==2.18.0
# via
Expand All @@ -94,7 +94,7 @@ pymongo[srv]==4.8.0
# sweetrpg-model-core
requests==2.32.3
# via sphinx
rich==13.8.0
rich==13.8.1
# via typer
rstcheck==6.2.4
# via -r requirements/docs.in
Expand Down Expand Up @@ -154,9 +154,7 @@ typing-extensions==4.12.2
# pydantic-core
# sqlalchemy
# typer
tzdata==2024.1
# via pydantic
urllib3==2.2.2
urllib3==2.2.3
# via requests
werkzeug==3.0.4
# via flask
2 changes: 1 addition & 1 deletion requirements/pkg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ flask==2.3.3
# sweetrpg-api-core
flask-rest-jsonapi==0.31.2
# via sweetrpg-api-core
greenlet==3.0.3
greenlet==3.1.0
# via sqlalchemy
itsdangerous==2.2.0
# via flask
Expand Down
4 changes: 2 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ flask==2.3.3
# sweetrpg-api-core
flask-rest-jsonapi==0.31.2
# via sweetrpg-api-core
greenlet==3.0.3
greenlet==3.1.0
# via sqlalchemy
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -76,7 +76,7 @@ packaging==24.1
# pyproject-api
# pytest
# tox
platformdirs==4.3.1
platformdirs==4.3.3
# via
# tox
# virtualenv
Expand Down

0 comments on commit 61fcb61

Please sign in to comment.