From 35fa01b243f30fdbac2d968aeea932f424dd26d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Sun, 5 Feb 2023 19:12:21 -0800 Subject: [PATCH] Bump deps and tools Committed via https://github.com/asottile/all-repos --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01d209ddd..f6061b2c6 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"