From 9d022180e7c2bc3689fba2b5b03d38d40c694496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:04:05 +0000 Subject: [PATCH] chore(deps): bump jinja2 from 3.1.4 to 3.1.5 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [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.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements-docs.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 31f25a3be..c71dd7b94 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -3,5 +3,5 @@ mkdocs==1.6.1 mkdocs-material==9.5.49 mdx_truly_sane_lists==1.3 pymdown-extensions==10.12 -jinja2==3.1.4 +jinja2==3.1.5 mike==2.1.3 diff --git a/requirements.txt b/requirements.txt index 684a2f51e..b548571a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ TA-Lib==0.4.34 technical==1.4.4 tabulate==0.9.0 pycoingecko==3.2.0 -jinja2==3.1.4 +jinja2==3.1.5 tables==3.10.1 # Pin blosc2 to < 3.0 until piwheel has wheels for 3.x blosc2==2.7.1; platform_machine == 'armv7l' or python_version < '3.11'