From 6679599ca438d092d49b66eea84f219df3e3653c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 05:33:03 +0000 Subject: [PATCH] chore(deps): bump pytest from 7.4.4 to 9.0.3 in /backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 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/7.4.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 7635429..db944ef 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "python-multipart==0.0.6", "email-validator==2.1.1", "sentry-sdk==1.38.0", - "pytest==7.4.4", + "pytest==9.0.3", "httpx==0.25.2", "python-dotenv==1.0.0", "requests==2.31.0", diff --git a/backend/requirements.txt b/backend/requirements.txt index ee9938b..095a021 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -33,7 +33,7 @@ email-validator==2.1.1 sentry-sdk==1.38.0 # Testing -pytest==7.4.4 +pytest==9.0.3 httpx==0.25.2 ruff # asynctest deprecated