From 4ddff16bbe41c0bc4b8a5ea3a2c204d8e99478f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:44:26 +0400 Subject: [PATCH] Bump coverage[toml] from 7.3.0 to 7.4.0 (#3034) Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 7.3.0 to 7.4.0. - [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/7.3.0...7.4.0) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index af1caa5c..5b737a2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ build==1.0.3 twine==4.0.2 # Tests & Linting -coverage[toml]==7.3.0 +coverage[toml]==7.4.0 cryptography==41.0.7 mypy==1.5.1 pytest==7.4.3 -- 2.47.3