From f667dca4d9a3603ff935a938027b5bbc3badd5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 20:22:33 +0000 Subject: [PATCH] chore(deps): bump the python-dev group with 2 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. Updates `pytest` 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/8.2.0...9.0.3) Updates `pytest-asyncio` to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: python-dev - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development dependency-group: python-dev ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 28fb842..ed0cae2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,8 +37,8 @@ dependencies = [ [project.optional-dependencies] dev = [ "httpx>=0.27,<1", - "pytest>=8.2,<9", - "pytest-asyncio>=0.23,<1", + "pytest>=8.2,<10", + "pytest-asyncio>=0.23,<2", ] [project.urls]