Skip to content

Commit bdd6afc

Browse files
committed
Merge PR #458 (Bump jinja2 to 3.1.5)
This merge brings PR #348 (Bump jinja2 to 3.1.5 as suggested by Dependabot, by @yantosca) into the GCPy 1.6.0 development stream. This PR updates the jinja2 package version (used by ReadTheDocs) for a security fix. Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
2 parents e4be546 + 8bd834a commit bdd6afc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2525
- Update `xesmf` to 0.8.5
2626
- Update `esmf` and `esmpy` to 8.6.1
2727
- In environment files `read_the_docs_environment.yml` and `read_the_docs_requirements.txt`
28-
- Update `jinja` to 3.1.4 (fixes a security issue)
28+
- Update `jinja` to 3.1.5 (fixes a security issue)
2929
- Update `gcpy/setup.py` with the new Python package version numbers
3030
- Updated code in `gcpy/benchmark/modules/` to replace whitespace in Ref and Dev labels with underscores
3131

docs/environment_files/read_the_docs_environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ dependencies:
1919
- sphinx-autobuild==2021.3.14
2020
- recommonmark==0.7.1
2121
- docutils==0.20.1
22-
- jinja2==3.1.4
22+
- jinja2==3.1.5
2323

2424

docs/environment_files/read_the_docs_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ sphinxcontrib-bibtex==2.6.2
1212
sphinx-autobuild==2021.3.14
1313
recommonmark==0.7.1
1414
docutils==0.20.1
15-
jinja2==3.1.4
15+
jinja2==3.1.5
1616

1717

0 commit comments

Comments
 (0)