Bump jinja2 from 3.1.4 to 3.1.5 (#344)

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](https://github.com/pallets/jinja/compare/3.1.4...3.1.5)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:development
  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>
This commit is contained in:
dependabot[bot]
2025-01-02 11:26:33 -05:00
committed by GitHub
parent 13d7edc934
commit 4e76d9040f
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -782,13 +782,13 @@ reference = "pypi-public"
[[package]]
name = "jinja2"
version = "3.1.4"
version = "3.1.5"
description = "A very fast and expressive template engine."
optional = false
python-versions = ">=3.7"
files = [
{file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"},
{file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"},
{file = "jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb"},
{file = "jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"},
]
[package.dependencies]
@ -2865,4 +2865,4 @@ reference = "pypi-public"
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "884e24c5cef9f3d2ba930191c5193c771ab56bc55193cb7ef34fde6cc22f2f26"
content-hash = "a01dfdbbb4c2629f6573199b580fd15dacff83e1c03053ac796d37fb361a66a8"

View File

@ -27,7 +27,7 @@ pydantic-extra-types = "^2.1.0"
autoclasstoc = "^1.7.0"
black = "^24.10.0"
isort = "^5.12.0"
jinja2 = "^3.1.3"
jinja2 = "^3.1.5"
jsonpatch = "^1.33"
mypy = "^1.13.0"
openapi-parser = "^0.2.6"