summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 01d209dd..f6061b2c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -86,7 +86,7 @@ optional-dependencies.testing = [
"pytest-mock>=3.10",
"pytest-xdist>=3.1",
"re-assert>=1.1",
- 'time-machine>=2.8.2; implementation_name != "pypy"',
+ 'time-machine>=2.9; implementation_name != "pypy"',
"wheel>=0.38.4",
]
urls.Documentation = "https://tox.wiki"