From 10672aea38f9505e06672639f8373fa34ba1c6d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 22:27:47 +0000 Subject: [PATCH] Bump the all-dependencies group with 2 updates Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit the latest version. Updates `pytest-cov` to 5.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0) Updates `pytest-mock` to 3.14.0 - [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.12.0...v3.14.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production dependency-group: all-dependencies - dependency-name: pytest-mock dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 1ab22a5..167c65f 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,8 +5,8 @@ coverage~=7.4 flake8~=7.0 mock~=5.1 pytest~=8.1 -pytest-cov~=4.1 +pytest-cov~=5.0 pytest-gitignore~=1.3 -pytest-mock~=3.12 +pytest-mock~=3.14 wheel~=0.43 -e.