We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccadfa5 commit 7036351Copy full SHA for 7036351
1 file changed
pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
requires = [
3
"flit_core >=3.8,<4",
4
- "snakeoil ~=0.10.11",
+ "snakeoil ~=0.11.0",
5
]
6
build-backend = "py_build"
7
backend-path = ["."]
@@ -29,7 +29,7 @@ classifiers = [
29
dynamic = ["version"]
30
31
dependencies = [
32
- "snakeoil~=0.10.1",
+ "snakeoil~=0.11.0",
33
"pkgcore~=0.12.30",
34
"pkgcheck~=0.10.36",
35
0 commit comments