commit:     7036351098eb6b9eea812e718a25e1b237eded6d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 18 20:07:06 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 18 20:07:06 2025 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=70363510

deps: update snakeoil to version 0.11.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index ecbdb7f..e2eb9b6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [build-system]
 requires = [
        "flit_core >=3.8,<4",
-       "snakeoil ~=0.10.11",
+       "snakeoil ~=0.11.0",
 ]
 build-backend = "py_build"
 backend-path = ["."]
@@ -29,7 +29,7 @@ classifiers = [
 dynamic = ["version"]
 
 dependencies = [
-       "snakeoil~=0.10.1",
+       "snakeoil~=0.11.0",
        "pkgcore~=0.12.30",
        "pkgcheck~=0.10.36",
 ]

Reply via email to