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 25, 2024
1 parent 102bdfb commit 932d9dd
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions requirements/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ flask-session==0.8.0
# via -r requirements/app.in
future==1.0.0
# via flask-inputs
idna==3.7
idna==3.8
# via requests
importlib-resources==6.4.3
importlib-resources==6.4.4
# via limits
itsdangerous==2.2.0
# via flask
Expand Down Expand Up @@ -124,7 +124,7 @@ urllib3==2.2.2
# sentry-sdk
uwsgi==2.0.26
# via -r requirements/app.in
werkzeug==3.0.3
werkzeug==3.0.4
# via flask
wrapt==1.16.0
# via deprecated
Expand Down
6 changes: 3 additions & 3 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ flask-session==0.8.0
# via -r requirements/app.in
future==1.0.0
# via flask-inputs
idna==3.7
idna==3.8
# via requests
importlib-resources==6.4.3
importlib-resources==6.4.4
# via limits
itsdangerous==2.2.0
# via flask
Expand Down Expand Up @@ -126,7 +126,7 @@ uwsgi==2.0.26
# via
# -r requirements/app.in
# -r requirements/deploy.in
werkzeug==3.0.3
werkzeug==3.0.4
# via flask
wrapt==1.16.0
# via deprecated
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build==1.2.1
# via pip-tools
cachelib==0.13.0
# via flask-session
cachetools==5.4.0
cachetools==5.5.0
# via tox
certifi==2024.7.4
# via
Expand Down Expand Up @@ -97,11 +97,11 @@ future==1.0.0
# via flask-inputs
greenlet==2.0.2
# via -r requirements/tests.in
idna==3.7
idna==3.8
# via requests
imagesize==1.4.1
# via sphinx
importlib-resources==6.4.3
importlib-resources==6.4.4
# via limits
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -252,7 +252,7 @@ tomli==2.0.1
# tox
tox==4.4.2
# via -r requirements/tests.in
typer==0.12.4
typer==0.12.5
# via rstcheck
typing-extensions==4.12.2
# via
Expand All @@ -271,7 +271,7 @@ uwsgi==2.0.26
# via -r requirements/app.in
virtualenv==20.26.3
# via tox
werkzeug==3.0.3
werkzeug==3.0.4
# via flask
wheel==0.44.0
# via pip-tools
Expand Down
8 changes: 4 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ flask-session==0.8.0
# via -r requirements/app.in
future==1.0.0
# via flask-inputs
idna==3.7
idna==3.8
# via requests
imagesize==1.4.1
# via sphinx
importlib-resources==6.4.3
importlib-resources==6.4.4
# via limits
itsdangerous==2.2.0
# via flask
Expand Down Expand Up @@ -179,7 +179,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
typer==0.12.4
typer==0.12.5
# via rstcheck
typing-extensions==4.12.2
# via
Expand All @@ -194,7 +194,7 @@ urllib3==2.2.2
# sentry-sdk
uwsgi==2.0.26
# via -r requirements/app.in
werkzeug==3.0.3
werkzeug==3.0.4
# via flask
wrapt==1.16.0
# via deprecated
Expand Down
8 changes: 4 additions & 4 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ blinker==1.8.2
# sentry-sdk
cachelib==0.13.0
# via flask-session
cachetools==5.4.0
cachetools==5.5.0
# via tox
certifi==2024.7.4
# via
Expand Down Expand Up @@ -78,9 +78,9 @@ future==1.0.0
# via flask-inputs
greenlet==2.0.2
# via -r requirements/tests.in
idna==3.7
idna==3.8
# via requests
importlib-resources==6.4.3
importlib-resources==6.4.4
# via limits
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -182,7 +182,7 @@ uwsgi==2.0.26
# via -r requirements/app.in
virtualenv==20.26.3
# via tox
werkzeug==3.0.3
werkzeug==3.0.4
# via flask
wrapt==1.16.0
# via deprecated
Expand Down

0 comments on commit 932d9dd

Please sign in to comment.