This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit a16b6de5dd1967a80a07e9019ce009e7f27c14fb Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Sun Apr 14 21:35:25 2024 +0200 Upgrade black to v24.4.0. --- requirements-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index f99bbdfb5..f53c45efc 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -3,7 +3,7 @@ flake8==5.0.4 astroid==2.15.8; python_version >= '3.8' pylint==2.17.7; python_version >= '3.8' bandit[toml]==1.7.5; python_version >= '3.7' -black==23.9.1; python_version >= '3.7' and implementation_name == "cpython" +black==24.4.0; python_version >= '3.7' and implementation_name == "cpython" isort[pyproject]==5.12.0; python_version >= '3.8' pyupgrade==3.3.1 rstcheck==6.1.2; python_version >= '3.7'