From 6faf79011c55e252bd5835b8a23c6d1fdf9ffd81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:05:23 +0000 Subject: [PATCH] Bump deptry from 0.16.1 to 0.16.2 Bumps [deptry](https://github.com/fpgmaas/deptry) from 0.16.1 to 0.16.2. - [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.1...0.16.2) --- updated-dependencies: - dependency-name: deptry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- CI/requirements_ci.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CI/requirements_ci.txt b/CI/requirements_ci.txt index eb9adef33..e54f0bc3e 100644 --- a/CI/requirements_ci.txt +++ b/CI/requirements_ci.txt @@ -1,6 +1,6 @@ bump-my-version==0.24.2 coveralls==4.0.1 -deptry==0.16.1 +deptry==0.16.2 flit==3.9.0 pip==24.1.1 pylint==3.2.5 diff --git a/pyproject.toml b/pyproject.toml index fe2800d34..b0bc894a7 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.1", + "deptry ==0.16.2", "flake8 >=7.1.0", "flake8-rst-docstrings", "h5netcdf>=1.3.0",