commit: 4b1244a629c035e08ed7239cc92469b07d847ae9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 19:55:56 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 19:55:56 2024 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=4b1244a6
bump snakeoil dep
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 189054892..b129bd9a9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[build-system]
requires = [
"flit_core >=3.8,<4",
- "snakeoil~=0.10.4",
+ "snakeoil~=0.10.7",
]
build-backend = "py_build"
backend-path = ["."]
@@ -32,7 +32,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
- "snakeoil~=0.10.4",
+ "snakeoil~=0.10.7",
"lxml",
]