Bump jinja2 from 3.1.5 to 3.1.6 (#390)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6.
- [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.5...3.1.6)

---
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-03-06 08:14:56 -05:00
committed by GitHub
parent 6f8cbbb1a7
commit 0ff7b17ce8
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -815,14 +815,14 @@ reference = "pypi-public"
[[package]]
name = "jinja2"
version = "3.1.5"
version = "3.1.6"
description = "A very fast and expressive template engine."
optional = false
python-versions = ">=3.7"
groups = ["dev"]
files = [
{file = "jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb"},
{file = "jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"},
{file = "jinja2-3.1.6-py3-none-any.whl", hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67"},
{file = "jinja2-3.1.6.tar.gz", hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d"},
]
[package.dependencies]
@ -2971,4 +2971,4 @@ reference = "pypi-public"
[metadata]
lock-version = "2.1"
python-versions = ">=3.9,<4.0"
content-hash = "0b19ac0a31b76b8e554e9bd51c28f5cf7bd49d61e0f64d70289e2ecc74a507eb"
content-hash = "61b5b1bd72c0430a13f2524525fdcd53f814dbb511cb88e457041d4fb05804e9"

View File

@ -27,7 +27,7 @@ pydantic-extra-types = "^2.1.0"
autoclasstoc = "^1.7.0"
black = "^25.1.0"
isort = "^6.0.1"
jinja2 = "^3.1.5"
jinja2 = "^3.1.6"
jsonpatch = "^1.33"
mypy = "^1.15.0"
openapi-parser = "^0.2.6"