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 95457516d2e347e0edd8d42a1de659cbb744ea09 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Mon Jul 31 12:26:25 2023 +0200 Upgrade black. --- requirements-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index 6eda19ebf..b3de16d36 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -3,7 +3,7 @@ flake8==5.0.4 astroid==2.15.6; python_version >= '3.8' pylint==2.17.5; python_version >= '3.8' bandit==1.7.4; python_version >= '3.7' -black==22.12.0; python_version >= '3.6' and implementation_name == "cpython" +black==23.7.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'