From 8c867d4de9ec651db7dc7f77f72ac91c1e3543d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:57:26 +0000 Subject: [PATCH] build(deps): bump twine from 5.1.0 to 5.1.1 Bumps [twine](https://github.com/pypa/twine) from 5.1.0 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/5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4efd214..7c512975 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ publish = [ "setuptools == 70.0.0", "build == 1.2.1", - "twine == 5.1.0", + "twine == 5.1.1", ] docs = [ "black==24.4.2",