From a4ebbd8e81ad3c7c4d68f21f279c330346dcdc48 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 18 May 2024 21:34:29 +0300 Subject: pyproject.toml: bump deps Signed-off-by: Arthur Zamarin --- pyproject.toml | 6 +++--- 1 file 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] -- cgit v1.2.3-65-gdbad