commit: 4e39fe3b4a82e930c969baf67feec4ccb0cc8e38
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 2 10:00:33 2026 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 2 10:00:33 2026 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=4e39fe3b
pyproject.toml: update snakeoil and pkgcore versions
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
pyproject.toml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 084f542e..4ab13310 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,8 +7,8 @@ requires = [
"pathspec",
"tree-sitter~=0.25.0",
"tree-sitter-bash~=0.23.1",
- "snakeoil@git+https://github.com/pkgcore/snakeoil.git#master",
- "pkgcore@git+https://github.com/pkgcore/pkgcore.git#master",
+ "snakeoil~=0.11.0",
+ "pkgcore~=0.12.31",
]
build-backend = "py_build"
backend-path = ["."]
@@ -45,8 +45,8 @@ dependencies = [
"pathspec",
"tree-sitter~=0.25.0",
"tree-sitter-bash~=0.23.1",
- "snakeoil@git+https://github.com/pkgcore/snakeoil.git#master",
- "pkgcore@git+https://github.com/pkgcore/pkgcore.git#master",
+ "snakeoil~=0.11.0",
+ "pkgcore~=0.12.31",
]
[project.optional-dependencies]