From cfa3ce11cffa27265c90af33534f81ccf18313f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 07:26:25 +0000 Subject: [PATCH] Update twine requirement from <5.0.0,>3.2.0 to >3.2.0,<7.0.0 Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/3.3.0rc1...6.1.0) --- updated-dependencies: - dependency-name: twine 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 3837c0527..157c9f358 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -20,6 +20,6 @@ alibi-testing @ git+https://github.com/SeldonIO/alibi-testing@master#egg=alibi-t # other pre-commit>=1.20.0, <4.0.0 tox>=3.21.0, <5.0.0 # used to generate licence info via `make licenses` -twine>3.2.0, <5.0.0 +twine>3.2.0, <7.0.0 packaging>=19.0, <24.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). xgboost>=1.3.2, <3.0.0 # Install for use in testing since we support serialization of xgboost models under the sklearn API