commit:     8c2ac84ddf7383c727f457abfa23c7aa060c7e3a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  1 07:04:51 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  1 07:04:51 2025 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=8c2ac84d

pyproject.toml: bump min version of snakeoil

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 5ff41216..b7560bf3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [build-system]
 requires = [
        "flit_core >=3.8,<4",
-       "snakeoil~=0.10.7",
+       "snakeoil~=0.10.11",
 ]
 build-backend = "py_build"
 backend-path = ["."]
@@ -33,7 +33,7 @@ classifiers = [
 dynamic = ["version"]
 
 dependencies = [
-       "snakeoil~=0.10.7",
+       "snakeoil~=0.10.11",
        "lxml",
 ]
 

Reply via email to