commit: 23c1a64b42092c03e04b2e05d80d383152fca864
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 19:16:42 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 19:16:42 2022 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=23c1a64b
bump snakeoil minimal version
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
pyproject.toml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index b1c069c0..74945a14 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ requires = [
"lxml",
"pathspec",
"tree-sitter>=0.19.0",
- "snakeoil~=0.10.3",
+ "snakeoil~=0.10.4",
"pkgcore~=0.12.18",
]
build-backend = "setuptools.build_meta"
@@ -40,7 +40,7 @@ dependencies = [
"lxml",
"pathspec",
"tree-sitter>=0.19.0",
- "snakeoil~=0.10.3",
+ "snakeoil~=0.10.4",
"pkgcore~=0.12.18",
]
@@ -53,7 +53,7 @@ test = [
doc = [
"sphinx",
"tomli; python_version < '3.11'",
- "snakeoil~=0.10.3",
+ "snakeoil~=0.10.4",
]
network = [
"requests",