From ae523ef510ff309145bf692869d67bfd474787e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Sun, 5 Feb 2023 19:23:40 -0800 Subject: Bump deps and tools (#2914) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1