diff --git a/streampipes-client-python/poetry.lock b/streampipes-client-python/poetry.lock index c79404ae27..451cf83462 100644 --- a/streampipes-client-python/poetry.lock +++ b/streampipes-client-python/poetry.lock @@ -3626,18 +3626,19 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0, [[package]] name = "twine" -version = "5.1.0" +version = "6.0.1" description = "Collection of utilities for publishing packages on PyPI" optional = false python-versions = ">=3.8" files = [ - {file = "twine-5.1.0-py3-none-any.whl", hash = "sha256:fe1d814395bfe50cfbe27783cb74efe93abeac3f66deaeb6c8390e4e92bacb43"}, - {file = "twine-5.1.0.tar.gz", hash = "sha256:4d74770c88c4fcaf8134d2a6a9d863e40f08255ff7d8e2acb3cbbd57d25f6e9d"}, + {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" +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" @@ -3646,6 +3647,9 @@ rfc3986 = ">=1.4.0" rich = ">=12.0.0" urllib3 = ">=1.26.0" +[package.extras] +keyring = ["keyring (>=15.1)"] + [[package]] name = "types-jinja2" version = "2.11.9" @@ -3892,4 +3896,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">3.8.1,<3.12" -content-hash = "26e3ff7e9354c9a56e5d0a4391f98a376cba8da064ef0d10922089c5fb9668f0" +content-hash = "ca85f294525296c7f909f2cf94ad09778aee5d80a425aab1ca94c837d0689400" diff --git a/streampipes-client-python/pyproject.toml b/streampipes-client-python/pyproject.toml index b1d807fca1..d3973720d1 100644 --- a/streampipes-client-python/pyproject.toml +++ b/streampipes-client-python/pyproject.toml @@ -106,7 +106,7 @@ types-requests = "2.32.0.20240521" optional = true [tool.poetry.group.deployment.dependencies] -twine = "5.1.0" +twine = "6.0.1" [[tool.poetry.source]] name = "PyPI"