From 651ddfc4aedc2eacf110021e33b13f785dcb781e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 04:01:58 +0000 Subject: [PATCH 1/2] Update pytest-mock requirement from ~=3.8.2 to ~=3.9.0 Updates the requirements on [pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.8.2...v3.9.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0a222a3179..d8dcaf777b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -112,7 +112,7 @@ pyrsistent~=0.18.1 pytest~=7.1.3 pytest-cov~=3.0.0 pytest-forked~=1.4.0 -pytest-mock~=3.8.2 +pytest-mock~=3.9.0 pytest-rerunfailures~=10.2 pytest-xdist~=2.5.0 python-dateutil~=2.8.2 From 995d49cc469b4fb5162509179f1f37723931d79f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 04:02:03 +0000 Subject: [PATCH 2/2] Update pytest-cov requirement from ~=3.0.0 to ~=4.0.0 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0a222a3179..daa1c429890 100644 --- a/requirements.txt +++ b/requirements.txt @@ -110,7 +110,7 @@ PyQt5-sip~=12.11.0 pyqtgraph~=0.12.4 pyrsistent~=0.18.1 pytest~=7.1.3 -pytest-cov~=3.0.0 +pytest-cov~=4.0.0 pytest-forked~=1.4.0 pytest-mock~=3.8.2 pytest-rerunfailures~=10.2