Skip to content

Commit

Permalink
Bump jinja2 to 3.1.5 as suggested by Dependabot
Browse files Browse the repository at this point in the history
docs/requirements.txt
- Bumped jinja2 to version 3.1.5, as suggested by GitHub Dependabot.
  This is a security fix.

CHANGELOG.md
- Updated accordingly

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Jan 16, 2025
1 parent 9c964c8 commit 8147cd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - TBD
### Changed
- Bumped `jinja2` to version 3.1.5 in `docs/requirements.txt` to fix a security issue

## [14.5.1] - 2025-01-10
### Added
- Added code to `src/CMakeLists.txt` to build & install the KPP standalone executable when `fullchem` or `custom` mechanisms are selected
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ 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 8147cd9

Please sign in to comment.