From 18256b26ca3079fea65e64a8aeaf5c550fda683b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:55:11 +0000 Subject: [PATCH] build(deps-dev): bump pytest-cov Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.10.1 to 2.12.1. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.1...v2.12.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- acapy/plugins/firebase_push_notifications/requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acapy/plugins/firebase_push_notifications/requirements.dev.txt b/acapy/plugins/firebase_push_notifications/requirements.dev.txt index 5520fb2..481ccea 100644 --- a/acapy/plugins/firebase_push_notifications/requirements.dev.txt +++ b/acapy/plugins/firebase_push_notifications/requirements.dev.txt @@ -2,7 +2,7 @@ asynctest~=0.13.0 async-case~=10.1 pytest~=6.2 pytest-asyncio==0.14.0 -pytest-cov==2.10.1 +pytest-cov==2.12.1 pytest-flake8==1.0.6 pytest-dotenv==0.5.2 mock~=4.0 \ No newline at end of file