8000 pyproject: bump snakeoil to restore compat with >=python-3.11.9 · pkgcore/pkgcheck@3860094 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3860094

Browse files
pHlt7arthurzam
authored andcommitted
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. python/cpython#114180 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 0dfe3b4 commit 3860094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88
"pathspec",
99
"tree-sitter>=0.21.0",
1010
"tree-sitter-bash>=0.21.0",
11-
"snakeoil~=0.10.7",
11+
"snakeoil~=0.10.8",
1212
"pkgcore~=0.12.25",
1313
]
1414
build-backend = "py_build"
@@ -46,7 +46,7 @@ dependencies = [
4646
"pathspec",
4747
"tree-sitter>=0.21.0",
4848
"tree-sitter-bash>=0.21.0",
49-
"snakeoil~=0.10.7",
49+
"snakeoil~=0.10.8",
5050
"pkgcore~=0.12.25",
5151
]
5252

0 commit comments

Comments
 (0)
0