diff --git a/poetry.lock b/poetry.lock index 02cc4f6b..9d7a6337 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2111,19 +2111,20 @@ files = [ [[package]] name = "twine" -version = "5.1.1" +version = "6.0.1" description = "Collection of utilities for publishing packages on PyPI" optional = true 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.1-py3-none-any.whl", hash = "sha256:9c6025b203b51521d53e200f4a08b116dee7500a38591668c6a6033117bdc218"}, + {file = "twine-6.0.1.tar.gz", hash = "sha256:36158b09df5406e1c9c1fb8edb24fc2be387709443e7376689b938531582ee27"}, ] [package.dependencies] -importlib-metadata = ">=3.6" -keyring = ">=15.1" -pkginfo = ">=1.8.1,<1.11" +importlib-metadata = {version = ">=3.6", markers = "python_version < \"3.10\""} +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" @@ -2131,6 +2132,9 @@ rfc3986 = ">=1.4.0" rich = ">=12.0.0" urllib3 = ">=1.26.0" +[package.extras] +keyring = ["keyring (>=15.1)"] + [[package]] name = "types-markdown" version = "3.7.0.20240822" @@ -2236,4 +2240,4 @@ version = ["multi-repo-automation"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "d6cd64f9e95d171040590e188c40c6bc9593b21fba0b394c032ab8428cf1fe02" +content-hash = "6bf36e05b071126f47b95bcd5b7e7a0b80d3cb9e7fe2e05d9f2e7c7c5d116ddd" diff --git a/pyproject.toml b/pyproject.toml index 1a09c9f3..5bae4739 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ google-auth-httplib2 = { version = "0.2.0", optional = true } google-auth-oauthlib = { version = "1.2.1", optional = true } "ruamel.yaml" = "0.18.6" defusedxml = "0.7.1" -twine = { version = "5.1.1", optional = true } +twine = { version = "6.0.1", optional = true } debian-inspector = "31.1.0" PyYAML = "6.0.2" multi-repo-automation = { version="1.4.2", optional = true }