Skip to content

Commit 9914b94

Browse files
chore: Update jinja2 requirement from 3.1.5 to 3.1.6
Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cde0d31 commit 9914b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pyrfc3339 = ">=1.0"
5353
jsonpickle = ">1.4.1"
5454
semver = ">=2.7.9"
5555
urllib3 = ">=1.26.0"
56-
jinja2 = "3.1.5"
56+
jinja2 = "3.1.6"
5757

5858
[tool.mypy]
5959
python_version = "3.8"

0 commit comments

Comments
 (0)