aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6cb3694..40698c7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[build-system]
requires = [
"flit_core >=3.8,<4",
- "snakeoil ~=0.10.5",
+ "snakeoil ~=0.10.8",
]
build-backend = "py_build"
backend-path = ["."]
@@ -27,9 +27,9 @@ classifiers = [
dynamic = ["version"]
dependencies = [
- "snakeoil~=0.10.5",
+ "snakeoil~=0.10.8",
"pkgcore~=0.12.23",
- "pkgcheck~=0.10.25",
+ "pkgcheck~=0.10.30",
]
[project.optional-dependencies]