From 63dcf5d6f4a0edce0fcf720a6b6b1f293bc65df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Aug 2025 19:18:09 +0000 Subject: [PATCH] chore(deps-dev): update deptry requirement from 0.23.0 to 0.23.1 Updates the requirements on [deptry](https://github.com/fpgmaas/deptry) to permit the latest version. - [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.23.0...0.23.1) --- updated-dependencies: - dependency-name: deptry dependency-version: 0.23.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64f0ce8a0..0c8062b2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ tox = "4.27.0" xmldiff = "2.7.0" bandit = "1.8.6" pyupgrade = "3.20.0" -deptry = "0.23.0" +deptry = "0.23.1" [tool.semantic_release] # see https://python-semantic-release.readthedocs.io/en/latest/configuration.html