From 6d2aa49e6187a6f9d6cce46a73c93b95cee10429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:52:49 +0000 Subject: [PATCH] build(deps-dev): bump black from 25.1.0 to 26.3.1 Bumps [black](https://github.com/psf/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:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 91350a73..80528de2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -12,7 +12,7 @@ attrs==25.3.0 # via # outcome # trio -black==25.1.0 +black==26.3.1 # via -r requirements_dev.in build==1.2.2.post1 # via pip-tools @@ -83,7 +83,7 @@ packaging==24.2 # chromedriver-autoinstaller # plotly # wheel -pathspec==0.12.1 +pathspec==1.0.4 # via black pip-tools==7.4.1 # via -r requirements_dev.in @@ -107,6 +107,8 @@ pysocks==1.7.1 # via urllib3 python-dateutil==2.9.0.post0 # via -r requirements.in +pytokens==0.4.1 + # via black raven==6.10.0 # via -r requirements.in requests==2.32.3