Skip to content

Commit 49aaf96

Browse files
deps(deps): bump black from 24.1.1 to 25.12.0 (#39)
Bumps [black](https://github.com/psf/black) from 24.1.1 to 25.12.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.1.1...25.12.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.12.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2aa5663 commit 49aaf96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ httpx==0.28.1
99
fakeredis>=2.21.0
1010

1111
# Code Quality
12-
black==24.1.1
12+
black==25.12.0
1313
ruff==0.14.10
1414
mypy==1.19.1
1515
pre-commit==4.5.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ httpx==0.28.1
8989
fakeredis>=2.21.0 # Redis mocking for tests (Issue #8)
9090

9191
# Code Quality
92-
black==24.1.1
92+
black==25.12.0
9393
ruff==0.14.10
9494
mypy==1.19.1
9595
pre-commit==4.5.1

0 commit comments

Comments
 (0)