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 Aug 11, 2024
1 parent 880cfab commit ee27dfb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions requirements/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
async-timeout==4.0.3
# via redis
attrs==24.1.0
attrs==24.2.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -89,7 +89,7 @@ pygments==2.18.0
# via rich
python-dotenv==1.0.1
# via -r requirements/app.in
pyyaml==6.0.1
pyyaml==6.0.2
# via -r requirements/app.in
redis==5.0.8
# via
Expand All @@ -106,7 +106,7 @@ requests==2.32.3
# slacker
rich==13.7.1
# via flask-limiter
rpds-py==0.19.1
rpds-py==0.20.0
# via
# jsonschema
# referencing
Expand Down
6 changes: 3 additions & 3 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
async-timeout==4.0.3
# via redis
attrs==24.1.0
attrs==24.2.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -89,7 +89,7 @@ pygments==2.18.0
# via rich
python-dotenv==1.0.1
# via -r requirements/app.in
pyyaml==6.0.1
pyyaml==6.0.2
# via -r requirements/app.in
redis==5.0.8
# via
Expand All @@ -106,7 +106,7 @@ requests==2.32.3
# slacker
rich==13.7.1
# via flask-limiter
rpds-py==0.19.1
rpds-py==0.20.0
# via
# jsonschema
# referencing
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ asgiref==3.8.1
# via -r requirements/tests.in
async-timeout==4.0.3
# via redis
attrs==24.1.0
attrs==24.2.0
# via
# jsonschema
# referencing
babel==2.15.0
babel==2.16.0
# via sphinx
black==24.8.0
# via -r requirements/dev.in
Expand Down Expand Up @@ -47,7 +47,7 @@ click==8.1.7
# typer
colorama==0.4.6
# via tox
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# coverage-badge
# pytest-cov
Expand Down Expand Up @@ -181,7 +181,7 @@ pytest-cov==4.0.0
# via -r requirements/tests.in
python-dotenv==1.0.1
# via -r requirements/app.in
pyyaml==6.0.1
pyyaml==6.0.2
# via -r requirements/app.in
redis==5.0.8
# via
Expand All @@ -201,7 +201,7 @@ rich==13.7.1
# via
# flask-limiter
# typer
rpds-py==0.19.1
rpds-py==0.20.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -273,7 +273,7 @@ virtualenv==20.26.3
# via tox
werkzeug==3.0.3
# via flask
wheel==0.43.0
wheel==0.44.0
# via pip-tools
wrapt==1.16.0
# via deprecated
Expand Down
8 changes: 4 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ annotated-types==0.7.0
# via pydantic
async-timeout==4.0.3
# via redis
attrs==24.1.0
attrs==24.2.0
# via
# jsonschema
# referencing
babel==2.15.0
babel==2.16.0
# via sphinx
blinker==1.8.2
# via
Expand Down Expand Up @@ -118,7 +118,7 @@ pygments==2.18.0
# sphinx-tabs
python-dotenv==1.0.1
# via -r requirements/app.in
pyyaml==6.0.1
pyyaml==6.0.2
# via -r requirements/app.in
redis==5.0.8
# via
Expand All @@ -138,7 +138,7 @@ rich==13.7.1
# via
# flask-limiter
# typer
rpds-py==0.19.1
rpds-py==0.20.0
# via
# jsonschema
# referencing
Expand Down
8 changes: 4 additions & 4 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via -r requirements/tests.in
async-timeout==4.0.3
# via redis
attrs==24.1.0
attrs==24.2.0
# via
# jsonschema
# referencing
Expand All @@ -33,7 +33,7 @@ click==8.1.7
# via flask
colorama==0.4.6
# via tox
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# coverage-badge
# pytest-cov
Expand Down Expand Up @@ -136,7 +136,7 @@ pytest-cov==4.0.0
# via -r requirements/tests.in
python-dotenv==1.0.1
# via -r requirements/app.in
pyyaml==6.0.1
pyyaml==6.0.2
# via -r requirements/app.in
redis==5.0.8
# via
Expand All @@ -153,7 +153,7 @@ requests==2.32.3
# slacker
rich==13.7.1
# via flask-limiter
rpds-py==0.19.1
rpds-py==0.20.0
# via
# jsonschema
# referencing
Expand Down

0 comments on commit ee27dfb

Please sign in to comment.