From 9c6eabbce6786fe36c882076335e445358d257e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 04:31:16 +0000 Subject: [PATCH] :arrow_up: update coverage[toml] requirement from ~=6.2 to ~=7.4 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.2...7.4.4) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4fc496e..c158618d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ test = [ "inline-snapshot ~= 0.6.0", "async-asgi-testclient ~= 1.4.11", "asyncmock ~= 0.4.2", - "coverage[toml] ~= 6.2", + "coverage[toml] ~= 7.4", "pytz ~= 2023.3", "types-pytz ~= 2023.3.0.0", "darglint ~= 1.8.1",