Skip to content

Commit 46a99b1

Browse files
chore(deps): update dependency black to v26
1 parent 12d0cfb commit 46a99b1

File tree

4 files changed

+172
-92
lines changed

4 files changed

+172
-92
lines changed

backend/data_tools/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pytest-cov = "==7.0.0"
3737
pytest-mock = "==3.15.1"
3838
ipython = "==9.9.0"
3939
pytest-docker = {extras = ["docker-compose-v2"], version = "==3.2.5"}
40-
black = {extras = ["d"], version = "==25.12.0"}
40+
black = {extras = ["d"], version = "==26.1.0"}
4141
isort = "==7.0.0"
4242

4343
[requires]

backend/data_tools/Pipfile.lock

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

backend/ops_api/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sqlalchemy-continuum = "==1.5.2"
2727
deepdiff = "*"
2828

2929
[dev-packages]
30-
black = {extras = ["d"], version = "==25.12.0"}
30+
black = {extras = ["d"], version = "==26.1.0"}
3131
flake8 = "==7.3.0"
3232
isort = "==7.0.0"
3333
nox = "==2025.11.12"

0 commit comments

Comments
 (0)