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 Jan 7, 2024
1 parent 69334e0 commit 58fa49c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 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==23.1.0
attrs==23.2.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -94,7 +94,7 @@ redis==5.0.1
# -r requirements/app.in
# flask-redis
# limits
referencing==0.32.0
referencing==0.32.1
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -126,5 +126,5 @@ werkzeug==3.0.1
# via flask
wrapt==1.16.0
# via deprecated
wtforms==3.1.1
wtforms==3.1.2
# via flask-inputs
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==23.1.0
attrs==23.2.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -94,7 +94,7 @@ redis==5.0.1
# -r requirements/app.in
# flask-redis
# limits
referencing==0.32.0
referencing==0.32.1
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -128,5 +128,5 @@ werkzeug==3.0.1
# via flask
wrapt==1.16.0
# via deprecated
wtforms==3.1.1
wtforms==3.1.2
# via flask-inputs
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.7.2
# via -r requirements/tests.in
async-timeout==4.0.3
# via redis
attrs==23.1.0
attrs==23.2.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -173,7 +173,7 @@ pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/tests.in
# pytest-cov
Expand All @@ -188,7 +188,7 @@ redis==5.0.1
# -r requirements/app.in
# flask-redis
# limits
referencing==0.32.0
referencing==0.32.1
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -285,7 +285,7 @@ wheel==0.42.0
# via pip-tools
wrapt==1.16.0
# via deprecated
wtforms==3.1.1
wtforms==3.1.2
# via flask-inputs

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ annotated-types==0.6.0
# via pydantic
async-timeout==4.0.3
# via redis
attrs==23.1.0
attrs==23.2.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -125,7 +125,7 @@ redis==5.0.1
# -r requirements/app.in
# flask-redis
# limits
referencing==0.32.0
referencing==0.32.1
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -205,5 +205,5 @@ werkzeug==3.0.1
# via flask
wrapt==1.16.0
# via deprecated
wtforms==3.1.1
wtforms==3.1.2
# via flask-inputs
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.7.2
# via -r requirements/tests.in
async-timeout==4.0.3
# via redis
attrs==23.1.0
attrs==23.2.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -126,7 +126,7 @@ pygments==2.17.2
# via rich
pyproject-api==1.6.1
# via tox
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/tests.in
# pytest-cov
Expand All @@ -141,7 +141,7 @@ redis==5.0.1
# -r requirements/app.in
# flask-redis
# limits
referencing==0.32.0
referencing==0.32.1
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -184,5 +184,5 @@ werkzeug==3.0.1
# via flask
wrapt==1.16.0
# via deprecated
wtforms==3.1.1
wtforms==3.1.2
# via flask-inputs

0 comments on commit 58fa49c

Please sign in to comment.