Skip to content

Commit cd8d57d

Browse files
Bump jinja2 from 3.1.5 to 3.1.6 (#392)
* Bump jinja2 from 3.1.5 to 3.1.6 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... 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: pyironrunner <[email protected]>
1 parent e1d32a9 commit cd8d57d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci_support/environment-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- defusedxml =0.7.1
99
- pandas =2.2.3
1010
- pyyaml =6.0.2
11-
- jinja2 =3.1.5
11+
- jinja2 =3.1.6
1212
- paramiko =3.5.1
1313
- tqdm =4.67.1
1414
- jupyter-book =1.0.0

.ci_support/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- coverage
66
- pandas =2.2.3
77
- pyyaml =6.0.2
8-
- jinja2 =3.1.5
8+
- jinja2 =3.1.6
99
- paramiko =3.5.1
1010
- tqdm =4.67.1
1111
- setuptools =75.1.0

binder/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- coverage
66
- pandas =2.2.3
77
- pyyaml =6.0.2
8-
- jinja2 =3.1.5
8+
- jinja2 =3.1.6
99
- paramiko =3.5.1
1010
- tqdm =4.67.1
1111
- executorlib =0.0.2

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.13",
2626
]
2727
dependencies = [
28-
"jinja2==3.1.5",
28+
"jinja2==3.1.6",
2929
"pandas==2.2.3",
3030
"pyyaml==6.0.2",
3131
]

0 commit comments

Comments
 (0)