From dfeb70a77be2f7f7a54c2a5818e68f157d86c922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 08:10:47 +0000 Subject: [PATCH] Bump coveralls from 2.2.0 to 3.2.0 Bumps [coveralls](https://github.com/TheKevJames/coveralls-python) from 2.2.0 to 3.2.0. - [Release notes](https://github.com/TheKevJames/coveralls-python/releases) - [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/TheKevJames/coveralls-python/compare/2.2.0...3.2.0) --- updated-dependencies: - dependency-name: coveralls dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 37da13a..df1db54 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -10,7 +10,7 @@ hypothesis>=5.43.4 pytest-sugar>=0.9.4,<1.0 coverage>=5.3.1 -coveralls==2.2.0 +coveralls==3.2.0 twine>=3.3.0,<4.0 pipenv>=2020.11.15