aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-12-27 21:16:42 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-12-27 21:16:42 +0200
commit23c1a64b42092c03e04b2e05d80d383152fca864 (patch)
treeef918bba029edbdadb1c779090fd8045439f1cd6 /pyproject.toml
parentsync with pkgcore's error message format (diff)
downloadpkgcheck-23c1a64b42092c03e04b2e05d80d383152fca864.tar.gz
pkgcheck-23c1a64b42092c03e04b2e05d80d383152fca864.tar.bz2
pkgcheck-23c1a64b42092c03e04b2e05d80d383152fca864.zip
bump snakeoil minimal version
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files 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",