From 9264d291fde25656acb331dda0ae9f8ae70e912c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 09:38:38 +0100 Subject: [PATCH] Bump jinja2 from 3.1.4 to 3.1.5 (#379) * Bump jinja2 from 3.1.4 to 3.1.5 Bumps [jinja2](https://github.com/pallets/jinja) 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment-lammps.yml | 2 +- .ci_support/environment-notebooks.yml | 2 +- binder/environment.yml | 2 +- pyproject.toml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index bc542529..9a12aed7 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -17,5 +17,5 @@ dependencies: - lammps =2024.06.27 - pandas =2.2.3 - pylammpsmpi =0.2.26 -- jinja2 =3.1.4 +- jinja2 =3.1.5 - jupyter-book =1.0.0 diff --git a/.ci_support/environment-lammps.yml b/.ci_support/environment-lammps.yml index f8abac5b..df66589b 100644 --- a/.ci_support/environment-lammps.yml +++ b/.ci_support/environment-lammps.yml @@ -5,6 +5,6 @@ dependencies: - openmpi =4.1.6 - pandas =2.2.3 - pylammpsmpi =0.2.26 -- jinja2 =3.1.4 +- jinja2 =3.1.5 - iprpy-data =2023.07.25 - dynaphopy =1.17.16 diff --git a/.ci_support/environment-notebooks.yml b/.ci_support/environment-notebooks.yml index fac8d6b0..8c602b88 100644 --- a/.ci_support/environment-notebooks.yml +++ b/.ci_support/environment-notebooks.yml @@ -7,5 +7,5 @@ dependencies: - lammps =2024.06.27 - pandas =2.2.3 - pylammpsmpi =0.2.26 -- jinja2 =3.1.4 +- jinja2 =3.1.5 - dynaphopy =1.17.16 diff --git a/binder/environment.yml b/binder/environment.yml index 189f3673..41ac674c 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -12,6 +12,6 @@ dependencies: - lammps =2024.06.27 - pandas =2.2.3 - pylammpsmpi =0.2.26 -- jinja2 =3.1.4 +- jinja2 =3.1.5 - dynaphopy =1.17.16 - tqdm =4.67.1 diff --git a/pyproject.toml b/pyproject.toml index dc8acbea..5ee33800 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,12 +47,12 @@ gpaw = [ ] lammps = [ "pylammpsmpi==0.2.26", - "jinja2==3.1.4", + "jinja2==3.1.5", "pandas==2.2.3", ] lammps_phonons = [ "pylammpsmpi==0.2.26", - "jinja2==3.1.4", + "jinja2==3.1.5", "pandas==2.2.3", "dynaphopy==1.17.16", ]