From 9db5aa781c3d794f72f82dd749bb1e712a43d44e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 02:58:59 +0000 Subject: [PATCH] deps: bump pytest from 8.4.2 to 9.0.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.2. - [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.4.2...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index fd522a4..42147a4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,5 +16,5 @@ sqlalchemy==2.0.48 requests==2.33.1 beautifulsoup4==4.14.3 lxml==5.4.0 -pytest==8.4.2 +pytest==9.0.2 pytest-asyncio==0.26.0