From 10387c925d6d951c7c37f04b7bd23f3f81445c34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 10:32:38 -0700 Subject: [PATCH] [DEV] Update coverage[toml] requirement from ~=6.3 to >=6.3,<8.0 (#975) Updates the requirements on [coverage[toml]](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/6.3...7.5.0) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2fe6e339..81547a0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ where = ["src"] [project.optional-dependencies] test = [ - "coverage[toml]~=6.3", + "coverage[toml]>=6.3,<8.0", "pytest>=7.2,<9.0", "pytest-rerunfailures~=14.0", ]