From 1cbf190424010479f5be4dd9c3f38b008a7f3d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 02:08:06 +0000 Subject: [PATCH] build(deps-dev): bump safety from 2.3.4 to 3.8.1 Bumps [safety](https://github.com/pyupio/safety) from 2.3.4 to 3.8.1. - [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.4...3.8.1) --- updated-dependencies: - dependency-name: safety dependency-version: 3.8.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fba57f..56af481 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "ruff>=0.16", "pytest-benchmark>=5", ] -security-test = ["bandit==1.9.4", "safety==2.3.4", "setuptools<81"] +security-test = ["bandit==1.9.4", "safety==3.8.1", "setuptools<81"] [build-system] requires = ["uv_build>=0.8,<0.13"]