Skip to content

Commit ad58a76

Browse files
author
Alfonso Tankia
committed
fix: Upgraded Jinja2 version to 3.x.x CEPLAT-477
1 parent d5085e4 commit ad58a76

File tree

3 files changed

+8
-29
lines changed

3 files changed

+8
-29
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ packages = [
1919
include = ["CHANGELOG.md", "openapi_python_client/py.typed"]
2020

2121
[tool.poetry.dependencies]
22-
python = "^3.6"
23-
jinja2 = "^2.11.1"
22+
python = "^3.7"
23+
jinja2 = "^3.1.0"
2424
stringcase = "^1.2.0"
2525
typer = "^0.3"
2626
colorama = {version = "^0.4.3", markers = "sys_platform == 'win32'"}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"black>=20.8b1",
1818
"httpx>=0.15.4,<0.17.0",
1919
"isort>=5.0.5,<6.0.0",
20-
"jinja2>=2.11.1,<3.0.0",
20+
"jinja2>=3.1.1,<4.0.0",
2121
"pydantic>=1.6.1,<2.0.0",
2222
"python-dateutil>=2.8.1,<3.0.0",
2323
"pyyaml>=5.3.1,<6.0.0",

0 commit comments

Comments
 (0)