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 24, 2024
1 parent 42b2b0a commit cf63eab
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 @@ -170,7 +170,7 @@ requests==2.32.3
# requests-oauthlib
requests-oauthlib==1.1.0
# via flask-oauthlib
sentry-sdk[flask]==2.18.0
sentry-sdk[flask]==2.19.0
# via -r requirements/app.in
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ requests==2.32.3
# requests-oauthlib
requests-oauthlib==1.1.0
# via flask-oauthlib
sentry-sdk[flask]==2.18.0
sentry-sdk[flask]==2.19.0
# via -r /home/runner/work/library-api/library-api/requirements/app.in
six==1.16.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ click==8.1.7
# typer
colorama==0.4.6
# via tox
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# coverage-badge
# pytest-cov
Expand Down Expand Up @@ -216,9 +216,9 @@ prometheus-client==0.21.0
# via prometheus-flask-exporter
prometheus-flask-exporter==0.23.1
# via -r /home/runner/work/library-api/library-api/requirements/app.in
pydantic==2.9.2
pydantic==2.10.1
# via rstcheck-core
pydantic-core==2.23.4
pydantic-core==2.27.1
# via pydantic
pygments==2.18.0
# via
Expand Down Expand Up @@ -281,7 +281,7 @@ rstcheck==6.2.4
# via -r /home/runner/work/library-api/library-api/requirements/docs.in
rstcheck-core==1.2.1
# via rstcheck
sentry-sdk[flask]==2.18.0
sentry-sdk[flask]==2.19.0
# via -r /home/runner/work/library-api/library-api/requirements/app.in
shellingham==1.5.4
# via typer
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.13.0
typer==0.13.1
# via rstcheck
typing-extensions==4.12.2
# via
Expand All @@ -363,7 +363,7 @@ virtualenv==20.27.1
# via tox
werkzeug==3.1.3
# via flask
wheel==0.45.0
wheel==0.45.1
# 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 @@ -167,9 +167,9 @@ prometheus-client==0.21.0
# via prometheus-flask-exporter
prometheus-flask-exporter==0.23.1
# via -r /home/runner/work/library-api/library-api/requirements/app.in
pydantic==2.9.2
pydantic==2.10.1
# via rstcheck-core
pydantic-core==2.23.4
pydantic-core==2.27.1
# via pydantic
pygments==2.18.0
# via
Expand Down Expand Up @@ -212,7 +212,7 @@ rstcheck==6.2.4
# via -r requirements/docs.in
rstcheck-core==1.2.1
# via rstcheck
sentry-sdk[flask]==2.18.0
sentry-sdk[flask]==2.19.0
# via -r /home/runner/work/library-api/library-api/requirements/app.in
shellingham==1.5.4
# via typer
Expand Down Expand Up @@ -274,7 +274,7 @@ sweetrpg-model-core==0.0.155
# sweetrpg-api-core
# sweetrpg-db
# sweetrpg-library-objects
typer==0.13.0
typer==0.13.1
# via rstcheck
typing-extensions==4.12.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ click==8.1.7
# via flask
colorama==0.4.6
# via tox
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# coverage-badge
# pytest-cov
Expand Down Expand Up @@ -221,7 +221,7 @@ requests==2.32.3
# requests-oauthlib
requests-oauthlib==1.1.0
# via flask-oauthlib
sentry-sdk[flask]==2.18.0
sentry-sdk[flask]==2.19.0
# via -r /home/runner/work/library-api/library-api/requirements/app.in
six==1.16.0
# via
Expand Down

0 comments on commit cf63eab

Please sign in to comment.