From d78962d19e86a67575ac0c17379b1b7acdab2af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 15:53:40 +0000 Subject: [PATCH] :arrow_up: Update safety requirement from <3,>=2.3.5 to >=2.3.5,<4 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 5ceac0f..0d77bee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "pytest>=7.0.0,<8", "pytest-html>=4.0.1,<5", "pyupgrade>=3.8.0,<4", - "safety>=2.3.5,<3", + "safety>=2.3.5,<4", "coverage>=7.3.1,<8", "coverage-badge>=1.1.0,<2", "pytest-cov>=4.1.0,<5",