From 5479981b007e5480c8b18f8b6d5bf54e9afa9c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 17:32:53 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement from >=0.16.0 to >=0.16.3 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.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.3 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..ed6095e 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.3 bandit>=1.7.0 pip-audit>=2.10.1 pre-commit>=4.6.1