aboutsummaryrefslogtreecommitdiff
path: root/devel/py-unearth/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-unearth/files/patch-pyproject.toml')
-rw-r--r--devel/py-unearth/files/patch-pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-unearth/files/patch-pyproject.toml b/devel/py-unearth/files/patch-pyproject.toml
index d5ab4ebe309f..fdcf524d1a69 100644
--- a/devel/py-unearth/files/patch-pyproject.toml
+++ b/devel/py-unearth/files/patch-pyproject.toml
@@ -1,9 +1,9 @@
---- pyproject.toml.orig 2024-03-20 08:48:35 UTC
+--- pyproject.toml.orig 2024-06-04 10:06:37 UTC
+++ pyproject.toml
@@ -62,7 +62,7 @@ test = [
"flask>=2.1.2",
"requests-wsgi-adapter>=0.4.1",
- "trustme>=0.9.0",
+ "trustme>=0.9.0; python_version < \"3.13\"",
- "pytest-mock>=3.12.0",
+ "pytest-mock>=3.10.0",
]