From 3d4477ca812df00aa11ae8f7a404f1a2eeea1992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2020 17:51:22 -0500 Subject: [PATCH] Bump coveralls from 2.0.0 to 2.1.* (#181) * Bump coveralls from 2.0.0 to 2.1.1 Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 2.0.0 to 2.1.1. - [Release notes](https://github.com/coveralls-clients/coveralls-python/releases) - [Changelog](https://github.com/coveralls-clients/coveralls-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/coveralls-clients/coveralls-python/compare/2.0.0...2.1.1) Signed-off-by: dependabot[bot] * wildcards Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matin Tamizi --- requirements-dev.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d6def396..c6efda11 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,11 +1,11 @@ black==19.10b0 -flake8==3.8.3 -isort[requirements]==5.0.7 -mongomock==3.19.0 -moto==1.3.14 +flake8==3.8.* +isort[requirements]==5.0.* +mongomock==3.19.* +moto==1.3.* mypy==0.782 -pytest==5.4.3 -pytest-cov==2.10.0 -pytest-mock==3.1.1 -pytest-vcr==1.0.2 -coveralls==2.0.0 \ No newline at end of file +pytest==5.4.* +pytest-cov==2.10.* +pytest-mock==3.1.* +pytest-vcr==1.0.* +coveralls==2.1.*