Skip to content

Commit 0ebacc2

Browse files
chore(deps-dev): bump black from 24.10.0 to 26.3.1 in /clients/python (#606)
* chore(deps-dev): bump black from 24.10.0 to 26.3.1 in /clients/python Bumps [black](https://github.com/psf/black) from 24.10.0 to 26.3.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.10.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Bump the other black references as well. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Story <mark@mark-story.com>
1 parent 1c7b62d commit 0ebacc2

4 files changed

Lines changed: 38 additions & 16 deletions

File tree

clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
dev = [
2323
"devservices>=1.2.1",
2424
"sentry-devenv>=1.22.2",
25-
"black==24.10.0",
25+
"black==26.3.1",
2626
"pre-commit>=4.2.0",
2727
"pytest>=8.3.3",
2828
"pytest-cov>=4.0.0",

integration_tests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = "0.0.0"
66

77
[dependency-groups]
88
dev = [
9-
"black==24.10.0",
9+
"black==26.3.1",
1010
"devservices>=1.2.1",
1111
"pre-commit>=4.2.0",
1212
"pytest>=8.3.3",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.11"
77

88
[dependency-groups]
99
dev = [
10-
"black==24.10.0",
10+
"black==26.3.1",
1111
"devservices>=1.2.1",
1212
"pre-commit>=4.2.0",
1313
"pytest>=8.3.3",

uv.lock

Lines changed: 35 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)