From cc6e78b30f05edc75d651bbfdb18555658648d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 20:11:38 +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 5afb8e1..a914632 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,6 +13,6 @@ pydantic-settings==2.14.0 requests==2.33.1 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