From fa422eeff407154268757e8587c1755aabf37f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 18:49:57 +0000 Subject: [PATCH] chore(deps): bump pip-audit from 2.7.3 to 2.10.1 in /backend Bumps [pip-audit](https://github.com/pypa/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) --- updated-dependencies: - dependency-name: pip-audit dependency-version: 2.10.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 545cc96..e721deb 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -5,5 +5,5 @@ pytest-cov==6.0.0 httpx==0.28.1 mongomock-motor==0.0.34 bandit==1.8.0 -pip-audit==2.7.3 +pip-audit==2.10.1 ruff==0.8.4