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
The following commit(s) were added to refs/heads/trunk by this push: new b1e40057c Upgrade black. b1e40057c is described below commit b1e40057c0283a498ab370658a75dc5ecb65d0b1 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Mon Apr 4 14:46:57 2022 +0200 Upgrade black. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index e7d4e0fa2..feb8b6136 100644 --- a/tox.ini +++ b/tox.ini @@ -268,7 +268,7 @@ commands = flake8 --config ./.flake8 libcloud/ [testenv:black] deps = -r{toxinidir}/requirements-tests.txt - black==22.1.0; python_version >= '3.6' and implementation_name == "cpython" + black==22.3.0; python_version >= '3.6' and implementation_name == "cpython" # NOTE: We need to use bash -c otherwise black will quote the argument and it # won't expand to the list of files when the command runs commands = @@ -281,7 +281,7 @@ commands = [testenv:black-check] deps = -r{toxinidir}/requirements-tests.txt - black==22.1.0; python_version >= '3.6' and implementation_name == "cpython" + black==22.3.0; python_version >= '3.6' and implementation_name == "cpython" # NOTE: We need to use bash -c otherwise black will quote the argument and it # won't expand to the list of files when the command runs commands =