From de4ff788efe9056c9eb4b60ec4ac95f61b28068f Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Fri, 26 Jan 2024 16:15:32 -0500 Subject: [PATCH] Require `nextline>=0.7`, `nextline-rdb>=0.4`, and `apluggy>=0.9.9` --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c0abd0a..4cd6376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,9 +21,9 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "nextline>=0.6.2", - "nextline-rdb>=0.3.1", - "apluggy>=0.9.8", + "nextline>=0.7", + "nextline-rdb>=0.4", + "apluggy>=0.9.9", "dynaconf>=3.2", "starlette>=0.31", "strawberry-graphql>=0.213",