From 9dde5dc9214697275816f756512b9536e13b0ba6 Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Thu, 8 Sep 2022 14:28:43 +0200
Subject: [PATCH] chore(Black): update to Python 3.9 target

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index bed0f509..85e8cf61 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ requires-python = "^3.9"
 
 [tool.black]
 line-length = 99
-target-version = ["py38"]
+target-version = ["py39"]
 exclude = '''
 '''
 
-- 
GitLab