From 0c8ef90b868430cda58ec8e33044da7b3df7d1ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 13:06:07 +0000 Subject: [PATCH] chore(deps): Bump the dev-tools group across 1 directory with 4 updates Bumps the dev-tools group with 4 updates in the /backend directory: [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [tqdm](https://github.com/tqdm/tqdm) and [pip-audit](https://github.com/pypa/pip-audit). 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.1 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...v4.70.1) Updates `pip-audit` from 2.10.0 to 2.10.1 - [Release notes](https://github.com/pypa/pip-audit/releases) - [Changelog](https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/pip-audit/compare/v2.10.0...v2.10.1) --- 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.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-tools - dependency-name: pip-audit dependency-version: 2.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-tools ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index a160f94..415e1aa 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,8 +23,8 @@ groq==0.37.1 openai==2.37.0 instructor==1.14.5 -tqdm==4.67.3 -pip-audit==2.10.0 +tqdm==4.70.1 +pip-audit==2.10.1 feedparser==6.0.12 beautifulsoup4==4.14.3