From a513a5ced8e40c4218ef039a6474703577bd9e62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 05:51:37 +0000 Subject: [PATCH] Bump pip-check-reqs from 2.5.1 to 2.5.3 Bumps [pip-check-reqs](https://github.com/r1chardj0n3s/pip-check-reqs) from 2.5.1 to 2.5.3. - [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-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84d26f320..bfc4365f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -301,7 +301,7 @@ dev = [ "furo==2023.9.10", "mypy==1.5.1", "pdm==2.9.1", - "pip_check_reqs==2.5.1", + "pip_check_reqs==2.5.3", "pydocstyle==6.3.0", "pyenchant==3.2.2", "pylint==2.17.5",