From 690b63b16e5d604e6e7587d108c904cb21f99f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 15:58:22 +0000 Subject: [PATCH 1/2] Bump jinja2 from 3.1.3 to 3.1.4 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [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.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd16340..866c7da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "jinja2==3.1.3", + "jinja2==3.1.4", "pandas==2.2.2", "pyyaml==6.0.1", ] From 3042526a8252fdda6f7659a248f2487c34c99faf Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Mon, 6 May 2024 16:28:05 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment.yml | 2 +- binder/environment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 63d7de0..307a752 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -8,7 +8,7 @@ dependencies: - defusedxml =0.7.1 - pandas =2.2.2 - pyyaml =6.0.1 -- jinja2 =3.1.3 +- jinja2 =3.1.4 - paramiko =3.4.0 - tqdm =4.66.2 - pympipool =0.7.18 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 9e71108..d979dfb 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -5,7 +5,7 @@ dependencies: - coverage - pandas =2.2.2 - pyyaml =6.0.1 -- jinja2 =3.1.3 +- jinja2 =3.1.4 - paramiko =3.4.0 - tqdm =4.66.2 - pympipool =0.8.1 diff --git a/binder/environment.yml b/binder/environment.yml index c49722d..adaa236 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -5,7 +5,7 @@ dependencies: - coverage - pandas =2.2.2 - pyyaml =6.0.1 -- jinja2 =3.1.3 +- jinja2 =3.1.4 - paramiko =3.4.0 - tqdm =4.66.2 - pympipool =0.8.1