From a460713f7e68afd9ed12453141bbe0782b207188 Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Fri, 26 Apr 2024 15:52:56 -0400 Subject: [PATCH] Require nextline 0.7.4 or later --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index daf59e2..dc5dd1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "nextline>=0.7.3", + "nextline>=0.7.4", "apluggy>=0.9.9", "dynaconf>=3.2", "starlette>=0.31",