From 7e0c1c5c1c2d3080953129f0c961d211a83c0c26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 09:45:52 +0000 Subject: [PATCH] Update pip-check-updates requirement from ~=0.22.0 to ~=0.23.0 Updates the requirements on [pip-check-updates](https://github.com/zehengl/pip-check-updates) to permit the latest version. - [Commits](https://github.com/zehengl/pip-check-updates/commits) --- updated-dependencies: - dependency-name: pip-check-updates dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 17a20df..4442824 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ flakeheaven~=3.3.0 isort~=5.12.0 mypy~=1.6 perflint~=0.7.3 -pip-check-updates~=0.22.0 +pip-check-updates~=0.23.0 pre-commit~=3.5.0 pylint~=2.17.7 pytest~=7.4.2