From d5373636cdf65c0b4c591fca0dd14b4da1941b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:28:53 +0200 Subject: [PATCH] Bump safety from 3.2.4 to 3.2.5 (#390) Bumps [safety](https://github.com/pyupio/safety) from 3.2.4 to 3.2.5. - [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/3.2.4...3.2.5) --- updated-dependencies: - dependency-name: safety dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 951c6f7..298b8ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ test = [ "pytest-aiohttp==1.0.5", "pytest-cov==5.0.0", "ruff==0.6.1", - "safety==3.2.4", + "safety==3.2.5", "tomli==2.0.1", ]