Skip to content

Commit 94b2281

Browse files
authored
Merge pull request #295 from pyiron/dependabot/pip/jinja2-3.1.4
Bump jinja2 from 3.1.3 to 3.1.4
2 parents 095e644 + 3042526 commit 94b2281

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- defusedxml =0.7.1
99
- pandas =2.2.2
1010
- pyyaml =6.0.1
11-
- jinja2 =3.1.3
11+
- jinja2 =3.1.4
1212
- paramiko =3.4.0
1313
- tqdm =4.66.2
1414
- pympipool =0.7.18

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- coverage
66
- pandas =2.2.2
77
- pyyaml =6.0.1
8-
- jinja2 =3.1.3
8+
- jinja2 =3.1.4
99
- paramiko =3.4.0
1010
- tqdm =4.66.2
1111
- pympipool =0.8.2

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- coverage
66
- pandas =2.2.2
77
- pyyaml =6.0.1
8-
- jinja2 =3.1.3
8+
- jinja2 =3.1.4
99
- paramiko =3.4.0
1010
- tqdm =4.66.2
1111
- pympipool =0.8.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.12",
2525
]
2626
dependencies = [
27-
"jinja2==3.1.3",
27+
"jinja2==3.1.4",
2828
"pandas==2.2.2",
2929
"pyyaml==6.0.1",
3030
]

0 commit comments

Comments
 (0)