chore(deps): bump black from 24.3.0 to 26.3.1 (#162)

* chore(deps): bump black from 24.3.0 to 26.3.1

Bumps [black](https://github.com/psf/black) from 24.3.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/24.3.0...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Solve conflict of using black version 26

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: AYAHASSAN287 <49167455+AYAHASSAN287@users.noreply.github.com>
Co-authored-by: Aya Hassan <ayahassan2877@gmail.com>
This commit is contained in:
dependabot[bot]
2026-08-06 17:03:37 +02:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AYAHASSAN287 Aya Hassan
parent b1c16b51ae
commit d278b8c5fc
7 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 26.3.1
hooks:
- id: black
args: [--line-length=150]
+2 -2
View File
@@ -1,7 +1,7 @@
allure-pytest==2.16.0
allure-python-commons==2.16.0
attrs==23.1.0
black==24.3.0
black==26.3.1
certifi==2024.7.4
cfgv==3.4.0
charset-normalizer==3.3.2
@@ -18,7 +18,7 @@ marshmallow-dataclass==8.6.0
mypy-extensions==1.0.0
nodeenv==1.8.0
packaging==23.2
pathspec==0.12.1
pathspec==1.1.1
platformdirs==4.1.0
pluggy==1.6.0
pre-commit==3.6.2
+1
View File
@@ -4,6 +4,7 @@ When fleet bootstrap is active (``--fleet`` CLI flag or ``FLEET_BOOTSTRAP=true``
env var), an instance of :class:`FleetBootstrapConfig` is assigned to
``WakuNode._pre_start_hook``.
"""
from __future__ import annotations
from dataclasses import dataclass
-1
View File
@@ -5,7 +5,6 @@ from tenacity import retry, stop_after_delay, wait_fixed
from src.test_data import METRICS_WITH_INITIAL_VALUE_ZERO
logger = get_custom_logger(__name__)
+1
View File
@@ -3,6 +3,7 @@
These dataclasses carry configuration that varies between fleet and
non-fleet test runs.
"""
from __future__ import annotations
from dataclasses import dataclass
@@ -6,7 +6,6 @@ from src.steps.relay import StepsRelay
from src.steps.sharding import StepsSharding
from src.test_data import CONTENT_TOPICS_DIFFERENT_SHARDS, CONTENT_TOPICS_SHARD_0
logger = get_custom_logger(__name__)
@@ -5,7 +5,6 @@ from src.libs.custom_logger import get_custom_logger
from src.steps.sharding import StepsSharding
from src.test_data import CONTENT_TOPICS_DIFFERENT_SHARDS, CONTENT_TOPICS_SHARD_0, CONTENT_TOPICS_SHARD_7, PUBSUB_TOPICS_SAME_CLUSTER
logger = get_custom_logger(__name__)