Skip to content

Commit 579e9db

Browse files
authored
Merge pull request #105 from OpenAssetIO/dependabot/pip/jinja2-3.1.6
Bump jinja2 from 3.1.5 to 3.1.6
2 parents 14074e1 + 39869c2 commit 579e9db

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)