From 1040616f77e21ec99b3949f903d3db9e82a93c06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:54:31 +0200 Subject: [PATCH] Bump twine from 5.1.0 to 5.1.1 in the python-packages group (#42) Bumps the python-packages group with 1 update: [twine](https://github.com/pypa/twine). Updates `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 dependency-group: python-packages ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2848de5..cb40ca1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flake8==7.1.0 pytest==8.2.2 -twine==5.1.0 +twine==5.1.1 build==1.2.1 wheel==0.43.0 requests==2.32.3