From 0183c486737cc5622bf3c18a697dddd97ac27775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 05:58:33 +0000 Subject: [PATCH] Bump pip-check-reqs from 2.4.4 to 2.5.1 Bumps [pip-check-reqs](https://github.com/r1chardj0n3s/pip-check-reqs) from 2.4.4 to 2.5.1. - [Changelog](https://github.com/r1chardj0n3s/pip-check-reqs/blob/master/CHANGELOG.rst) - [Commits](https://github.com/r1chardj0n3s/pip-check-reqs/commits) --- updated-dependencies: - dependency-name: pip-check-reqs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1578d3361..50f3d7cee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -301,7 +301,7 @@ dev = [ "furo==2023.8.19", "mypy==1.5.1", "pdm==2.9.1", - "pip_check_reqs==2.4.4", + "pip_check_reqs==2.5.1", "pydocstyle==6.3.0", "pyenchant==3.2.2", "pylint==2.17.5",