From d97280f7ae0b4b67e2b62d6110d0b37ed4b39852 Mon Sep 17 00:00:00 2001 From: rdubois Date: Sat, 17 Feb 2024 13:13:43 +0100 Subject: [PATCH] test: update black version --- constraints_plone52.txt | 2 +- constraints_plone60.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constraints_plone52.txt b/constraints_plone52.txt index 0408f82..07563a5 100644 --- a/constraints_plone52.txt +++ b/constraints_plone52.txt @@ -4,6 +4,6 @@ # zc.buildout==2.13.2 isort>=5 -black==22.8.0 +black==24.2.0 tox==4.3.5 flake8==5.0.4 diff --git a/constraints_plone60.txt b/constraints_plone60.txt index 4dff360..14e1c2f 100644 --- a/constraints_plone60.txt +++ b/constraints_plone60.txt @@ -12,5 +12,5 @@ #certifi ; platform_system == 'Windows' tox==4.3.5 isort>=5 -black==22.8.0 +black==24.2.0 flake8==5.0.4