Skip to content

Commit

Permalink
Bump jinja2 from 3.1.3 to 3.1.4 in /requirements
Browse files Browse the repository at this point in the history
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.3...3.1.4)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent ffdc90f commit 13b4ac0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
8 changes: 4 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.3
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
# via jinja2
Expand All @@ -28,7 +28,7 @@ packaging==24.0
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.1.1
# via -r requirements/docs.in
# via -r docs.in
pygments==2.17.2
# via sphinx
requests==2.31.0
Expand All @@ -37,7 +37,7 @@ snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
# via
# -r requirements/docs.in
# -r docs.in
# pallets-sphinx-themes
# sphinxcontrib-log-cabinet
sphinxcontrib-applehelp==1.0.8
Expand All @@ -49,7 +49,7 @@ sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r requirements/docs.in
# via -r docs.in
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
Expand Down
16 changes: 5 additions & 11 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@ click==8.1.7
# via flask
coverage[toml]==7.4.4
# via pytest-cov
exceptiongroup==1.2.0
# via pytest
flask==3.0.2
# via
# flask-sqlalchemy
# flask-wtf
flask-sqlalchemy==3.1.1
# via -r requirements/tests.in
# via -r tests.in
flask-wtf==1.2.1
# via -r requirements/tests.in
# via -r tests.in
greenlet==3.0.3
# via sqlalchemy
iniconfig==2.0.0
Expand All @@ -29,7 +27,7 @@ itsdangerous==2.1.2
# via
# flask
# flask-wtf
jinja2==3.1.3
jinja2==3.1.4
# via flask
markupsafe==2.1.5
# via
Expand All @@ -42,16 +40,12 @@ pluggy==1.4.0
# via pytest
pytest==8.1.1
# via
# -r requirements/tests.in
# -r tests.in
# pytest-cov
pytest-cov==5.0.0
# via -r requirements/tests.in
# via -r tests.in
sqlalchemy==2.0.29
# via flask-sqlalchemy
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.11.0
# via sqlalchemy
werkzeug==3.0.2
Expand Down

0 comments on commit 13b4ac0

Please sign in to comment.