From 34133434537f28cb9084dec4fadd2ea4621cc450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 06:57:25 +0000 Subject: [PATCH] Bump codecov from 2.1.12 to 2.1.13 Bumps [codecov](https://github.com/codecov/codecov-python) from 2.1.12 to 2.1.13. - [Release notes](https://github.com/codecov/codecov-python/releases) - [Changelog](https://github.com/codecov/codecov-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-python/compare/v2.1.12...v2.1.13) --- updated-dependencies: - dependency-name: codecov dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 894eddf..d5cf457 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ test = [ "pre-commit==3.3.2", "tox==4.5.2", "tox-gh-actions==3.1.1", - "codecov==2.1.12", + "codecov==2.1.13", "coverage==7.2.6", "mongomock==4.1.2", ]