From 586e8b8713f5856c67e0873eae664331ed439349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:58:39 +0000 Subject: [PATCH] chore(deps): bump black Bumps the pip group with 1 update in the /requirements directory: [black](https://github.com/psf/black). Updates `black` from 25.1.0 to 26.3.1 - [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/25.1.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- examples/django/requirements.txt | 2 +- examples/falcon/requirements.txt | 2 +- examples/google_app_engine/flask/requirements.txt | 2 +- requirements/tools.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/django/requirements.txt b/examples/django/requirements.txt index 03d2a394a..4e965fb89 100644 --- a/examples/django/requirements.txt +++ b/examples/django/requirements.txt @@ -1,2 +1,2 @@ -Django>=3.2,<4 +Django>=3.2,<7 slack-bolt>=1.7,<2 diff --git a/examples/falcon/requirements.txt b/examples/falcon/requirements.txt index d72e1e1d0..091fd5c58 100644 --- a/examples/falcon/requirements.txt +++ b/examples/falcon/requirements.txt @@ -1,3 +1,3 @@ falcon>=2,<3 -gunicorn>=20,<21 +gunicorn>=20,<26 uvicorn diff --git a/examples/google_app_engine/flask/requirements.txt b/examples/google_app_engine/flask/requirements.txt index 6b56c96ae..89c40a99f 100644 --- a/examples/google_app_engine/flask/requirements.txt +++ b/examples/google_app_engine/flask/requirements.txt @@ -1,2 +1,2 @@ slack_bolt -Flask>=1.1,<2 \ No newline at end of file +Flask>=1.1,<4 \ No newline at end of file diff --git a/requirements/tools.txt b/requirements/tools.txt index 73a342ca6..7e05c20f1 100644 --- a/requirements/tools.txt +++ b/requirements/tools.txt @@ -1,3 +1,3 @@ mypy==1.18.2 flake8==7.3.0 -black==25.1.0 +black==26.3.1