From 25f99e379dac43e4c199de47955e706692fe5c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 15:47:14 +0000 Subject: [PATCH] Bump deptry from 0.24.0 to 0.25.1 Bumps [deptry](https://github.com/osprey-oss/deptry) from 0.24.0 to 0.25.1. - [Release notes](https://github.com/osprey-oss/deptry/releases) - [Changelog](https://github.com/osprey-oss/deptry/blob/main/CHANGELOG.md) - [Commits](https://github.com/osprey-oss/deptry/compare/0.24.0...0.25.1) --- updated-dependencies: - dependency-name: deptry dependency-version: 0.25.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54eba78..0da5488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ pg = [ dev = [ "bandit==1.9.4", "black==26.3.1", - "deptry==0.24.0", + "deptry==0.25.1", "isort==8.0.1", "mypy==1.19.1", "pip-audit==2.10.0",