From 5b6f28a6e7760d633e0b65fffa5694188b855090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:59:57 +0000 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.3 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 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.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- oldrequirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oldrequirements.txt b/oldrequirements.txt index fb1c6c5..0fec60b 100644 --- a/oldrequirements.txt +++ b/oldrequirements.txt @@ -48,7 +48,7 @@ ipython==8.4.0 ipython-genutils==0.2.0 ipywidgets==7.7.1 jedi==0.18.1 -Jinja2==3.1.2 +Jinja2==3.1.3 jsonschema==4.9.1 jupyter-client==7.3.4 jupyter-core==4.11.1 diff --git a/requirements.txt b/requirements.txt index ce437bb..3ffb1c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ numpy==1.20.3 uvicorn==0.12.3 aiofiles==0.6.0 python-multipart==0.0.5 -jinja2==3.1.2 +jinja2==3.1.3 yfinance==0.1.74 numerize==0.12