Skip to content

Commit

Permalink
Bump black from 24.1.1 to 24.3.0 (#17051)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent 952c616 commit a505e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-r mypy-requirements.txt
-r build-requirements.txt
attrs>=18.0
black==24.1.1 # must match version in .pre-commit-config.yaml
black==24.3.0 # must match version in .pre-commit-config.yaml
filelock>=3.3.0
# lxml 4.9.3 switched to manylinux_2_28, the wheel builder still uses manylinux2014
lxml>=4.9.1,<4.9.3; (python_version<'3.11' or sys_platform!='win32') and python_version<'3.12'
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
attrs==23.1.0
# via -r test-requirements.in
black==24.1.1
black==24.3.0
# via -r test-requirements.in
cfgv==3.4.0
# via pre-commit
Expand Down

0 comments on commit a505e5f

Please sign in to comment.