From 8f82cd94ca2f5b08c3351dda83a9faffd68eb220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 07:01:59 +0000 Subject: [PATCH] Update pre-commit requirement from <4.0.0,>=1.20.0 to >=1.20.0,<5.0.0 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v1.20.0...v4.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.3.0 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 deb4a4268..401ad3973 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -18,7 +18,7 @@ nbconvert>=6.0.7, <8.0.0 # for notebook tests ipywidgets>=7.6.5, <9.0.0 # for notebook tests alibi-testing @ git+https://github.com/SeldonIO/alibi-testing@master#egg=alibi-testing # pre-trained models for testing # other -pre-commit>=1.20.0, <4.0.0 +pre-commit>=1.20.0, <5.0.0 tox>=3.21.0, <5.0.0 # used to generate licence info via `make licenses` twine>3.2.0, <5.0.0 packaging>=19.0, <26.0 # Used to check scipy version for CVMDrift test. Can be removed once python 3.6 support dropped (and scipy lower bound >=1.7.0).