Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Bump black from 23.1.0 to 24.3.0 in /python/requirements (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 20, 2024
1 parent d1085b7 commit aa746c3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions python/requirements/linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
#
# pip-compile --output-file=requirements/linting.txt --resolver=backtracking requirements/linting.in
#
black==23.1.0
# via -r requirements/linting.in
black==24.3.0
# via -r linting.in
build==0.10.0
# via pip-tools
click==8.1.3
# via
# black
# pip-tools
flake8==6.0.0
# via -r requirements/linting.in
# via -r linting.in
isort==5.12.0
# via -r requirements/linting.in
# via -r linting.in
mccabe==0.7.0
# via flake8
mypy-extensions==1.0.0
Expand All @@ -27,7 +27,7 @@ packaging==23.0
pathspec==0.11.1
# via black
pip-tools==6.12.3
# via -r requirements/linting.in
# via -r linting.in
platformdirs==3.2.0
# via black
pycodestyle==2.10.0
Expand All @@ -37,12 +37,14 @@ pyflakes==3.0.1
pyproject-hooks==1.0.0
# via build
ruff==0.0.259
# via -r requirements/linting.in
# via -r linting.in
tomli==2.0.1
# via
# black
# build
# pyproject-hooks
typing-extensions==4.10.0
# via black
wheel==0.40.0
# via pip-tools

Expand Down

0 comments on commit aa746c3

Please sign in to comment.