From a537484357bb847cb8370271beb68ee3444d2429 Mon Sep 17 00:00:00 2001 From: Andrei Lapets Date: Thu, 1 Jun 2023 15:23:08 -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 68fee29..07577b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,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" @@ -35,13 +35,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"