summaryrefslogtreecommitdiffstats
path: root/requirements.d
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-02-01 16:01:54 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2023-02-01 16:04:39 +0100
commitf65a6b197a97b4e92a039686f7544a96aed71a1d (patch)
treeca93b9228779ec473ff8b087153b28cb3773a939 /requirements.d
parent4515884af59d292929295a2f62b5f53f1516c98b (diff)
fix black versions be 23.x
https://black.readthedocs.io/en/stable/integrations/github_actions.html
Diffstat (limited to 'requirements.d')
-rw-r--r--requirements.d/codestyle.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.d/codestyle.txt b/requirements.d/codestyle.txt
index 177c0e091..b9e137e68 100644
--- a/requirements.d/codestyle.txt
+++ b/requirements.d/codestyle.txt
@@ -1 +1 @@
-black==23.1.0
+black >=23.0, <24