From aea723e89fd73e6520e979fec29368a8bf7e702f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:36:16 +0000 Subject: [PATCH] Bump the pip group in /tools with 3 updates Updates the requirements on [jinja2](https://github.com/pallets/jinja), [requests](https://github.com/psf/requests) and [black](https://github.com/psf/black) to permit the latest version. Updates `jinja2` to 3.1.4 - [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/2.11.3...3.1.4) Updates `requests` to 2.32.3 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.27.1...v2.32.3) Updates `black` to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.3.0...24.10.0) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index a1ff0a4576..d3c9d56e39 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,8 +1,8 @@ -Jinja2~=2.11.3 +Jinja2~=3.1.4 MarkupSafe==2.0.1 -requests~=2.27.1 +requests~=2.32.3 mypy~=0.961 -black~=22.3.0 +black~=24.10.0 isort~=5.10.1 flake8~=4.0.1 types-requests~=2.27.30