From c292f9b2325dab04a5a8bdd314ff9dca405630c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:00:58 +0000 Subject: [PATCH] Bump deptry from 0.17.0 to 0.18.0 Bumps [deptry](https://github.com/fpgmaas/deptry) from 0.17.0 to 0.18.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.17.0...0.18.0) --- updated-dependencies: - dependency-name: deptry dependency-type: direct:production update-type: version-update:semver-minor ... 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 53a7aab65..77877a120 100644 --- a/CI/requirements_ci.in +++ b/CI/requirements_ci.in @@ -1,6 +1,6 @@ bump-my-version==0.24.3 coveralls==4.0.1 -deptry==0.17.0 +deptry==0.18.0 flit==3.9.0 pip==24.2 pylint==3.2.6 diff --git a/pyproject.toml b/pyproject.toml index 96f2521f0..1748b96a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev = [ "codespell ==2.3.0", "coverage[toml] >=7.5.0", "coveralls >=4.0.0", - "deptry ==0.17.0", + "deptry ==0.18.0", "flake8 >=7.1.0", "flake8-rst-docstrings", "h5netcdf>=1.3.0",