From 771b8f2ccefd80254e6c6b4afa80e25bb6fd552e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 20:42:48 +0000 Subject: [PATCH] Bump pip-audit from 2.9.0 to 2.10.1 in /backend Bumps [pip-audit](https://github.com/pypa/pip-audit) from 2.9.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.9.0...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 4424921..389a127 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,5 +1,5 @@ pytest==9.1.1 pytest-asyncio==1.4.0 httpx==0.28.1 -pip-audit==2.9.0 +pip-audit==2.10.1 bandit==1.8.6