Skip to content

Commit

Permalink
Update jinja2 to v3.1.5 to fix a security sisue
Browse files Browse the repository at this point in the history
docs/environment_files/read_the_docs_environment.yml
docs/environment_files/reaq_the_docs_requirements.yml
- Updated jinja2 from v3.1.4 to v3.1.5, as suggested by
  the GitHub dependabot to fix a security issue.

CHANGELOG.md
- Updated accordingly

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Jan 16, 2025
1 parent e4be546 commit 8bd834a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Update `xesmf` to 0.8.5
- Update `esmf` and `esmpy` to 8.6.1
- In environment files `read_the_docs_environment.yml` and `read_the_docs_requirements.txt`
- Update `jinja` to 3.1.4 (fixes a security issue)
- Update `jinja` to 3.1.5 (fixes a security issue)
- Update `gcpy/setup.py` with the new Python package version numbers
- Updated code in `gcpy/benchmark/modules/` to replace whitespace in Ref and Dev labels with underscores

Expand Down
2 changes: 1 addition & 1 deletion docs/environment_files/read_the_docs_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ dependencies:
- sphinx-autobuild==2021.3.14
- recommonmark==0.7.1
- docutils==0.20.1
- jinja2==3.1.4
- jinja2==3.1.5


2 changes: 1 addition & 1 deletion docs/environment_files/read_the_docs_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ sphinxcontrib-bibtex==2.6.2
sphinx-autobuild==2021.3.14
recommonmark==0.7.1
docutils==0.20.1
jinja2==3.1.4
jinja2==3.1.5


0 comments on commit 8bd834a

Please sign in to comment.