Skip to content

Commit

Permalink
chore(deps): update dependency black to v23.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2023
1 parent 9d7ac5d commit 80286f9
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 49 deletions.
43 changes: 23 additions & 20 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{name = "mvgijssel", email = "[email protected]"},
]
dependencies = [
"black==23.3.0",
"black==23.12.0",
"pytest==7.3.1",
"pytest-cov==3.0.0",
"pytest-testinfra==9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion rules/rules_task/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Jinja2==3.1.2;
bazel-runfiles==0.25.0;
pytest==7.3.1;
pytest-cov==3.0.0;
black==23.3.0;
black==23.12.0;
deepdiff==6.6.0;
pip-tools==7.3.0;
Loading

0 comments on commit 80286f9

Please sign in to comment.