From 8ac620b72151227427c8b14e553f3008e04dc18a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:13:43 +0000 Subject: [PATCH] Update pytest-profiling requirement from ~=1.7 to ~=1.8 Updates the requirements on [pytest-profiling](https://github.com/man-group/pytest-plugins) to permit the latest version. - [Release notes](https://github.com/man-group/pytest-plugins/releases) - [Changelog](https://github.com/man-group/pytest-plugins/blob/master/CHANGES.md) - [Commits](https://github.com/man-group/pytest-plugins/compare/v1.7.0...v1.8.1) --- updated-dependencies: - dependency-name: pytest-profiling dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index e49521e..b9f57a6 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -2,7 +2,7 @@ -r requirements_test_min.txt coverage~=7.2 pytest-cov~=5.0 -pytest-profiling~=1.7 +pytest-profiling~=1.8 pytest-xdist~=3.5 # Type packages for mypy types-pkg_resources==0.1.3