From 24ff3b4cbd27c3bf703f3a0444b21b2e7182ec78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:05:01 +0000 Subject: [PATCH] Update pip-audit requirement in /.dev in the packages group Updates the requirements on [pip-audit](https://github.com/pypa/pip-audit) to permit the latest version. Updates `pip-audit` to 2.10.0 - [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.0) --- updated-dependencies: - dependency-name: pip-audit dependency-version: 2.10.0 dependency-type: direct:development dependency-group: packages ... Signed-off-by: dependabot[bot] --- .dev/requirements_docker_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dev/requirements_docker_dev.txt b/.dev/requirements_docker_dev.txt index 70afd60e..c714eb25 100644 --- a/.dev/requirements_docker_dev.txt +++ b/.dev/requirements_docker_dev.txt @@ -1,2 +1,2 @@ -pip-audit~=2.9 +pip-audit~=2.10 pre-commit~=4.5