From a70fc1b3cc4416bc9c786c450a3cfa74985375b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:44:36 +0000 Subject: [PATCH 1/2] Update dependency twine to v6 --- poetry.lock | 18 +++++++++++------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0f2eb49..9e8ccd8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2088,19 +2088,20 @@ files = [ [[package]] name = "twine" -version = "5.1.1" +version = "6.0.1" 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.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" @@ -2108,6 +2109,9 @@ rfc3986 = ">=1.4.0" rich = ">=12.0.0" urllib3 = ">=1.26.0" +[package.extras] +keyring = ["keyring (>=15.1)"] + [[package]] name = "types-pyyaml" version = "6.0.12.20241230" @@ -2257,4 +2261,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "46d174640dc63c619971d07e8e63ede766fdd90376132e197b70cb34a507517b" +content-hash = "7234e9aaf3ccf72b3359c97a6b88ddc5840e6b1eb08b619b624803b8232d365f" diff --git a/pyproject.toml b/pyproject.toml index ba1f62d..d21483e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ tag-publish-new = "tag_publish.new:main" [tool.poetry.dependencies] python = ">=3.9,<4.0" requests = "2.32.3" -twine = "5.1.1" +twine = "6.0.1" PyYAML = "6.0.2" id = "1.4.0" security-md = "0.2.3" From e64c7db17451134e892f88d2a6de954c023e46d2 Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:25:48 +0000 Subject: [PATCH 2/2] Apply pre-commit fix From the artifact of the previous workflow run --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 9426bff..116add0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020-2024, Camptocamp SA +Copyright (c) 2020-2025, Camptocamp SA All rights reserved. Redistribution and use in source and binary forms, with or without