Merge pull request 'Update dependency black to >=25.12.0' (#327) from renovate/black-25.x into main
Some checks are pending
Build and Deploy Staging / build (push) Waiting to run
Build and Deploy Staging / deploy (push) Blocked by required conditions
Tests / test (push) Waiting to run

Reviewed-on: #327
This commit is contained in:
Tobias Brunner 2025-12-08 16:14:02 +00:00
commit d889497e08
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ dependencies = [
[dependency-groups]
dev = [
"black>=25.11.0",
"black>=25.12.0",
"bumpver>=2025.1131",
"coverage>=7.12.0",
"djlint>=1.36.4",

2
uv.lock generated
View file

@ -1155,7 +1155,7 @@ requires-dist = [
[package.metadata.requires-dev]
dev = [
{ name = "black", specifier = ">=25.11.0" },
{ name = "black", specifier = ">=25.12.0" },
{ name = "bumpver", specifier = ">=2025.1131" },
{ name = "coverage", specifier = ">=7.12.0" },
{ name = "djlint", specifier = ">=1.36.4" },