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 Dec 10, 2023
1 parent dfe5a37 commit f1c93e2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions requirements/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ redis==5.0.1
# -r requirements/app.in
# flask-redis
# limits
referencing==0.31.1
referencing==0.32.0
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -112,7 +112,7 @@ sentry-sdk[flask]==1.38.0
# via -r requirements/app.in
slacker==0.14.0
# via -r requirements/app.in
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# flask-limiter
# limits
Expand Down
4 changes: 2 additions & 2 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ redis==5.0.1
# -r requirements/app.in
# flask-redis
# limits
referencing==0.31.1
referencing==0.32.0
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -112,7 +112,7 @@ sentry-sdk[flask]==1.38.0
# via -r requirements/app.in
slacker==0.14.0
# via -r requirements/app.in
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# flask-limiter
# limits
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ packaging==23.2
# tox
pallets-sphinx-themes==2.1.1
# via -r requirements/docs.in
pathspec==0.11.2
pathspec==0.12.0
# via black
pika==1.3.2
# via -r requirements/app.in
pip-tools==6.12.2
# via -r requirements/dev.in
platformdirs==4.0.0
platformdirs==4.1.0
# via
# black
# tox
Expand Down Expand Up @@ -188,7 +188,7 @@ redis==5.0.1
# -r requirements/app.in
# flask-redis
# limits
referencing==0.31.1
referencing==0.32.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -262,7 +262,7 @@ typer[all]==0.9.0
# via
# rstcheck
# typer
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# asgiref
# black
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ redis==5.0.1
# -r requirements/app.in
# flask-redis
# limits
referencing==0.31.1
referencing==0.32.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -188,7 +188,7 @@ typer[all]==0.9.0
# via
# rstcheck
# typer
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# flask-limiter
# limits
Expand Down
6 changes: 3 additions & 3 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ packaging==23.2
# tox
pika==1.3.2
# via -r requirements/app.in
platformdirs==4.0.0
platformdirs==4.1.0
# via
# tox
# virtualenv
Expand All @@ -141,7 +141,7 @@ redis==5.0.1
# -r requirements/app.in
# flask-redis
# limits
referencing==0.31.1
referencing==0.32.0
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -167,7 +167,7 @@ tomli==2.0.1
# tox
tox==4.4.2
# via -r requirements/tests.in
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# asgiref
# flask-limiter
Expand Down

0 comments on commit f1c93e2

Please sign in to comment.