diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-18 21:34:29 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-18 21:35:13 +0300 |
commit | a4ebbd8e81ad3c7c4d68f21f279c330346dcdc48 (patch) | |
tree | bbefb93aab6709839b9a779f71a58ca1c344cbb2 | |
parent | mask: update removal line to match GLEP-84 (diff) | |
download | pkgdev-a4ebbd8e81ad3c7c4d68f21f279c330346dcdc48.tar.gz pkgdev-a4ebbd8e81ad3c7c4d68f21f279c330346dcdc48.tar.bz2 pkgdev-a4ebbd8e81ad3c7c4d68f21f279c330346dcdc48.zip |
pyproject.toml: bump deps
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | pyproject.toml | 6 |
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] |