From c090e05937d47bdcc3728c71cda2c76d7eb99dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 10:14:26 +0000 Subject: [PATCH] chore(deps-dev)(deps-dev): update safety requirement 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/2.0.0...3.7.0) --- updated-dependencies: - dependency-name: safety dependency-version: 3.7.0 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 5095d42..69520ef 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -29,6 +29,6 @@ pre-commit>=3.0.0,<5.0.0 # Security tools (using compatible versions) bandit[toml]>=1.7.0,<2.0.0 -safety>=2.0.0,<4.0.0 +safety>=3.7.0,<4.0.0 detect-secrets>=1.4.0,<2.0.0 yamllint>=1.33.0,<2.0.0 \ No newline at end of file