From 2f5ceb7da0eb16ee819aba6f0a4e4dcdd8417d42 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 24 Mar 2023 16:07:20 +0300 Subject: MissingEAPIBlankLine: new check for missing blank after EAPI Resolves: https://github.com/pkgcore/pkgcheck/issues/570 Signed-off-by: Arthur Zamarin --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 880675c3..92e13cd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires = [ "pathspec", "tree-sitter>=0.19.0", "snakeoil~=0.10.4", - "pkgcore~=0.12.20", + "pkgcore~=0.12.21", ] build-backend = "setuptools.build_meta" @@ -41,7 +41,7 @@ dependencies = [ "pathspec", "tree-sitter>=0.19.0", "snakeoil~=0.10.4", - "pkgcore~=0.12.18", + "pkgcore~=0.12.21", ] [project.optional-dependencies] -- cgit v1.2.3-65-gdbad