From 97e7841330a0c7530ec43b9d1b4aef8213fcf425 Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Wed, 1 Nov 2023 15:56:14 -0400 Subject: [PATCH] Require nextline>=0.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2916b1..88c6a68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "nextline>=0.5.7", + "nextline>=0.6.0", "nextline-rdb>=0.2.2", "apluggy>=0.9.0", "dynaconf>=3.1",