Skip to content

Commit b08fcc2

Browse files
authored
Merge pull request #367 from helloflask/update-deps
Update dependencies
2 parents 13f1133 + 67e23cc commit b08fcc2

File tree

5 files changed

+45
-43
lines changed

5 files changed

+45
-43
lines changed

requirements/build.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
#
88
build==1.2.1
99
# via -r requirements/build.in
10-
packaging==24.0
10+
packaging==24.1
1111
# via build
12-
pyproject-hooks==1.0.0
12+
pyproject-hooks==1.1.0
1313
# via build
1414
tomli==2.0.1
1515
# via build
16-
wheel==0.43.0
16+
wheel==0.44.0
1717
# via -r requirements/build.in

requirements/dev.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -10,39 +10,39 @@
1010
-r tests.txt
1111
build==1.2.1
1212
# via pip-tools
13-
cachetools==5.3.3
13+
cachetools==5.4.0
1414
# via tox
1515
chardet==5.2.0
1616
# via tox
1717
colorama==0.4.6
1818
# via tox
1919
distlib==0.3.8
2020
# via virtualenv
21-
filelock==3.13.3
21+
filelock==3.15.4
2222
# via
2323
# tox
2424
# virtualenv
25-
pip-compile-multi==2.6.3
25+
pip-compile-multi==2.6.4
2626
# via -r requirements/dev.in
2727
pip-tools==7.4.1
2828
# via pip-compile-multi
29-
platformdirs==4.2.0
29+
platformdirs==4.2.2
3030
# via
3131
# tox
3232
# virtualenv
33-
pyproject-api==1.6.1
33+
pyproject-api==1.7.1
3434
# via tox
35-
pyproject-hooks==1.0.0
35+
pyproject-hooks==1.1.0
3636
# via
3737
# build
3838
# pip-tools
3939
toposort==1.10
4040
# via pip-compile-multi
41-
tox==4.14.2
41+
tox==4.17.1
4242
# via -r requirements/dev.in
43-
virtualenv==20.25.1
43+
virtualenv==20.26.3
4444
# via tox
45-
wheel==0.43.0
45+
wheel==0.44.0
4646
# via pip-tools
4747

4848
# The following packages are considered to be unsafe in a requirements file:

requirements/docs.txt

+19-17
Original file line numberDiff line numberDiff line change
@@ -5,54 +5,56 @@
55
#
66
# pip-compile-multi
77
#
8-
alabaster==0.7.16
8+
alabaster==1.0.0
99
# via sphinx
10-
babel==2.14.0
10+
babel==2.16.0
1111
# via sphinx
12-
certifi==2024.2.2
12+
certifi==2024.7.4
1313
# via requests
1414
charset-normalizer==3.3.2
1515
# via requests
16-
docutils==0.20.1
16+
docutils==0.21.2
1717
# via sphinx
18-
idna==3.6
18+
idna==3.7
1919
# via requests
2020
imagesize==1.4.1
2121
# via sphinx
22-
jinja2==3.1.3
22+
jinja2==3.1.4
2323
# via sphinx
2424
markupsafe==2.1.5
2525
# via jinja2
26-
packaging==24.0
26+
packaging==24.1
2727
# via
2828
# pallets-sphinx-themes
2929
# sphinx
30-
pallets-sphinx-themes==2.1.1
30+
pallets-sphinx-themes==2.1.3
3131
# via -r requirements/docs.in
32-
pygments==2.17.2
32+
pygments==2.18.0
3333
# via sphinx
34-
requests==2.31.0
34+
requests==2.32.3
3535
# via sphinx
3636
snowballstemmer==2.2.0
3737
# via sphinx
38-
sphinx==7.2.6
38+
sphinx==8.0.2
3939
# via
4040
# -r requirements/docs.in
4141
# pallets-sphinx-themes
4242
# sphinxcontrib-log-cabinet
43-
sphinxcontrib-applehelp==1.0.8
43+
sphinxcontrib-applehelp==2.0.0
4444
# via sphinx
45-
sphinxcontrib-devhelp==1.0.6
45+
sphinxcontrib-devhelp==2.0.0
4646
# via sphinx
47-
sphinxcontrib-htmlhelp==2.0.5
47+
sphinxcontrib-htmlhelp==2.1.0
4848
# via sphinx
4949
sphinxcontrib-jsmath==1.0.1
5050
# via sphinx
5151
sphinxcontrib-log-cabinet==1.0.1
5252
# via -r requirements/docs.in
53-
sphinxcontrib-qthelp==1.0.7
53+
sphinxcontrib-qthelp==2.0.0
5454
# via sphinx
55-
sphinxcontrib-serializinghtml==1.1.10
55+
sphinxcontrib-serializinghtml==2.0.0
5656
# via sphinx
57-
urllib3==2.2.1
57+
tomli==2.0.1
58+
# via sphinx
59+
urllib3==2.2.2
5860
# via requests

requirements/style.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
#
66
# pip-compile-multi
77
#
8-
flake8==7.0.0
8+
flake8==7.1.1
99
# via -r requirements/style.in
1010
mccabe==0.7.0
1111
# via flake8
12-
pycodestyle==2.11.1
12+
pycodestyle==2.12.1
1313
# via flake8
1414
pyflakes==3.2.0
1515
# via flake8

requirements/tests.txt

+12-12
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
#
66
# pip-compile-multi
77
#
8-
blinker==1.7.0
8+
blinker==1.8.2
99
# via flask
1010
click==8.1.7
1111
# via flask
12-
coverage[toml]==7.4.4
12+
coverage[toml]==7.6.1
1313
# via pytest-cov
14-
exceptiongroup==1.2.0
14+
exceptiongroup==1.2.2
1515
# via pytest
16-
flask==3.0.2
16+
flask==3.0.3
1717
# via
1818
# flask-sqlalchemy
1919
# flask-wtf
@@ -25,36 +25,36 @@ greenlet==3.0.3
2525
# via sqlalchemy
2626
iniconfig==2.0.0
2727
# via pytest
28-
itsdangerous==2.1.2
28+
itsdangerous==2.2.0
2929
# via
3030
# flask
3131
# flask-wtf
32-
jinja2==3.1.3
32+
jinja2==3.1.4
3333
# via flask
3434
markupsafe==2.1.5
3535
# via
3636
# jinja2
3737
# werkzeug
3838
# wtforms
39-
packaging==24.0
39+
packaging==24.1
4040
# via pytest
41-
pluggy==1.4.0
41+
pluggy==1.5.0
4242
# via pytest
43-
pytest==8.1.1
43+
pytest==8.3.2
4444
# via
4545
# -r requirements/tests.in
4646
# pytest-cov
4747
pytest-cov==5.0.0
4848
# via -r requirements/tests.in
49-
sqlalchemy==2.0.29
49+
sqlalchemy==2.0.32
5050
# via flask-sqlalchemy
5151
tomli==2.0.1
5252
# via
5353
# coverage
5454
# pytest
55-
typing-extensions==4.11.0
55+
typing-extensions==4.12.2
5656
# via sqlalchemy
57-
werkzeug==3.0.2
57+
werkzeug==3.0.3
5858
# via flask
5959
wtforms==3.1.2
6060
# via flask-wtf

0 commit comments

Comments
 (0)