From 5876d49394583fbf71c7a17839dda072828fc694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 16:08:28 +0000 Subject: [PATCH] Update twine requirement from <4.0.0,>3.2.0 to >3.2.0,<5.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...4.0.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 4a3208c1d..35be96609 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -17,6 +17,6 @@ alibi-testing @ git+https://github.com/SeldonIO/alibi-testing@master#egg=alibi-t # other pre-commit>=1.20.0, <3.0.0 tox>=3.21.0, <4.0.0 # used to generate licence info via `make licenses` -twine>3.2.0, <4.0.0 +twine>3.2.0, <5.0.0 # pytorch torch>=1.9.0, <2.0.0