From 4c585bec9d377fc05d76dde0219b41c4634f49a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 14:58:37 +0000 Subject: [PATCH] Update pip-audit requirement from ~=2.7 to ~=2.9 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.7.0...v2.9.0) --- updated-dependencies: - dependency-name: pip-audit dependency-version: 2.9.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4e9b55dd..b7531797 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ autopep8~=2.3 black[jupyter]~=24.10 coverage[toml]~=7.8 -pip-audit~=2.7 +pip-audit~=2.9 pycodestyle~=2.12 pylint~=3.3 pyright~=1.1