aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2024-05-08 12:46:33 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-05-08 19:23:21 +0300
commit3860094b94dd2185db852db4b8674c41c4dd65ed (patch)
tree311cc57184b72edae32ba0699faf968ecf1addbc
parentnew release 0.10.29 (diff)
downloadpkgcheck-3860094b94dd2185db852db4b8674c41c4dd65ed.tar.gz
pkgcheck-3860094b94dd2185db852db4b8674c41c4dd65ed.tar.bz2
pkgcheck-3860094b94dd2185db852db4b8674c41c4dd65ed.zip
pyproject: bump snakeoil to restore compat with >=python-3.11.9
ArgumentParser added a separator to its option tuple with >=python-3.11.9, which snakeoil-0.10.7 does not handle correctly. https://github.com/python/cpython/pull/114180 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fd0eb616..45fe7213 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ requires = [
"pathspec",
"tree-sitter>=0.21.0",
"tree-sitter-bash>=0.21.0",
- "snakeoil~=0.10.7",
+ "snakeoil~=0.10.8",
"pkgcore~=0.12.25",
]
build-backend = "py_build"
@@ -46,7 +46,7 @@ dependencies = [
"pathspec",
"tree-sitter>=0.21.0",
"tree-sitter-bash>=0.21.0",
- "snakeoil~=0.10.7",
+ "snakeoil~=0.10.8",
"pkgcore~=0.12.25",
]