Skip to content

Commit

Permalink
Merge pull request #367 from helloflask/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
greyli authored Aug 12, 2024
2 parents 13f1133 + 67e23cc commit b08fcc2
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 43 deletions.
6 changes: 3 additions & 3 deletions requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#
build==1.2.1
# via -r requirements/build.in
packaging==24.0
packaging==24.1
# via build
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via build
tomli==2.0.1
# via build
wheel==0.43.0
wheel==0.44.0
# via -r requirements/build.in
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,39 @@
-r tests.txt
build==1.2.1
# via pip-tools
cachetools==5.3.3
cachetools==5.4.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.3
filelock==3.15.4
# via
# tox
# virtualenv
pip-compile-multi==2.6.3
pip-compile-multi==2.6.4
# via -r requirements/dev.in
pip-tools==7.4.1
# via pip-compile-multi
platformdirs==4.2.0
platformdirs==4.2.2
# via
# tox
# virtualenv
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
toposort==1.10
# via pip-compile-multi
tox==4.14.2
tox==4.17.1
# via -r requirements/dev.in
virtualenv==20.25.1
virtualenv==20.26.3
# via tox
wheel==0.43.0
wheel==0.44.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
36 changes: 19 additions & 17 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,54 +5,56 @@
#
# pip-compile-multi
#
alabaster==0.7.16
alabaster==1.0.0
# via sphinx
babel==2.14.0
babel==2.16.0
# via sphinx
certifi==2024.2.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
docutils==0.20.1
docutils==0.21.2
# via sphinx
idna==3.6
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.3
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
# via jinja2
packaging==24.0
packaging==24.1
# via
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.1.1
pallets-sphinx-themes==2.1.3
# via -r requirements/docs.in
pygments==2.17.2
pygments==2.18.0
# via sphinx
requests==2.31.0
requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
sphinx==8.0.2
# via
# -r requirements/docs.in
# pallets-sphinx-themes
# sphinxcontrib-log-cabinet
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r requirements/docs.in
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
urllib3==2.2.1
tomli==2.0.1
# via sphinx
urllib3==2.2.2
# via requests
4 changes: 2 additions & 2 deletions requirements/style.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
#
# pip-compile-multi
#
flake8==7.0.0
flake8==7.1.1
# via -r requirements/style.in
mccabe==0.7.0
# via flake8
pycodestyle==2.11.1
pycodestyle==2.12.1
# via flake8
pyflakes==3.2.0
# via flake8
24 changes: 12 additions & 12 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
#
# pip-compile-multi
#
blinker==1.7.0
blinker==1.8.2
# via flask
click==8.1.7
# via flask
coverage[toml]==7.4.4
coverage[toml]==7.6.1
# via pytest-cov
exceptiongroup==1.2.0
exceptiongroup==1.2.2
# via pytest
flask==3.0.2
flask==3.0.3
# via
# flask-sqlalchemy
# flask-wtf
Expand All @@ -25,36 +25,36 @@ greenlet==3.0.3
# via sqlalchemy
iniconfig==2.0.0
# via pytest
itsdangerous==2.1.2
itsdangerous==2.2.0
# via
# flask
# flask-wtf
jinja2==3.1.3
jinja2==3.1.4
# via flask
markupsafe==2.1.5
# via
# jinja2
# werkzeug
# wtforms
packaging==24.0
packaging==24.1
# via pytest
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pytest==8.1.1
pytest==8.3.2
# via
# -r requirements/tests.in
# pytest-cov
pytest-cov==5.0.0
# via -r requirements/tests.in
sqlalchemy==2.0.29
sqlalchemy==2.0.32
# via flask-sqlalchemy
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.11.0
typing-extensions==4.12.2
# via sqlalchemy
werkzeug==3.0.2
werkzeug==3.0.3
# via flask
wtforms==3.1.2
# via flask-wtf

0 comments on commit b08fcc2

Please sign in to comment.