summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-28 23:03:49 +0000
committerdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-06 18:31:31 +0000
commit4532b2c0d5b647ee883f304b71cb96590d9ef613 (patch)
treeaf0fb29cf920c9d5b32e1cce7f07f12df68aaac0
parente0ac4ae10c96d54b035db093fd7b81729f5d5094 (diff)
downloadpymemcache-4532b2c0d5b647ee883f304b71cb96590d9ef613.tar.gz
Bump pytest-cov from 3.0.0 to 4.0.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 7d9fc54..def6560 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,6 +1,6 @@
Faker==15.0.0
pytest==7.1.1
-pytest-cov==3.0.0
+pytest-cov==4.0.0
gevent==21.12.0; "PyPy" not in platform_python_implementation
pylibmc==1.6.1; sys.platform != 'win32'
python-memcached==1.59