From 23bbe3ce92be5de2792acd32cc8bcbd02d808048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 03:58:02 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [idna](https://github.com/kjd/idna), [jinja2](https://github.com/pallets/jinja) and [urllib3](https://github.com/urllib3/urllib3). Updates `idna` from 3.4 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7) Updates `jinja2` 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) Updates `urllib3` from 1.26.7 to 1.26.18 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.7...1.26.18) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 141a5b628..af793436b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,9 +3,9 @@ certifi==2023.7.22 charset-normalizer==3.3.2 colorama==0.4.6 distro==1.8.0 -idna==3.4 +idna==3.7 jsonschema==4.19.2 -Jinja2==3.1.2 +Jinja2==3.1.3 MarkupSafe==2.1.3 peewee==3.16.3 prompt-toolkit==3.0.40 @@ -22,6 +22,6 @@ requests==2.31.0 six==1.16.0 termcolor==2.3.0 tiktoken==0.5.2 -urllib3==1.26.7 +urllib3==1.26.18 wcwidth==0.2.8 yaspin==2.5.0