From 2cc256d2881557544493926eb75a71f06c298b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 11:20:36 +0000 Subject: [PATCH] Update pip-audit requirement from ~=2.7 to ~=2.8 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.8.0) --- updated-dependencies: - dependency-name: pip-audit 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 664d65d3..979600d8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ autopep8~=2.3 black[jupyter]~=24.10 coverage[toml]~=7.6 -pip-audit~=2.7 +pip-audit~=2.8 pycodestyle~=2.12 pylint~=3.3 pyright~=1.1