From 7ba44e7e2d0fd848809cc3ab3e4739ee625fa3a4 Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Thu, 22 Feb 2024 10:06:40 -0500 Subject: [PATCH] Require `nextline>=0.7.2` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7c7d21..e1ef685 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "nextline>=0.7.1", + "nextline>=0.7.2", "apluggy>=0.9.9", "dynaconf>=3.2", "starlette>=0.31",