From 6aa236efe2eb73360864b310ca2d44a10e7b1cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 01:01:57 +0000 Subject: [PATCH] deps: bump pytest from 8.4.2 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 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.4.2...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/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index a009db7..308f99f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,6 +13,6 @@ pydantic-settings==2.14.1 requests==2.34.0 beautifulsoup4==4.14.3 lxml==6.1.0 -pytest==8.4.2 +pytest==9.0.3 pytest-asyncio==0.26.0 soda-core-duckdb==3.5.6