Skip to content

Commit 93904b9

Browse files
committed
Bump jinja2 to version 3.1.6 for ReadTheDocs
docs/environment_files/read_the_docs_environment.yml docs/environment_files/read_the_docs_requirements.txt - Updated jinja2 to version 3.1.6 to fix a security issue CHANGELOG.md - Updated accordingly Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
1 parent fa8e45a commit 93904b9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1616
- Renamed GitHub Actions config file `.github/workflows/build-gcpy-environment.yml` to `build-gcpy-environment-py312.yml`
1717
- Updated package version information in ReadTheDocs documentation
1818
- Bumped dask from version 2024.5.2 to 2025.3.0 to fix a security issue (raised by @dependabot)
19+
- Bumped jinja2 from version 3.1.5 to 3.1.6 to fix a security issue (raised by @dependabot)
1920

2021
### Removed
2122
- Removed PyPi configuration file `docs/environment_files/gcpy_requirements.txt` and symbolic link `./requirements.txt`

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.5
22+
- jinja2==3.1.6
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.5
15+
jinja2==3.1.6
1616

1717

0 commit comments

Comments
 (0)