From 156eb4e92a0564f9d737c48583d5e84a2a3f987b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 13:07:08 +0000 Subject: [PATCH] build(deps-dev): bump twine from 3.8.0 to 4.0.2 Bumps [twine](https://github.com/pypa/twine) from 3.8.0 to 4.0.2. - [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.8.0...4.0.2) --- 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 897cd7c..959c982 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,6 +5,6 @@ pyflakes==2.4.0 pytest==7.0.1 pytest-cov==3.0.0 tox==3.24.5 -twine==3.8.0 +twine==4.0.2 virtualenv==20.13.0 moto==3.0.6 \ No newline at end of file