From 7feb6aa4aa39209e2350f3b4918c59db9a96876a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:19:36 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump the development-dependencies group across 1 directory with 4 updates Bumps the development-dependencies group with 4 updates in the /backend directory: [ruff](https://github.com/astral-sh/ruff), [pip-audit](https://github.com/pypa/pip-audit), [pytest](https://github.com/pytest-dev/pytest) and [httpx](https://github.com/encode/httpx). Updates `ruff` from 0.15.19 to 0.16.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.19...0.16.1) Updates `pip-audit` from 2.7.3 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.7.3...v2.10.1) 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 `httpx` from 0.27.0 to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.27.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: pip-audit dependency-version: 2.10.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 71ac257..4a18a9f 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,12 +1,12 @@ # Development / formatting dependencies -ruff==0.15.19 +ruff==0.16.1 # Security scanning bandit[toml]>=1.8.2,<2.0 -pip-audit==2.7.3 +pip-audit==2.10.1 # Testing -pytest==9.0.3 +pytest==9.1.1 pytest-asyncio==1.4.0 pytest-cov==7.1.0 -httpx==0.27.0 +httpx==0.28.1