From 25119010eb7e757d96c2506729926fe214c78971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 11:03:42 +0000 Subject: [PATCH] chore(deps-dev): bump twine from 3.4.1 to 4.0.2 Bumps [twine](https://github.com/pypa/twine) from 3.4.1 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.4.1...4.0.2) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 33b0890a..5d90b0c1 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ sphinx-bootstrap-theme==0.7.1 sphinxcontrib-fulltoc==1.2.0 sphinxcontrib-websupport==1.2.4 sphinx-click==2.7.1 -twine==3.4.1; +twine==4.0.2; wheel==0.36.2 setuptools==57.0.0; importlib-metadata==4.0.1;