diff options
author | Sam James <sam@gentoo.org> | 2023-02-23 21:43:24 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-02 21:28:11 +0200 |
commit | fd7cf070467fd7cf2e9019fd7a0347f3b5f2bba6 (patch) | |
tree | 2d8ae4baa4a3d1d92b938b85b8a2436e31782fc8 /pyproject.toml | |
parent | start work on 0.10.23 (diff) | |
download | pkgcheck-fd7cf070467fd7cf2e9019fd7a0347f3b5f2bba6.tar.gz pkgcheck-fd7cf070467fd7cf2e9019fd7a0347f3b5f2bba6.tar.bz2 pkgcheck-fd7cf070467fd7cf2e9019fd7a0347f3b5f2bba6.zip |
network: add kde-invent remote-id
Signed-off-by: Sam James <sam@gentoo.org>
Closes: https://github.com/pkgcore/pkgcheck/pull/551
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index da1db2bc..880675c3 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.18", + "pkgcore~=0.12.20", ] build-backend = "setuptools.build_meta" |