Skip to content

Commit 39869c2

Browse files
Bump jinja2 from 3.1.5 to 3.1.6
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](pallets/jinja@3.1.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 14074e1 commit 39869c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
1212
name = "openassetio-traitgen"
1313
version = "1.0.0a11"
1414
requires-python = ">=3.10"
15-
dependencies = ["jinja2==3.1.5", "pyyaml==6.0.0", "jsonschema==4.7.2"]
15+
dependencies = ["jinja2==3.1.6", "pyyaml==6.0.0", "jsonschema==4.7.2"]
1616

1717
authors = [
1818
{ name = "Contributors to the OpenAssetIO project", email = "[email protected]" }

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Requirements for openassetio-traitgen de-coupled from setup.py.
22
# This allows them to be collected/installed prior to build if
33
# required.
4-
jinja2==3.1.5
4+
jinja2==3.1.6
55
pyyaml==6.0.0 # We are currently constrained to pyyaml=6.0.0 exactly due to conan 1.60.1
66
jsonschema==4.7.2

0 commit comments

Comments
 (0)