Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit b8bc9c0

Browse files
Update twine requirement from ~=4.0 to ~=5.1 (#1293)
* Update twine requirement from ~=4.0 to ~=5.1 Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@4.0.0...v5.1.1) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Add automated changelog yaml from template for bot PR --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot <[email protected]>
1 parent 16a7dcb commit b8bc9c0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: "Dependencies"
2+
body: "Update twine requirement from ~=4.0 to ~=5.1"
3+
time: 2024-07-19T00:37:40.00000Z
4+
custom:
5+
Author: dependabot[bot]
6+
PR: 1293

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ tox~=4.11
2929
types-pytz~=2023.3
3030
types-protobuf~=4.24
3131
types-requests~=2.31
32-
twine~=4.0
32+
twine~=5.1
3333
wheel~=0.42

0 commit comments

Comments
 (0)