From 2e14b05897e20b00cf565a8cbbc0e7a317f6b88c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 01:42:38 +0000 Subject: [PATCH] Bump twine from 1.14.0 to 4.0.1 Bumps [twine](https://github.com/pypa/twine) from 1.14.0 to 4.0.1. - [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.1) --- 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 a161067..16817bd 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -23,6 +23,6 @@ scipy>=1.4.1 seaborn>=0.11.2 sphinx>=4 syrupy>=2.3.1 -twine==1.14.0 +twine==4.0.1 watchdog==0.9.0 wheel==0.33.6