From bc0c77025966807f848fe6747926ebca9cd95b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:48:28 +0000 Subject: [PATCH] chore(deps-dev): update pip-audit requirement in /backend Updates the requirements on [pip-audit](https://github.com/pypa/pip-audit) to permit the latest version. - [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.4.4...v2.10.0) --- updated-dependencies: - dependency-name: pip-audit dependency-version: 2.10.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/develop-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/develop-requirements.txt b/backend/develop-requirements.txt index 75de40c..0e9049b 100644 --- a/backend/develop-requirements.txt +++ b/backend/develop-requirements.txt @@ -9,7 +9,7 @@ flit >=3.2.0,<4.0.0 # Check the Python code. mypy >=1.0.0,<1.20.0 # perflint >=0.8.0,<1.0.0 # https://github.com/tonybaloney/perflint/issues/60 -pip-audit >=2.4.4,<3.0.0 +pip-audit >=2.10.0,<3.0.0 pylint >=4.0.0,<4.1.0 # Testing.