From b8bc9c0a4d4e093b7d99d05f1aedc5bf54258a2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 20:31:54 +0000 Subject: [PATCH] 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](https://github.com/pypa/twine/compare/4.0.0...v5.1.1) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Add automated changelog yaml from template for bot PR --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot --- .changes/unreleased/Dependencies-20240719-003740.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20240719-003740.yaml diff --git a/.changes/unreleased/Dependencies-20240719-003740.yaml b/.changes/unreleased/Dependencies-20240719-003740.yaml new file mode 100644 index 000000000..feb483a60 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240719-003740.yaml @@ -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 diff --git a/dev-requirements.txt b/dev-requirements.txt index 95ed0c8ec..a81a841f0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -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