From 9e53224c80b7926fc67db857081b3dd87b4c5a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:56:55 +0000 Subject: [PATCH] chore(deps-dev): update pytest-monitor requirement Updates the requirements on [pytest-monitor](https://github.com/CFMTech/pytest-monitor) to permit the latest version. - [Release notes](https://github.com/CFMTech/pytest-monitor/releases) - [Commits](https://github.com/CFMTech/pytest-monitor/compare/pytest-monitor-1.6.0...pytest-monitor-1.6.6) --- updated-dependencies: - dependency-name: pytest-monitor dependency-version: 1.6.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cba0de1f..6a012d98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ test = [ "pytest-socket>=0.6.0", # Prevent inadvertent network access "pytest-skip-slow>=0.0.5", # Mark and skip slow tests "pytest-randomly>=3.12.0", # Randomize test order to catch dependencies - "pytest-monitor>=1.6.0", # Monitor test performance + "pytest-monitor>=1.6.6", # Monitor test performance "factory-boy>=3.2.0", "httpx>=0.24.0", "locust>=2.15.0",