From 592c43c0baed55b41e246024afab0ac8e90d1e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 02:59:41 +0000 Subject: [PATCH] build(deps): bump twine from 4.0.1 to 4.0.2 in /ci/builder Bumps [twine](https://github.com/pypa/twine) from 4.0.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/4.0.1...4.0.2) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ci/builder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/builder/requirements.txt b/ci/builder/requirements.txt index a7ed2f3f1bff..7e31323c7052 100644 --- a/ci/builder/requirements.txt +++ b/ci/builder/requirements.txt @@ -39,7 +39,7 @@ semver==3.0.0.dev3 shtab==1.5.8 sqlparse==0.4.3 toml==0.10.2 -twine==4.0.1 +twine==4.0.2 types-Markdown==3.4.2.1 types-pkg-resources==0.1.3 types-prettytable==3.4.2.2