From 8efe193cfb5ef967f0ec0a4f4c7653a4ad2d8463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 03:12:21 +0000 Subject: [PATCH] chore(deps)(deps): update safety requirement from >=3.0.0 to >=3.8.1 Updates the requirements on [safety](https://github.com/pyupio/safety) to permit the latest version. - [Release notes](https://github.com/pyupio/safety/releases) - [Changelog](https://github.com/pyupio/safety/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyupio/safety/compare/3.0.0...3.8.1) --- updated-dependencies: - dependency-name: safety dependency-version: 3.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index ce62abfa..be1d1493 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -31,7 +31,7 @@ httpx>=0.27.0 # ── Security scanning ───────────────────────────────────────────────────────── bandit==1.9.1 pip-audit==2.9.0 -safety>=3.0.0 +safety>=3.8.1 # ── License compliance ──────────────────────────────────────────────────────── pip-licenses>=4.0.0