Skip to content

Commit

Permalink
Update twine requirement from ~=4.0 to ~=5.1 (#1293)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and FishtownBuildBot authored Jul 19, 2024
1 parent 16a7dcb commit b8bc9c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240719-003740.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Update twine requirement from ~=4.0 to ~=5.1"
time: 2024-07-19T00:37:40.00000Z
custom:
Author: dependabot[bot]
PR: 1293
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ tox~=4.11
types-pytz~=2023.3
types-protobuf~=4.24
types-requests~=2.31
twine~=4.0
twine~=5.1
wheel~=0.42

0 comments on commit b8bc9c0

Please sign in to comment.