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 24, 2023
1 parent 7955643 commit e137112
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 33 deletions.
2 changes: 1 addition & 1 deletion requirements/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ requests==2.31.0
# slacker
rich==13.7.0
# via flask-limiter
rpds-py==0.14.1
rpds-py==0.15.2
# via
# jsonschema
# referencing
Expand Down
2 changes: 1 addition & 1 deletion requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ requests==2.31.0
# slacker
rich==13.7.0
# via flask-limiter
rpds-py==0.14.1
rpds-py==0.15.2
# via
# jsonschema
# referencing
Expand Down
33 changes: 7 additions & 26 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,21 @@
#
# pip-compile requirements/dev.in
#
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
alabaster==0.7.13
# via sphinx
annotated-types==0.6.0
# via pydantic
asgiref==3.7.2
# via -r requirements/tests.in
async-timeout==4.0.3
# via
# aiohttp
# redis
# via redis
attrs==23.1.0
# via
# aiohttp
# jsonschema
# referencing
babel==2.14.0
# via sphinx
black==23.12.0
black==23.12.1
# via -r requirements/dev.in
blinker==1.7.0
# via
Expand Down Expand Up @@ -56,7 +49,7 @@ colorama==0.4.6
# via
# tox
# typer
coverage[toml]==7.3.3
coverage[toml]==7.3.4
# via
# coverage-badge
# pytest-cov
Expand Down Expand Up @@ -102,18 +95,12 @@ flask-script==2.0.6
# via -r requirements/app.in
flask-session==0.5.0
# via -r requirements/app.in
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
future==0.18.3
# via flask-inputs
greenlet==2.0.2
# via -r requirements/tests.in
idna==3.6
# via
# requests
# yarl
# via requests
imagesize==1.4.1
# via sphinx
importlib-resources==6.1.1
Expand Down Expand Up @@ -142,10 +129,6 @@ markupsafe==2.1.3
# wtforms
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via black
ordered-set==4.1.0
Expand Down Expand Up @@ -177,9 +160,9 @@ pluggy==1.3.0
# via
# pytest
# tox
pydantic==2.5.2
pydantic==2.5.3
# via rstcheck-core
pydantic-core==2.14.5
pydantic-core==2.14.6
# via pydantic
pygments==2.17.2
# via
Expand Down Expand Up @@ -218,7 +201,7 @@ rich==13.7.0
# via
# flask-limiter
# typer
rpds-py==0.14.1
rpds-py==0.15.2
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -304,8 +287,6 @@ wrapt==1.16.0
# via deprecated
wtforms==3.1.1
# via flask-inputs
yarl==1.9.4
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ pallets-sphinx-themes==2.1.1
# via -r requirements/docs.in
pika==1.3.2
# via -r requirements/app.in
pydantic==2.5.2
pydantic==2.5.3
# via rstcheck-core
pydantic-core==2.14.5
pydantic-core==2.14.6
# via pydantic
pygments==2.17.2
# via
Expand Down Expand Up @@ -138,7 +138,7 @@ rich==13.7.0
# via
# flask-limiter
# typer
rpds-py==0.14.1
rpds-py==0.15.2
# via
# jsonschema
# referencing
Expand Down
4 changes: 2 additions & 2 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.3
coverage[toml]==7.3.4
# via
# coverage-badge
# pytest-cov
Expand Down Expand Up @@ -151,7 +151,7 @@ requests==2.31.0
# slacker
rich==13.7.0
# via flask-limiter
rpds-py==0.14.1
rpds-py==0.15.2
# via
# jsonschema
# referencing
Expand Down

0 comments on commit e137112

Please sign in to comment.