Bump jinja2-cli from 0.8.2 to 1.0.0 (#3195)

Bumps [jinja2-cli](https://github.com/mattrobenolt/jinja2-cli) from 0.8.2 to 1.0.0.
- [Release notes](https://github.com/mattrobenolt/jinja2-cli/releases)
- [Commits](https://github.com/mattrobenolt/jinja2-cli/compare/0.8.2...v1.0.0)

---
updated-dependencies:
- dependency-name: jinja2-cli
  dependency-version: 1.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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]
2026-01-12 15:11:33 +00:00
committed by GitHub
parent edf1bad616
commit 699f723433
2 changed files with 13 additions and 12 deletions

23
poetry.lock generated
View File

@@ -1715,25 +1715,26 @@ i18n = ["Babel (>=2.7)"]
[[package]]
name = "jinja2-cli"
version = "0.8.2"
description = "A CLI interface to Jinja2"
version = "1.0.0"
description = "The CLI interface to Jinja2"
optional = false
python-versions = "*"
python-versions = ">=3.8"
groups = ["dev"]
files = [
{file = "jinja2-cli-0.8.2.tar.gz", hash = "sha256:a16bb1454111128e206f568c95938cdef5b5a139929378f72bb8cf6179e18e50"},
{file = "jinja2_cli-0.8.2-py2.py3-none-any.whl", hash = "sha256:b91715c79496beaddad790171e7258a87db21c1a0b6d2b15bca3ba44b74aac5d"},
{file = "jinja2_cli-1.0.0-py3-none-any.whl", hash = "sha256:003da79bdddce82a186d98687c77bdecacdb1a5d40d1962df500003d4f4ad03c"},
{file = "jinja2_cli-1.0.0.tar.gz", hash = "sha256:e7dadec3f908602669b1518245c90a0c08bceecc2c40d35011e3bcb54bcdf52f"},
]
[package.dependencies]
jinja2 = "*"
jinja2 = ">=3.1"
pyyaml = {version = "*", optional = true, markers = "extra == \"yaml\""}
[package.extras]
tests = ["flake8", "jinja2", "pytest"]
toml = ["jinja2", "toml"]
xml = ["jinja2", "xmltodict"]
yaml = ["jinja2", "pyyaml"]
hjson = ["hjson"]
json5 = ["json5"]
toml = ["tomli ; python_full_version < \"3.11.0\""]
xml = ["xmltodict"]
yaml = ["pyyaml"]
[[package]]
name = "jmespath"
@@ -4493,4 +4494,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "666ff6097494c6e46b40a9f63f6d34d30194f9f330fe0ae8deb8aea90491b8aa"
content-hash = "2ce4cb893b8fd6092337b5d1b1f261cfb7eb905e5048dd4fe4040dd5ff546f0d"

View File

@@ -85,7 +85,7 @@ flake8-bugbear = "^25.11.29"
flake8-print = "^5.0.0"
flake8-pytest-style = "^2.2.0"
isort = "^7.0.0"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
jinja2-cli = {version = "==1.0.0", extras = ["yaml"]}
moto = "*"
pip-audit = "*"
pre-commit = "^4.5.1"