From 1ab1aadcb0e290aec59fe3c54829a72d2cd9f5e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 08:39:48 +0000 Subject: [PATCH] chore(deps): bump twine from 5.0.0 to 5.1.0 Bumps [twine](https://github.com/pypa/twine) from 5.0.0 to 5.1.0. - [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.0.0...5.1.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd7548c6..d4a338c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ something = "package.__main__:main" # installed. Make sure to keep the requirements in sync with the workflows! actions = [ "commitizen ==3.25.0", - "twine ==5.0.0", + "twine ==5.1.0", ] dev = [ "flit >=3.2.0,<4.0.0",