From 478d88f525346e43b22b64faed45d77f9a218a00 Mon Sep 17 00:00:00 2001 From: Yusuke Miyazaki Date: Fri, 23 Dec 2022 16:46:07 +0900 Subject: [PATCH] Update dependencies --- setup.cfg | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1e7d672..a0d6f65 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,9 +42,9 @@ package_dir = zip_safe = True python_requires = >=3.7 install_requires = - tox >= 4.0.0b2, <5 + tox >= 4, <5 setup_requires = - setuptools_scm[toml] >=6, <7 + setuptools_scm[toml] >=7, <8 [options.packages.find] where = src @@ -57,11 +57,10 @@ tox = testing = black; platform_python_implementation=='CPython' devpi-process - flake8 >=3, <4 + flake8 >=6, <7 mypy; platform_python_implementation=='CPython' - # Needs pytest 6.2.5 or later for Python 3.10 support - pytest >=6.2.5, <7 - pytest-cov >=2, <3 + pytest >=7, <8 + pytest-cov >=3, <4 pytest-mock >=3, <4 pytest-randomly >=3