diff --git a/.changes/unreleased/Dependencies-20240719-195946.yaml b/.changes/unreleased/Dependencies-20240719-195946.yaml new file mode 100644 index 000000000..45a061646 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240719-195946.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update twine requirement from ~=4.0 to ~=5.1" +time: 2024-07-19T19:59:46.00000Z +custom: + Author: dependabot[bot] + PR: 876 diff --git a/dev-requirements.txt b/dev-requirements.txt index 7ea647491..09c6e3a42 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -22,5 +22,5 @@ tox~=4.16 # build bumpversion~=0.6.0 -twine~=4.0 +twine~=5.1 wheel~=0.42