From 8de3037014133b73e0f9bca13c547dfc10787b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 03:41:38 +0000 Subject: [PATCH] :arrow_up: 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/1.10.3...3.2.0) --- updated-dependencies: - dependency-name: safety dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f5fc334..65d91b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dev = [ "pylint>=2.11.1,<3.2.0", "pytest>=7.1.1,<8.2.0", "pyupgrade>=2.31.1,<3.16.0", -"safety>=1.10.3,<3.1.0", +"safety>=1.10.3,<3.3.0", "coverage>=6.3,<8.0", "coverage-badge~=1.1.0", "pytest-html>=3.1.1,<4.2.0",