From 192aae9063ac4a8bc24f0afc32223a93f867cebb Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Fri, 7 Jun 2024 20:00:31 -0400 Subject: [PATCH] Require `nextline>=0.7.10` --- ci/minimum/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/minimum/requirements.txt b/ci/minimum/requirements.txt index 9ebc111..14a014a 100644 --- a/ci/minimum/requirements.txt +++ b/ci/minimum/requirements.txt @@ -2,7 +2,7 @@ # This file is used in a GitHub Actions workflow to test the compatibility. # This file needs to be manually updated to be consistent with # `pyproject.toml`. -nextline==0.7.5 +nextline==0.7.10 apluggy==1.0.0 dynaconf==3.2.1 starlette==0.31.0 diff --git a/pyproject.toml b/pyproject.toml index 010ff11..6c4e635 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "nextline>=0.7.5", + "nextline>=0.7.10", "apluggy>=1.0", "dynaconf>=3.2", "starlette>=0.31",