From 3181280f75ed95ecc8700947515aec3df0c223be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:10:27 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /backend directory: [pytest](https://github.com/pytest-dev/pytest) and [starlette](https://github.com/Kludex/starlette). Updates `pytest` from 9.0.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/9.0.2...9.0.3) Updates `starlette` from 0.36.3 to 0.49.1 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.36.3...0.49.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip - dependency-name: starlette dependency-version: 0.49.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b1862b4..2af653f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -26,7 +26,7 @@ pyarrow==23.0.1 pydantic==2.12.5 pydantic_core==2.41.5 Pygments==2.19.2 -pytest==9.0.2 +pytest==9.0.3 python-dateutil==2.9.0.post0 python-dotenv==1.2.2 pytz==2026.1.post1 @@ -35,7 +35,7 @@ rich==14.3.3 shellingham==1.5.4 six==1.17.0 sniffio==1.3.1 -starlette==0.36.3 +starlette==0.49.1 tokenizers==0.22.2 tqdm==4.67.3 typer==0.24.1