From 7ac3d39f10954eef168bdd6f7f41e9cf0f5bc457 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 06:39:14 +0000 Subject: [PATCH] Bump pytest from 6.0.2 to 6.1.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.0.2...6.1.0) Signed-off-by: dependabot-preview[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6337bd8e3..f5bb1027d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -23,7 +23,7 @@ pylint==2.6.0 # Lint pyroma==2.6 # Packaging best practices checker pytest-cov==2.10.1 # Measure code coverage pytest-envfiles==0.1.0 # Use files for environment variables for tests -pytest==6.0.2 # Test runners +pytest==6.1.0 # Test runners requests-mock-flask==2020.9.18.0 sphinx-autodoc-typehints==1.11.0 sphinx_paramlinks==0.4.2