From 9637dde591d83137bf0a2f4bb716513c8b68740d Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Tue, 6 Feb 2024 10:27:47 -0500 Subject: [PATCH] style: bump black to 23 No code changes to commit, the differences between black 22 and 23 do not currently affect the code base because I committed those changes a while ago. --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index aed0c7c5..e7605f31 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,5 +1,5 @@ # This is a set of development dependencies -black~=22.0 +black~=23.0 flake8>=4.0.1 gitlint-core==0.17.0 isort>=5.10.1