summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2023-02-05 19:23:40 -0800
committerGitHub <noreply@github.com>2023-02-05 19:23:40 -0800
commitae523ef510ff309145bf692869d67bfd474787e7 (patch)
tree159bf57a84fefb05d594e5c0b394afe72e62bd66
parent80db13b780212af769e362dd4ad844bdfdc0b67a (diff)
downloadtox-git-ae523ef510ff309145bf692869d67bfd474787e7.tar.gz
Bump deps and tools (#2914)
-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"