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 May 19, 2024
1 parent 1b323a4 commit 0af457e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions requirements/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jsonschema==4.22.0
# via -r requirements/app.in
jsonschema-specifications==2023.12.1
# via jsonschema
limits[redis]==3.11.0
limits[redis]==3.12.0
# via flask-limiter
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -110,7 +110,7 @@ rpds-py==0.18.1
# via
# jsonschema
# referencing
sentry-sdk[flask]==2.1.1
sentry-sdk[flask]==2.2.0
# via -r requirements/app.in
slacker==0.14.0
# via -r requirements/app.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jsonschema==4.22.0
# via -r requirements/app.in
jsonschema-specifications==2023.12.1
# via jsonschema
limits[redis]==3.11.0
limits[redis]==3.12.0
# via flask-limiter
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -110,7 +110,7 @@ rpds-py==0.18.1
# via
# jsonschema
# referencing
sentry-sdk[flask]==2.1.1
sentry-sdk[flask]==2.2.0
# via -r requirements/app.in
slacker==0.14.0
# via -r requirements/app.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jsonschema==4.22.0
# via -r requirements/app.in
jsonschema-specifications==2023.12.1
# via jsonschema
limits[redis]==3.11.0
limits[redis]==3.12.0
# via flask-limiter
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -151,7 +151,7 @@ pika==1.3.2
# via -r requirements/app.in
pip-tools==6.12.2
# via -r requirements/dev.in
platformdirs==4.2.1
platformdirs==4.2.2
# via
# black
# tox
Expand Down Expand Up @@ -209,7 +209,7 @@ rstcheck==6.2.1
# via -r requirements/docs.in
rstcheck-core==1.2.1
# via rstcheck
sentry-sdk[flask]==2.1.1
sentry-sdk[flask]==2.2.0
# via -r requirements/app.in
shellingham==1.5.4
# via typer
Expand Down Expand Up @@ -269,7 +269,7 @@ urllib3==2.2.1
# sentry-sdk
uwsgi==2.0.25.1
# via -r requirements/app.in
virtualenv==20.26.1
virtualenv==20.26.2
# via tox
werkzeug==3.0.3
# via flask
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jsonschema==4.22.0
# via -r requirements/app.in
jsonschema-specifications==2023.12.1
# via jsonschema
limits[redis]==3.11.0
limits[redis]==3.12.0
# via flask-limiter
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -146,7 +146,7 @@ rstcheck==6.2.1
# via -r requirements/docs.in
rstcheck-core==1.2.1
# via rstcheck
sentry-sdk[flask]==2.1.1
sentry-sdk[flask]==2.2.0
# via -r requirements/app.in
shellingham==1.5.4
# via typer
Expand Down
8 changes: 4 additions & 4 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jsonschema==4.22.0
# via -r requirements/app.in
jsonschema-specifications==2023.12.1
# via jsonschema
limits[redis]==3.11.0
limits[redis]==3.12.0
# via flask-limiter
markdown-it-py==3.0.0
# via rich
Expand All @@ -116,7 +116,7 @@ packaging==24.0
# tox
pika==1.3.2
# via -r requirements/app.in
platformdirs==4.2.1
platformdirs==4.2.2
# via
# tox
# virtualenv
Expand Down Expand Up @@ -157,7 +157,7 @@ rpds-py==0.18.1
# via
# jsonschema
# referencing
sentry-sdk[flask]==2.1.1
sentry-sdk[flask]==2.2.0
# via -r requirements/app.in
slacker==0.14.0
# via -r requirements/app.in
Expand All @@ -180,7 +180,7 @@ urllib3==2.2.1
# sentry-sdk
uwsgi==2.0.25.1
# via -r requirements/app.in
virtualenv==20.26.1
virtualenv==20.26.2
# via tox
werkzeug==3.0.3
# via flask
Expand Down

0 comments on commit 0af457e

Please sign in to comment.