Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Changelog
=========

- Reduced icon whitespace and support for classes.
2.4.2
-----

- Add support for icon classes.
- Upgrade to Bootstrap Icons 1.11.3.
- Replace deprecated color ``muted`` with ``secondary``.

2.4.1
-----
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "Bootstrap-Flask"
version = "2.4.1"
version = "2.4.2"
description = "Bootstrap 4 & 5 helper for your Flask projects."
readme = "README.md"
license = { text = "MIT" }
Expand Down
14 changes: 9 additions & 5 deletions requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
#
# pip-compile-multi
#
build==1.2.1
build==1.2.2.post1
# via -r requirements/build.in
packaging==24.1
importlib-metadata==8.5.0
# via build
pyproject-hooks==1.1.0
packaging==24.2
# via build
tomli==2.0.1
pyproject-hooks==1.2.0
# via build
wheel==0.44.0
tomli==2.2.1
# via build
wheel==0.45.1
# via -r requirements/build.in
zipp==3.20.2
# via importlib-metadata
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,41 +8,41 @@
-r docs.txt
-r style.txt
-r tests.txt
build==1.2.1
build==1.2.2.post1
# via pip-tools
cachetools==5.4.0
cachetools==5.5.2
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
pip-compile-multi==2.6.4
# via -r requirements/dev.in
pip-tools==7.4.1
# via pip-compile-multi
platformdirs==4.2.2
platformdirs==4.3.6
# via
# tox
# virtualenv
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
toposort==1.10
# via pip-compile-multi
tox==4.17.1
tox==4.24.2
# via -r requirements/dev.in
virtualenv==20.26.3
virtualenv==20.29.3
# via tox
wheel==0.44.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
49 changes: 29 additions & 20 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,54 +5,63 @@
#
# pip-compile-multi
#
alabaster==1.0.0
alabaster==0.7.13
# via sphinx
babel==2.16.0
babel==2.17.0
# via sphinx
certifi==2024.7.4
certifi==2025.1.31
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.1
# via requests
docutils==0.21.2
docutils==0.20.1
# via sphinx
idna==3.7
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.5
importlib-metadata==8.5.0
# via sphinx
jinja2==3.1.6
# via sphinx
markupsafe==2.1.5
# via jinja2
packaging==24.1
packaging==24.2
# via
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.1.3
# via -r docs.in
pygments==2.18.0
pallets-sphinx-themes==2.3.0
# via -r requirements/docs.in
pygments==2.19.1
# via sphinx
pytz==2025.1
# via babel
requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==8.0.2
sphinx==7.1.2
# via
# -r docs.in
# -r requirements/docs.in
# pallets-sphinx-themes
# sphinx-notfound-page
# sphinxcontrib-log-cabinet
sphinxcontrib-applehelp==2.0.0
sphinx-notfound-page==1.1.0
# via pallets-sphinx-themes
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==2.0.0
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r docs.in
sphinxcontrib-qthelp==2.0.0
# via -r requirements/docs.in
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==2.2.2
urllib3==2.2.3
# via requests
zipp==3.20.2
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/style.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# pip-compile-multi
#
flake8==7.1.1
flake8==7.1.2
# via -r requirements/style.in
mccabe==0.7.0
# via flake8
Expand Down
30 changes: 21 additions & 9 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,46 +7,58 @@
#
blinker==1.8.2
# via flask
click==8.1.7
click==8.1.8
# via flask
coverage[toml]==7.6.1
# via pytest-cov
exceptiongroup==1.2.2
# via pytest
flask==3.0.3
# via
# flask-sqlalchemy
# flask-wtf
flask-sqlalchemy==3.1.1
# via -r tests.in
# via -r requirements/tests.in
flask-wtf==1.2.1
# via -r tests.in
# via -r requirements/tests.in
greenlet==3.1.1
# via sqlalchemy
importlib-metadata==8.5.0
# via flask
iniconfig==2.0.0
# via pytest
itsdangerous==2.2.0
# via
# flask
# flask-wtf
jinja2==3.1.5
jinja2==3.1.6
# via flask
markupsafe==2.1.5
# via
# jinja2
# werkzeug
# wtforms
packaging==24.1
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.2
pytest==8.3.5
# via
# -r tests.in
# -r requirements/tests.in
# pytest-cov
pytest-cov==5.0.0
# via -r tests.in
sqlalchemy==2.0.32
# via -r requirements/tests.in
sqlalchemy==2.0.38
# via flask-sqlalchemy
tomli==2.2.1
# via
# coverage
# pytest
typing-extensions==4.12.2
# via sqlalchemy
werkzeug==3.0.6
# via flask
wtforms==3.1.2
# via flask-wtf
zipp==3.20.2
# via importlib-metadata
Loading