diff --git a/ci/minimum/requirements.txt b/ci/minimum/requirements.txt index 14a014a..0f79106 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.10 +nextline==0.7.12 apluggy==1.0.0 dynaconf==3.2.1 starlette==0.31.0 diff --git a/pyproject.toml b/pyproject.toml index c77d15b..85739ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "nextline>=0.7.10", + "nextline>=0.7.12", "apluggy>=1.0", "dynaconf>=3.2", "starlette>=0.31",