From d95d17615d05929e9141a501e54616308f1b7dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 04:39:33 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement in /services/worker Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- services/worker/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/worker/pyproject.toml b/services/worker/pyproject.toml index 90534f0..0dd4d2f 100644 --- a/services/worker/pyproject.toml +++ b/services/worker/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=8.3.0,<9.0.0", + "pytest>=8.3.0,<10.0.0", "pytest-asyncio>=0.24.0,<1.0.0", ]