From 3b4ea6f09e5651c5e2c9a1c6f27a3ea45f3d9f40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:41:58 +0000 Subject: [PATCH] Bump deptry from 0.21.2 to 0.22.0 in the python group Bumps the python group with 1 update: [deptry](https://github.com/fpgmaas/deptry). Updates `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 dependency-group: python ... Signed-off-by: dependabot[bot] --- CI/requirements_ci.in | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CI/requirements_ci.in b/CI/requirements_ci.in index da95f965e..204e832d5 100644 --- a/CI/requirements_ci.in +++ b/CI/requirements_ci.in @@ -1,5 +1,5 @@ bump-my-version==0.29.0 -deptry==0.21.2 +deptry==0.22.0 flit==3.10.1 pip==24.3.1 pylint==3.3.3 diff --git a/pyproject.toml b/pyproject.toml index f665e2cde..c0b916fb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dev = [ "codespell ==2.3.0", "coverage[toml] >=7.5.0", "coveralls >=4.0.1", # coveralls is not yet compatible with Python 3.13 - "deptry ==0.21.2", + "deptry ==0.22.0", "flake8 >=7.1.1", "flake8-rst-docstrings >=0.3.0", "h5netcdf>=1.3.0",