summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-17 22:45:00 +0000
committerGitHub <noreply@github.com>2022-03-17 22:45:00 +0000
commit2994dc8e57db2487915e1f3c53a475b661fbf5c7 (patch)
tree7d1d497775e912a908fdfef444ee4a9d0394fba9
parentf77bc5670fe967429f021f1eb752c06efe299c31 (diff)
downloadpymemcache-2994dc8e57db2487915e1f3c53a475b661fbf5c7.tar.gz
Bump pytest from 7.1.0 to 7.1.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.1.0...7.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... 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 3823c29..ac08524 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,4 @@
-pytest==7.1.0
+pytest==7.1.1
pytest-cov==3.0.0
gevent==21.12.0; "PyPy" not in platform_python_implementation
pylibmc==1.6.1; sys.platform != 'win32'