From c161bd38a307c10e6091f998ba4661db86f32215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 13:07:14 +0000 Subject: [PATCH] chore(deps): Bump the dev-tools group in /backend with 3 updates Bumps the dev-tools group in /backend with 3 updates: [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [tqdm](https://github.com/tqdm/tqdm). Updates `pytest` from 9.0.3 to 9.1.1 - [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.3...9.1.1) Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.3.0...v1.4.0) Updates `tqdm` from 4.67.3 to 4.70.0 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...v4.70.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-tools - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-tools - dependency-name: tqdm dependency-version: 4.70.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-tools ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index a160f94..ac18f37 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,8 +14,8 @@ PyJWT==2.13.0 cryptography==50.0.0 pydantic[email]==2.13.4 pydantic-settings==2.14.2 # GHSA-4xgf-cpjx-pc3j -pytest==9.0.3 -pytest-asyncio==1.3.0 +pytest==9.1.1 +pytest-asyncio==1.4.0 slowapi==0.1.9 asyncpg==0.31.0 @@ -23,7 +23,7 @@ groq==0.37.1 openai==2.37.0 instructor==1.14.5 -tqdm==4.67.3 +tqdm==4.70.0 pip-audit==2.10.0 feedparser==6.0.12 beautifulsoup4==4.14.3