Skip to content

Commit 569dfcb

Browse files
fix(deps): bump jinja2 from 3.1.4 to 3.1.5 (#535)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe91678 commit 569dfcb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ catpage = 'app.server:main'
2424
[tool.poetry.dependencies]
2525
python = "^3.11"
2626
Werkzeug = "^3.1.3"
27-
Jinja2 = "^3.1.4"
27+
Jinja2 = "^3.1.5"
2828
configargparse = "^1.7"
2929
CherryPy = "^18.10.0"
3030
cachelib = "^0.13.0"

0 commit comments

Comments
 (0)