From 29167bc738aa92ca4ec736c40a6b83823788ba53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 01:21:35 +0000 Subject: [PATCH] chore(deps): update safety requirement from <3.0.0 to <4.0.0 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/0.2.0...3.7.0) --- updated-dependencies: - dependency-name: safety dependency-version: 3.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a4ccf82e..f6425252 100644 --- a/requirements.txt +++ b/requirements.txt @@ -75,5 +75,5 @@ PyMuPDF>=1.26.0 # For PDF text extraction (fast and reliable) # ============================================ pytest>=7.0.0 # Testing framework pre-commit>=3.0.0 -safety<3.0.0 # Pin to stable 2.x version, 3.0.0 is broken +safety<4.0.0 # Pin to stable 2.x version, 3.0.0 is broken bandit>=1.8.0