Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilgrimage Requirement Updater committed Jul 14, 2024
1 parent f6a526f commit 3b2962d
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 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 @@ itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
jsonschema==4.22.0
jsonschema==4.23.0
# via -r requirements/app.in
jsonschema-specifications==2023.12.1
# via jsonschema
Expand Down Expand Up @@ -106,11 +106,11 @@ requests==2.32.3
# slacker
rich==13.7.1
# via flask-limiter
rpds-py==0.18.1
rpds-py==0.19.0
# via
# jsonschema
# referencing
sentry-sdk[flask]==2.7.1
sentry-sdk[flask]==2.9.0
# via -r requirements/app.in
slacker==0.14.0
# via -r requirements/app.in
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 @@ itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
jsonschema==4.22.0
jsonschema==4.23.0
# via -r requirements/app.in
jsonschema-specifications==2023.12.1
# via jsonschema
Expand Down Expand Up @@ -106,11 +106,11 @@ requests==2.32.3
# slacker
rich==13.7.1
# via flask-limiter
rpds-py==0.18.1
rpds-py==0.19.0
# via
# jsonschema
# referencing
sentry-sdk[flask]==2.7.1
sentry-sdk[flask]==2.9.0
# via -r requirements/app.in
slacker==0.14.0
# via -r requirements/app.in
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ click==8.1.7
# typer
colorama==0.4.6
# via tox
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# coverage-badge
# pytest-cov
Expand All @@ -62,7 +62,7 @@ docutils==0.19
# rstcheck-core
# sphinx
# sphinx-tabs
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via pytest
filelock==3.15.4
# via
Expand Down Expand Up @@ -111,7 +111,7 @@ jinja2==3.1.4
# via
# flask
# sphinx
jsonschema==4.22.0
jsonschema==4.23.0
# via -r requirements/app.in
jsonschema-specifications==2023.12.1
# via jsonschema
Expand Down Expand Up @@ -201,15 +201,15 @@ rich==13.7.1
# via
# flask-limiter
# typer
rpds-py==0.18.1
rpds-py==0.19.0
# via
# jsonschema
# referencing
rstcheck==6.2.1
rstcheck==6.2.4
# via -r requirements/docs.in
rstcheck-core==1.2.1
# via rstcheck
sentry-sdk[flask]==2.7.1
sentry-sdk[flask]==2.9.0
# via -r requirements/app.in
shellingham==1.5.4
# via typer
Expand Down Expand Up @@ -252,7 +252,7 @@ tomli==2.0.1
# tox
tox==4.4.2
# via -r requirements/tests.in
typer[all]==0.12.3
typer==0.12.3
# via rstcheck
typing-extensions==4.12.2
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jinja2==3.1.4
# via
# flask
# sphinx
jsonschema==4.22.0
jsonschema==4.23.0
# via -r requirements/app.in
jsonschema-specifications==2023.12.1
# via jsonschema
Expand Down Expand Up @@ -138,15 +138,15 @@ rich==13.7.1
# via
# flask-limiter
# typer
rpds-py==0.18.1
rpds-py==0.19.0
# via
# jsonschema
# referencing
rstcheck==6.2.1
rstcheck==6.2.4
# via -r requirements/docs.in
rstcheck-core==1.2.1
# via rstcheck
sentry-sdk[flask]==2.7.1
sentry-sdk[flask]==2.9.0
# via -r requirements/app.in
shellingham==1.5.4
# via typer
Expand Down Expand Up @@ -179,7 +179,7 @@ sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
typer[all]==0.12.3
typer==0.12.3
# via rstcheck
typing-extensions==4.12.2
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ click==8.1.7
# via flask
colorama==0.4.6
# via tox
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# coverage-badge
# pytest-cov
Expand All @@ -43,7 +43,7 @@ deprecated==1.2.14
# via limits
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via pytest
filelock==3.15.4
# via
Expand Down Expand Up @@ -88,7 +88,7 @@ itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
jsonschema==4.22.0
jsonschema==4.23.0
# via -r requirements/app.in
jsonschema-specifications==2023.12.1
# via jsonschema
Expand Down Expand Up @@ -153,11 +153,11 @@ requests==2.32.3
# slacker
rich==13.7.1
# via flask-limiter
rpds-py==0.18.1
rpds-py==0.19.0
# via
# jsonschema
# referencing
sentry-sdk[flask]==2.7.1
sentry-sdk[flask]==2.9.0
# via -r requirements/app.in
slacker==0.14.0
# via -r requirements/app.in
Expand Down

0 comments on commit 3b2962d

Please sign in to comment.