From b7d8a223a012cd058704a13bb2b523381ac2a395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 05:51:22 +0100 Subject: [PATCH] Bump safety from 3.2.5 to 3.2.11 (#441) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19e7b89..fc22568 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ test = [ "pytest-aiohttp==1.0.5", "pytest-cov==6.0.0", "ruff==0.7.4", - "safety==3.2.5", + "safety==3.2.11", "tomli==2.1.0", ]