Skip to content

Commit 3f061fa

Browse files
authored
[DPE-4816] Add jinja2 as a dependency (#520)
* Add jinja2 as a dependency * Bump libs
1 parent 7299748 commit 3f061fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
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,6 +24,7 @@ cosl = "^0.0.12"
2424
pydantic = "^1.10.17"
2525
poetry-core = "^1.9.0"
2626
pyOpenSSL = "^24.1.0"
27+
jinja2 = "^3.1.4"
2728

2829
[tool.poetry.group.charm-libs.dependencies]
2930
# data_platform_libs/v0/data_interfaces.py
@@ -61,7 +62,6 @@ pytest = "^8.2.2"
6162
pytest-asyncio = "*"
6263
parameterized = "^0.9.0"
6364
jsonschema = "^4.22.0"
64-
jinja2 = "^3.1.4"
6565

6666
[tool.poetry.group.integration]
6767
optional = true

0 commit comments

Comments
 (0)