aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-12-27 21:09:48 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-12-27 21:09:48 +0200
commita65129ec43bc6d9b88247eaf9fe4d4fd5a59a0dc (patch)
treecc56ae62b9717a39b64bbee0864833371bb10315 /pyproject.toml
parentFix API compatibility w/ pkgcore revision eb6f4edd2 (diff)
downloadpkgcheck-a65129ec43bc6d9b88247eaf9fe4d4fd5a59a0dc.tar.gz
pkgcheck-a65129ec43bc6d9b88247eaf9fe4d4fd5a59a0dc.tar.bz2
pkgcheck-a65129ec43bc6d9b88247eaf9fe4d4fd5a59a0dc.zip
update needed pkgcore version
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6245024e..b1c069c0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ requires = [
"pathspec",
"tree-sitter>=0.19.0",
"snakeoil~=0.10.3",
- "pkgcore~=0.12.17",
+ "pkgcore~=0.12.18",
]
build-backend = "setuptools.build_meta"
@@ -41,7 +41,7 @@ dependencies = [
"pathspec",
"tree-sitter>=0.19.0",
"snakeoil~=0.10.3",
- "pkgcore~=0.12.17",
+ "pkgcore~=0.12.18",
]
[project.optional-dependencies]