From 6b7d99661678bacc2ce716bc9a280f45cba71581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:04:12 +0000 Subject: [PATCH] Bump deptry from 0.16.2 to 0.17.0 Bumps [deptry](https://github.com/fpgmaas/deptry) from 0.16.2 to 0.17.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.16.2...0.17.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 8c8f137e5..5ade88a1b 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.16.2 +deptry==0.17.0 flit==3.9.0 pip==24.1.2 pylint==3.2.6 diff --git a/pyproject.toml b/pyproject.toml index 85de415c1..68dcadab9 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.16.2", + "deptry ==0.17.0", "flake8 >=7.1.0", "flake8-rst-docstrings", "h5netcdf>=1.3.0",