From 10a5791580af2834a4534bbaa1b8d746a9d0c489 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 15:58:04 +0000 Subject: [PATCH] Update dependency twine to v6 --- poetry.lock | 16 ++++++++++------ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index f207a88..22cde75 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2366,19 +2366,20 @@ files = [ [[package]] name = "twine" -version = "5.1.1" +version = "6.0.0" description = "Collection of utilities for publishing packages on PyPI" optional = false python-versions = ">=3.8" files = [ - {file = "twine-5.1.1-py3-none-any.whl", hash = "sha256:215dbe7b4b94c2c50a7315c0275d2258399280fbb7d04182c7e55e24b5f93997"}, - {file = "twine-5.1.1.tar.gz", hash = "sha256:9aa0825139c02b3434d913545c7b847a21c835e11597f5255842d457da2322db"}, + {file = "twine-6.0.0-py3-none-any.whl", hash = "sha256:7dc5617bda2764ad3060048c4fc0161ebac2f72216ab19f1977d2228a9e12691"}, + {file = "twine-6.0.0.tar.gz", hash = "sha256:9a9b815b3bad3186cc85be92294d8e2509558e0315d69ed746c0594419c835de"}, ] [package.dependencies] importlib-metadata = ">=3.6" -keyring = ">=15.1" -pkginfo = ">=1.8.1,<1.11" +keyring = {version = ">=15.1", markers = "platform_machine != \"ppc64le\" and platform_machine != \"s390x\""} +packaging = "*" +pkginfo = ">=1.8.1" readme-renderer = ">=35.0" requests = ">=2.20" requests-toolbelt = ">=0.8.0,<0.9.0 || >0.9.0" @@ -2386,6 +2387,9 @@ rfc3986 = ">=1.4.0" rich = ">=12.0.0" urllib3 = ">=1.26.0" +[package.extras] +keyring = ["keyring (>=15.1)"] + [[package]] name = "typer" version = "0.13.1" @@ -2643,4 +2647,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "0895f81a8ad944f8e16ef445c4f1a425e0a40231f94794280767643ce190c9ff" +content-hash = "5e1ab9c97ba4812154574518a3926d69e977e906a745314f7156ece8beff19e4" diff --git a/pyproject.toml b/pyproject.toml index 7437603..22e5201 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ pytest-html = "^4.0.0" pytest-mock = "^3.10.0" pytest-xdist = "^3.0.2" setuptools-scm = "^8.0.0" -twine = "^5.0.0" +twine = "^6.0.0" pre-commit = "^4.0.0" isort = "^5.13.1" ruff = "^0.7.0"