From 777eb46aa541421b62ca0a49abedabe512c65205 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 Jan 2021 10:00:39 -0800 Subject: [PATCH] build(deps): bump pytest-cov from 2.5.1 to 2.11.0 (#870) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.5.1 to 2.11.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/v2.5.1...v2.11.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- frontend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/requirements.txt b/frontend/requirements.txt index 7528aa9222..d68059cd81 100644 --- a/frontend/requirements.txt +++ b/frontend/requirements.txt @@ -16,7 +16,7 @@ pytest==6.2.1 # Pytest plugin for measuring coverage. # License: MIT # Upstream url: https://github.com/pytest-dev/pytest-cov -pytest-cov==2.5.1 +pytest-cov==2.11.0 # Rolling backport of unittest.mock for all Pythons # License: BSD