From d1cdad93a0b67da8790e6891a0717f43635d5698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:37:29 +0000 Subject: [PATCH] Bump deptry from 0.21.2 to 0.22.0 Bumps [deptry](https://github.com/fpgmaas/deptry) from 0.21.2 to 0.22.0. - [Release notes](https://github.com/fpgmaas/deptry/releases) - [Changelog](https://github.com/fpgmaas/deptry/blob/main/CHANGELOG.md) - [Commits](https://github.com/fpgmaas/deptry/compare/0.21.2...0.22.0) --- updated-dependencies: - dependency-name: deptry dependency-type: direct:production 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 7808e35f..6debe88f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ optional-dependencies.dev = [ "actionlint-py==1.7.6.22", "check-manifest==0.50", - "deptry==0.21.2", + "deptry==0.22.0", "doc8==1.1.2", "doccmd==2024.12.26", "docformatter==1.7.5",