From 78222e92f032b0459db1f3e0a4bb476e94043174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:18:46 +0000 Subject: [PATCH] Bump twine from 4.0.2 to 5.1.1 Bumps [twine](https://github.com/pypa/twine) from 4.0.2 to 5.1.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/4.0.2...v5.1.1) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b687e494d0..4c7384cbda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ build = [ "build==1.2.1" ] publish = [ - "twine==4.0.2" + "twine==5.1.1" ] test = [ "pytest",