From cd48bc0f068430f99b42d3a29f65c6a6a01aa3ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:49:03 +0000 Subject: [PATCH] chore(deps): Update pytest requirement 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.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 950483b..7f314b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ numpy>=1.26.0,<2.0.0 pandas>=2.2.0,<3.0.0 # Testing and Development -pytest>=8.3.0,<9.0.0 +pytest>=8.3.0,<10.0.0 pytest-asyncio>=0.24.0,<1.0.0 pytest-cov>=4.1.0,<5.0.0 black>=24.8.0,<25.0.0