From 83c39e915b23064e6f4d64ca4edbbe2ad693a893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 17:32:51 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement from >=0.16.0 to >=0.16.1 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.0...0.16.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ffad774..c7624dd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -pytest>=9.1.1 +pytest>=9.1.1 scapy>=2.7.0 -ruff>=0.16.0 +ruff>=0.16.1 bandit>=1.7.0 pip-audit>=2.10.1 pre-commit>=4.6.1