aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-01-26 21:55:56 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-01-26 21:55:56 +0200
commit4b1244a629c035e08ed7239cc92469b07d847ae9 (patch)
treed4a150d075411be43d43b7fc8610df83a1db5ed0
parentfix(authors): add mgorny email (diff)
downloadpkgcore-4b1244a629c035e08ed7239cc92469b07d847ae9.tar.gz
pkgcore-4b1244a629c035e08ed7239cc92469b07d847ae9.tar.bz2
pkgcore-4b1244a629c035e08ed7239cc92469b07d847ae9.zip
bump snakeoil dep
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 18905489..b129bd9a 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",
]