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 31, 2023
1 parent e137112 commit 69334e0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions requirements/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jinja2==3.1.2
# via flask
jsonschema==4.20.0
# via -r requirements/app.in
jsonschema-specifications==2023.11.2
jsonschema-specifications==2023.12.1
# via jsonschema
limits[redis]==3.7.0
# via flask-limiter
Expand Down Expand Up @@ -104,7 +104,7 @@ requests==2.31.0
# slacker
rich==13.7.0
# via flask-limiter
rpds-py==0.15.2
rpds-py==0.16.2
# via
# jsonschema
# referencing
Expand Down
4 changes: 2 additions & 2 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jinja2==3.1.2
# via flask
jsonschema==4.20.0
# via -r requirements/app.in
jsonschema-specifications==2023.11.2
jsonschema-specifications==2023.12.1
# via jsonschema
limits[redis]==3.7.0
# via flask-limiter
Expand Down Expand Up @@ -104,7 +104,7 @@ requests==2.31.0
# slacker
rich==13.7.0
# via flask-limiter
rpds-py==0.15.2
rpds-py==0.16.2
# via
# jsonschema
# referencing
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ colorama==0.4.6
# via
# tox
# typer
coverage[toml]==7.3.4
coverage[toml]==7.4.0
# via
# coverage-badge
# pytest-cov
Expand Down Expand Up @@ -115,7 +115,7 @@ jinja2==3.1.2
# sphinx
jsonschema==4.20.0
# via -r requirements/app.in
jsonschema-specifications==2023.11.2
jsonschema-specifications==2023.12.1
# via jsonschema
limits[redis]==3.7.0
# via flask-limiter
Expand Down Expand Up @@ -201,7 +201,7 @@ rich==13.7.0
# via
# flask-limiter
# typer
rpds-py==0.15.2
rpds-py==0.16.2
# via
# jsonschema
# referencing
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 @@ jinja2==3.1.2
# sphinx
jsonschema==4.20.0
# via -r requirements/app.in
jsonschema-specifications==2023.11.2
jsonschema-specifications==2023.12.1
# via jsonschema
limits[redis]==3.7.0
# via flask-limiter
Expand Down Expand Up @@ -138,7 +138,7 @@ rich==13.7.0
# via
# flask-limiter
# typer
rpds-py==0.15.2
rpds-py==0.16.2
# via
# jsonschema
# referencing
Expand Down
6 changes: 3 additions & 3 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.3.4
coverage[toml]==7.4.0
# via
# coverage-badge
# pytest-cov
Expand Down Expand Up @@ -90,7 +90,7 @@ jinja2==3.1.2
# via flask
jsonschema==4.20.0
# via -r requirements/app.in
jsonschema-specifications==2023.11.2
jsonschema-specifications==2023.12.1
# via jsonschema
limits[redis]==3.7.0
# via flask-limiter
Expand Down Expand Up @@ -151,7 +151,7 @@ requests==2.31.0
# slacker
rich==13.7.0
# via flask-limiter
rpds-py==0.15.2
rpds-py==0.16.2
# via
# jsonschema
# referencing
Expand Down

0 comments on commit 69334e0

Please sign in to comment.