diff --git a/pyproject.toml b/pyproject.toml index 1dce7db..4f81160 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,8 @@ docs = [ "sphinx-rtd-theme~=1.0.0" ] test = [ - "pytest~=7.0", - "pytest-cov~=3.0" + "pytest~=7.2", + "pytest-cov~=4.0" ] lint = [ "pylint~=2.17.0" @@ -34,13 +34,13 @@ coveralls = [ "coveralls~=3.3.1" ] publish = [ - "build~=0.8", + "build~=0.10", "twine~=4.0" ] [build-system] requires = [ - "setuptools~=62.0" + "setuptools~=67.6" ] build-backend = "setuptools.build_meta"