From 5e4751c373436559f154f756058ff0b08ffe435f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:21:49 +0000 Subject: [PATCH] Bump deptry from 0.19.0 to 0.19.1 Bumps [deptry](https://github.com/fpgmaas/deptry) from 0.19.0 to 0.19.1. - [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.19.0...0.19.1) --- updated-dependencies: - dependency-name: deptry dependency-type: direct:production update-type: version-update:semver-patch ... 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 6f889b70f..b05cbe3e9 100644 --- a/CI/requirements_ci.in +++ b/CI/requirements_ci.in @@ -1,6 +1,6 @@ bump-my-version==0.25.1 coveralls==4.0.1 -deptry==0.19.0 +deptry==0.19.1 flit==3.9.0 pip==24.2 pylint==3.2.6 diff --git a/pyproject.toml b/pyproject.toml index 8032aee3c..35f123729 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dev = [ "codespell ==2.3.0", "coverage[toml] >=7.5.0", "coveralls >=4.0.0", - "deptry ==0.19.0", + "deptry ==0.19.1", "flake8 >=7.1.1", "flake8-rst-docstrings >=0.3.0", "h5netcdf>=1.3.0",