From 0f3258be8f2fb624f6f8426d880f1def521d493a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:32:51 +0000 Subject: [PATCH 1/2] Bump jinja2 from 3.0.0 to 3.1.3 in /docs Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.0 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.0.0...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/notebook_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebook_requirements.txt b/docs/notebook_requirements.txt index 8afe0f87..3af3c9d0 100644 --- a/docs/notebook_requirements.txt +++ b/docs/notebook_requirements.txt @@ -15,7 +15,7 @@ ipython==8.10.0 ipython-genutils==0.2.0 ipywidgets==7.3.0 jedi==0.16.0 -Jinja2==3.0.0 +Jinja2==3.1.3 jsonschema==2.6.0 jupyter==1.0.0 jupyter-client==6.1.7 From 1a75e98443f10f626547690668b7b7766dda430e Mon Sep 17 00:00:00 2001 From: Michael Deceglie Date: Fri, 5 Jul 2024 11:57:22 -0600 Subject: [PATCH 2/2] update change log --- docs/sphinx/source/changelog/pending.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sphinx/source/changelog/pending.rst b/docs/sphinx/source/changelog/pending.rst index 15f54e0c..16cc3ee6 100644 --- a/docs/sphinx/source/changelog/pending.rst +++ b/docs/sphinx/source/changelog/pending.rst @@ -24,6 +24,7 @@ Requirements * Specified versions in ``requirements.txt`` and ``docs/notebook_requirements.txt`` have been updated (:pull:`412`) * Increase maximum version of pvlib to <0.12 (:pull:`423`) * Update fonttools version to 4.43.0 in ``requirements.txt`` (:pull:`404`) +* Update jinja2 from 3.0.0 to 3.1.3 in ``notebook_requirements.txt`` (:pull:`405`) Deprecations ------------