From 54c19cd2386d67dbaeb516354db8ee36cf69a21d Mon Sep 17 00:00:00 2001 From: Yusuke Miyazaki Date: Fri, 23 Dec 2022 16:46:07 +0900 Subject: [PATCH] Update dependencies --- pyproject.toml | 2 +- setup.cfg | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8ee96e3..dd78817 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ # https://pip.pypa.io/en/stable/cli/pip/#pep-517-and-518-support # setuptools_scm v6 requires setuptools >= 45 "setuptools >= 45", - "setuptools_scm[toml] >= 6, <7", + "setuptools_scm[toml] >= 7, <8", "wheel", ] build-backend = 'setuptools.build_meta' diff --git a/setup.cfg b/setup.cfg index 1e7d672..c8454fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,9 +42,7 @@ package_dir = zip_safe = True python_requires = >=3.7 install_requires = - tox >= 4.0.0b2, <5 -setup_requires = - setuptools_scm[toml] >=6, <7 + tox >= 4, <5 [options.packages.find] where = src @@ -57,11 +55,10 @@ tox = testing = black; platform_python_implementation=='CPython' devpi-process - flake8 >=3, <4 + flake8 >=6, <7; python_version>='3.8' 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