From cfcfe32133ea54ee44e4bd8735de73cbcbeaf63f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 01:03:40 +0000 Subject: [PATCH] Bump jinja2 from 3.1.4 to 3.1.5 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [jinja2](https://github.com/pallets/jinja). Updates `jinja2` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd3b39b..90500dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta" name = "openassetio-traitgen" version = "1.0.0a10" requires-python = ">=3.10" -dependencies = ["jinja2==3.1.4", "pyyaml==6.0.0", "jsonschema==4.7.2"] +dependencies = ["jinja2==3.1.5", "pyyaml==6.0.0", "jsonschema==4.7.2"] authors = [ { name = "Contributors to the OpenAssetIO project", email = "openassetio-discussion@lists.aswf.io" } diff --git a/requirements.txt b/requirements.txt index 0584113..5fa9271 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Requirements for openassetio-traitgen de-coupled from setup.py. # This allows them to be collected/installed prior to build if # required. -jinja2==3.1.4 +jinja2==3.1.5 pyyaml==6.0.0 # We are currently constrained to pyyaml=6.0.0 exactly due to conan 1.60.1 jsonschema==4.7.2