From 90bf8894e951d766577b72c45b00cd32663164dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 09:38:30 +0000 Subject: [PATCH] build(deps): bump pytest from 8.3.5 to 9.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 9.1.1. - [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.5...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index acc4dd1..c38cdd2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -pytest~=8.3.0 +pytest~=9.1.1 pytest-asyncio~=1.4.0 httpx~=0.28.0 fakeredis~=2.37.0 diff --git a/requirements.txt b/requirements.txt index 51aa0b8..c4854fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ pycparser==3.0 pydantic==2.13.4 pydantic-settings==2.14.2 pydantic_core==2.47.0 -pytest==8.3.5 +pytest==9.1.1 pytest-asyncio==1.4.0 python-dotenv==1.2.2 PyYAML==6.0.3