From 2d8b6a837090472fd173d2bb700d58740a6d7cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 05:03:29 +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 05582cbee..569b50bb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ optional-dependencies.dev = [ "check-manifest==0.51", "check-wheel-contents==0.6.3", "coverage==7.13.5", - "deptry==0.24.0", + "deptry==0.25.1", "dirty-equals==0.11", "doc8==2.0.0", "doccmd==2026.3.2",