From 311842cb086d1a8ba4f83cbfb38ebcf75791a93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 02:17:55 +0000 Subject: [PATCH] Bump twine from 1.14.0 to 4.0.0 Bumps [twine](https://github.com/pypa/twine) from 1.14.0 to 4.0.0. - [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/1.14.0...4.0.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development update-type: version-update:semver-major ... 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 8b83ccb..e5dc8d6 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -22,6 +22,6 @@ scikit-learn>=1.0.1 scipy>=1.4.1 seaborn>=0.11.2 sphinx>=4 -twine==1.14.0 +twine==4.0.0 watchdog==0.9.0 wheel==0.33.6