From 9e2d51d13a885a7466e30a8e17c5eea9aff7cffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:06:57 +0000 Subject: [PATCH] build(deps): bump pytest from 4.4.1 to 9.0.3 in /faust-project Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.4.1 to 9.0.3. - [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/4.4.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- faust-project/test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faust-project/test_requirements.txt b/faust-project/test_requirements.txt index 63be18b..fee8da2 100644 --- a/faust-project/test_requirements.txt +++ b/faust-project/test_requirements.txt @@ -4,5 +4,5 @@ simple-settings # Testing # ------------------------------------------------------------------------------ tox==3.9.0 -pytest==4.4.1 +pytest==9.0.3 pytest-asyncio==0.10.0