Skip to content

Commit

Permalink
Merge pull request #264 from pyiron/dependabot/pip/jinja2-3.1.4
Browse files Browse the repository at this point in the history
Bump jinja2 from 3.1.3 to 3.1.4
  • Loading branch information
jan-janssen committed May 11, 2024
2 parents 9940e08 + d6fbe5d commit a61691a
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 =2023.11.21
- pandas =2.2.2
- pylammpsmpi =0.2.18
- jinja2 =3.1.3
- jinja2 =3.1.4
- 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 @@ -4,6 +4,6 @@ dependencies:
- lammps =2024.02.07
- pandas =2.2.2
- pylammpsmpi =0.2.18
- jinja2 =3.1.3
- jinja2 =3.1.4
- iprpy-data =2023.07.25
- dynaphopy =1.17.15
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.02.07
- pandas =2.2.2
- pylammpsmpi =0.2.18
- jinja2 =3.1.3
- jinja2 =3.1.4
- dynaphopy =1.17.15
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.02.07
- pandas =2.2.2
- pylammpsmpi =0.2.18
- jinja2 =3.1.3
- jinja2 =3.1.4
- dynaphopy =1.17.15
- tqdm =4.66.4
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.18",
"jinja2==3.1.3",
"jinja2==3.1.4",
"pandas==2.2.2",
]
lammps_phonons = [
"pylammpsmpi==0.2.18",
"jinja2==3.1.3",
"jinja2==3.1.4",
"pandas==2.2.2",
"dynaphopy==1.17.15",
]
Expand Down

0 comments on commit a61691a

Please sign in to comment.