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

Bump black from 23.1.0 to 24.3.0 in /python/requirements #179

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading