Skip to content

Commit

Permalink
Bump jinja2 from 3.1.4 to 3.1.5 (#379)
Browse files Browse the repository at this point in the history
* 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](pallets/jinja@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] <[email protected]>

* [dependabot skip] Update environment

---------

Signed-off-by: dependabot[bot] <[email protected]>
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>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Dec 24, 2024
1 parent 7412f7c commit 9264d29
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .ci_support/environment-lammps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .ci_support/environment-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit 9264d29

Please sign in to comment.