Skip to content

Commit 802b10a

Browse files
authored
Release 2.4.2 version (#381)
* Update changelog for 2.4.2 * Bump version to 2.4.2 * Update requirements * Pin blinker to 1.8.2 for Py 3.8 support * Update deps based on Py 3.8
1 parent 84b3f66 commit 802b10a

File tree

7 files changed

+76
-47
lines changed

7 files changed

+76
-47
lines changed

CHANGES.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
Changelog
22
=========
33

4-
- Reduced icon whitespace and support for classes.
4+
2.4.2
5+
-----
6+
7+
- Add support for icon classes.
58
- Upgrade to Bootstrap Icons 1.11.3.
9+
- Replace deprecated color ``muted`` with ``secondary``.
610

711
2.4.1
812
-----

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Bootstrap-Flask"
3-
version = "2.4.1"
3+
version = "2.4.2"
44
description = "Bootstrap 4 & 5 helper for your Flask projects."
55
readme = "README.md"
66
license = { text = "MIT" }

requirements/build.txt

+9-5
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@
55
#
66
# pip-compile-multi
77
#
8-
build==1.2.1
8+
build==1.2.2.post1
99
# via -r requirements/build.in
10-
packaging==24.1
10+
importlib-metadata==8.5.0
1111
# via build
12-
pyproject-hooks==1.1.0
12+
packaging==24.2
1313
# via build
14-
tomli==2.0.1
14+
pyproject-hooks==1.2.0
1515
# via build
16-
wheel==0.44.0
16+
tomli==2.2.1
17+
# via build
18+
wheel==0.45.1
1719
# via -r requirements/build.in
20+
zipp==3.20.2
21+
# via importlib-metadata

requirements/dev.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -8,41 +8,41 @@
88
-r docs.txt
99
-r style.txt
1010
-r tests.txt
11-
build==1.2.1
11+
build==1.2.2.post1
1212
# via pip-tools
13-
cachetools==5.4.0
13+
cachetools==5.5.2
1414
# via tox
1515
chardet==5.2.0
1616
# via tox
1717
colorama==0.4.6
1818
# via tox
19-
distlib==0.3.8
19+
distlib==0.3.9
2020
# via virtualenv
21-
filelock==3.15.4
21+
filelock==3.16.1
2222
# via
2323
# tox
2424
# virtualenv
2525
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.2
29+
platformdirs==4.3.6
3030
# via
3131
# tox
3232
# virtualenv
33-
pyproject-api==1.7.1
33+
pyproject-api==1.8.0
3434
# via tox
35-
pyproject-hooks==1.1.0
35+
pyproject-hooks==1.2.0
3636
# via
3737
# build
3838
# pip-tools
3939
toposort==1.10
4040
# via pip-compile-multi
41-
tox==4.17.1
41+
tox==4.24.2
4242
# via -r requirements/dev.in
43-
virtualenv==20.26.3
43+
virtualenv==20.29.3
4444
# via tox
45-
wheel==0.44.0
45+
wheel==0.45.1
4646
# via pip-tools
4747

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

requirements/docs.txt

+29-20
Original file line numberDiff line numberDiff line change
@@ -5,54 +5,63 @@
55
#
66
# pip-compile-multi
77
#
8-
alabaster==1.0.0
8+
alabaster==0.7.13
99
# via sphinx
10-
babel==2.16.0
10+
babel==2.17.0
1111
# via sphinx
12-
certifi==2024.7.4
12+
certifi==2025.1.31
1313
# via requests
14-
charset-normalizer==3.3.2
14+
charset-normalizer==3.4.1
1515
# via requests
16-
docutils==0.21.2
16+
docutils==0.20.1
1717
# via sphinx
18-
idna==3.7
18+
idna==3.10
1919
# via requests
2020
imagesize==1.4.1
2121
# via sphinx
22-
jinja2==3.1.5
22+
importlib-metadata==8.5.0
23+
# via sphinx
24+
jinja2==3.1.6
2325
# via sphinx
2426
markupsafe==2.1.5
2527
# via jinja2
26-
packaging==24.1
28+
packaging==24.2
2729
# via
2830
# pallets-sphinx-themes
2931
# sphinx
30-
pallets-sphinx-themes==2.1.3
31-
# via -r docs.in
32-
pygments==2.18.0
32+
pallets-sphinx-themes==2.3.0
33+
# via -r requirements/docs.in
34+
pygments==2.19.1
3335
# via sphinx
36+
pytz==2025.1
37+
# via babel
3438
requests==2.32.3
3539
# via sphinx
3640
snowballstemmer==2.2.0
3741
# via sphinx
38-
sphinx==8.0.2
42+
sphinx==7.1.2
3943
# via
40-
# -r docs.in
44+
# -r requirements/docs.in
4145
# pallets-sphinx-themes
46+
# sphinx-notfound-page
4247
# sphinxcontrib-log-cabinet
43-
sphinxcontrib-applehelp==2.0.0
48+
sphinx-notfound-page==1.1.0
49+
# via pallets-sphinx-themes
50+
sphinxcontrib-applehelp==1.0.4
4451
# via sphinx
45-
sphinxcontrib-devhelp==2.0.0
52+
sphinxcontrib-devhelp==1.0.2
4653
# via sphinx
47-
sphinxcontrib-htmlhelp==2.1.0
54+
sphinxcontrib-htmlhelp==2.0.1
4855
# via sphinx
4956
sphinxcontrib-jsmath==1.0.1
5057
# via sphinx
5158
sphinxcontrib-log-cabinet==1.0.1
52-
# via -r docs.in
53-
sphinxcontrib-qthelp==2.0.0
59+
# via -r requirements/docs.in
60+
sphinxcontrib-qthelp==1.0.3
5461
# via sphinx
55-
sphinxcontrib-serializinghtml==2.0.0
62+
sphinxcontrib-serializinghtml==1.1.5
5663
# via sphinx
57-
urllib3==2.2.2
64+
urllib3==2.2.3
5865
# via requests
66+
zipp==3.20.2
67+
# via importlib-metadata

requirements/style.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# pip-compile-multi
77
#
8-
flake8==7.1.1
8+
flake8==7.1.2
99
# via -r requirements/style.in
1010
mccabe==0.7.0
1111
# via flake8

requirements/tests.txt

+21-9
Original file line numberDiff line numberDiff line change
@@ -7,46 +7,58 @@
77
#
88
blinker==1.8.2
99
# via flask
10-
click==8.1.7
10+
click==8.1.8
1111
# via flask
1212
coverage[toml]==7.6.1
1313
# via pytest-cov
14+
exceptiongroup==1.2.2
15+
# via pytest
1416
flask==3.0.3
1517
# via
1618
# flask-sqlalchemy
1719
# flask-wtf
1820
flask-sqlalchemy==3.1.1
19-
# via -r tests.in
21+
# via -r requirements/tests.in
2022
flask-wtf==1.2.1
21-
# via -r tests.in
23+
# via -r requirements/tests.in
24+
greenlet==3.1.1
25+
# via sqlalchemy
26+
importlib-metadata==8.5.0
27+
# via flask
2228
iniconfig==2.0.0
2329
# via pytest
2430
itsdangerous==2.2.0
2531
# via
2632
# flask
2733
# flask-wtf
28-
jinja2==3.1.5
34+
jinja2==3.1.6
2935
# via flask
3036
markupsafe==2.1.5
3137
# via
3238
# jinja2
3339
# werkzeug
3440
# wtforms
35-
packaging==24.1
41+
packaging==24.2
3642
# via pytest
3743
pluggy==1.5.0
3844
# via pytest
39-
pytest==8.3.2
45+
pytest==8.3.5
4046
# via
41-
# -r tests.in
47+
# -r requirements/tests.in
4248
# pytest-cov
4349
pytest-cov==5.0.0
44-
# via -r tests.in
45-
sqlalchemy==2.0.32
50+
# via -r requirements/tests.in
51+
sqlalchemy==2.0.38
4652
# via flask-sqlalchemy
53+
tomli==2.2.1
54+
# via
55+
# coverage
56+
# pytest
4757
typing-extensions==4.12.2
4858
# via sqlalchemy
4959
werkzeug==3.0.6
5060
# via flask
5161
wtforms==3.1.2
5262
# via flask-wtf
63+
zipp==3.20.2
64+
# via importlib-metadata

0 commit comments

Comments
 (0)