From 0139b2df7e69bb24a3624a4472123c2b217ec238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:57:25 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 4 updates Bumps the pip group with 3 updates in the /tests/test_gcloud/testbench directory: [flask](https://github.com/pallets/flask), [gevent](https://github.com/gevent/gevent) and [gunicorn](https://github.com/benoitc/gunicorn). Bumps the pip group with 1 update in the /tools/lint directory: [black](https://github.com/psf/black). Updates `flask` from 1.1.2 to 2.2.5 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.1.2...2.2.5) Updates `gevent` from 20.9.0 to 23.9.0 - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](https://github.com/gevent/gevent/compare/20.9.0...23.9.0) Updates `gunicorn` from 20.0.4 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.0.4...22.0.0) Updates `black` from 21.10b0 to 24.3.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/commits/24.3.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: gevent dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- tests/test_gcloud/testbench/requirements.txt | 6 +++--- tools/lint/requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_gcloud/testbench/requirements.txt b/tests/test_gcloud/testbench/requirements.txt index 415ce8662..d531a0bf3 100644 --- a/tests/test_gcloud/testbench/requirements.txt +++ b/tests/test_gcloud/testbench/requirements.txt @@ -1,5 +1,5 @@ crc32c==2.1 -flask==1.1.2 +flask==2.2.5 greenlet==0.4.17 -gevent==20.9.0 -gunicorn==20.0.4 +gevent==23.9.0 +gunicorn==22.0.0 diff --git a/tools/lint/requirements.txt b/tools/lint/requirements.txt index 065c00183..df79796d9 100644 --- a/tools/lint/requirements.txt +++ b/tools/lint/requirements.txt @@ -1,2 +1,2 @@ -black==21.10b0;python_version>="3.6" and sys.platform!="win32" +black==24.3.0;python_version>="3.6" and sys.platform!="win32" pyupgrade==2.29.0;python_version>="3.6" and sys.platform!="win32"