From 3507f52410cb9ef97c004fd0ef178207e6f04628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:56:04 +0000 Subject: [PATCH] build(deps-dev): update safety requirement from ^2.3.5 to ^3.7.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/2.3.5...3.7.0) --- updated-dependencies: - dependency-name: safety dependency-version: 3.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 260bf403..e222436f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ flake8-use-pathlib = "^0.3.0" flake8-variables-names = "^0.0.5" pep8-naming = "^0.13.3" aws-lambda-typing = "^2.16.3" -safety = "^2.3.5" +safety = "^3.7.0" pylic = "^3.4.0"