From 29455d7597926fc5d6a27f90a748383c209b852d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 03:58:25 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug), [jinja2](https://github.com/pallets/jinja) and [black](https://github.com/psf/black) to permit the latest version. Updates `werkzeug` to 3.0.3 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.0.1...3.0.3) 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.0rc1...3.1.4) Updates `black` to 24.4.2 - [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.1.0...24.4.2) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-build.txt | 2 +- requirements-rtd.txt | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee878a04f..870112072 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ "terminaltables", "requests>=2.4.3", "Flask>2.0.0,<2.3.0", - "Werkzeug>2.0.0,<2.3.0", + "Werkzeug>2.0.0,<3.1.0", "flask_restx<=1.1.0", # for python3.7 "xmldiff<2.7.0", # for python3.7 "cheroot", diff --git a/requirements-build.txt b/requirements-build.txt index 82ea33658..821f45e30 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -1,5 +1,5 @@ doit build -black~=22.0 +black~=24.4 pytest pylint \ No newline at end of file diff --git a/requirements-rtd.txt b/requirements-rtd.txt index 941be7a12..fab38113d 100644 --- a/requirements-rtd.txt +++ b/requirements-rtd.txt @@ -1,5 +1,5 @@ docutils<0.18 -Jinja2<3.1.0 +Jinja2<3.2.0 sphinx<2 -r ./requirements.txt ./releaseherald \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 732cb7b97..66d8a259d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -e . pylint scikit-learn -black~=22.0 +black~=24.4 kazoo confluent-kafka plotly