From e26040bb3d4b3b5ed49cbc3b168ca9792005239c Mon Sep 17 00:00:00 2001 From: Andrei Lapets Date: Fri, 5 May 2023 00:39:05 -0400 Subject: [PATCH] Update build/testing/publication dependency version locks in package file. --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"