From 60f6cedeb3df55a4a60bb0d9d3950de4401a27e7 Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 01/24] chore: dependency update for core --- core/poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/poetry.lock b/core/poetry.lock index 19c0c5d67..a38861d22 100644 --- a/core/poetry.lock +++ b/core/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] From e3edd225151f976a1272b50611d0f7819faef766 Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 02/24] chore: dependency update for services/authorization --- services/authorization/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/authorization/poetry.lock b/services/authorization/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/authorization/poetry.lock +++ b/services/authorization/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From 12f169e7298f99a3f14c226b61987670a9955455 Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 03/24] chore: dependency update for services/dns --- services/dns/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/dns/poetry.lock b/services/dns/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/dns/poetry.lock +++ b/services/dns/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From bf2fa68b8d056fbc758efdc78f514be851ccae77 Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 04/24] chore: dependency update for services/iaas --- services/iaas/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/iaas/poetry.lock b/services/iaas/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/iaas/poetry.lock +++ b/services/iaas/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From b71acc98eb0b08c793aa14f502b8cfb97ae91de9 Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 05/24] chore: dependency update for services/iaasalpha --- services/iaasalpha/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/iaasalpha/poetry.lock b/services/iaasalpha/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/iaasalpha/poetry.lock +++ b/services/iaasalpha/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From 3fd1e5db0f57a74312c952215e78d6fff696fcd8 Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 06/24] chore: dependency update for services/loadbalancer --- services/loadbalancer/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/loadbalancer/poetry.lock b/services/loadbalancer/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/loadbalancer/poetry.lock +++ b/services/loadbalancer/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From 1a8d5441b99cce4c91b9d273834cf340e1ceaa0f Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 07/24] chore: dependency update for services/logme --- services/logme/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/logme/poetry.lock b/services/logme/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/logme/poetry.lock +++ b/services/logme/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From 88026f35379dd98710c99c794d08d1d8187ba825 Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 08/24] chore: dependency update for services/mariadb --- services/mariadb/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/mariadb/poetry.lock b/services/mariadb/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/mariadb/poetry.lock +++ b/services/mariadb/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From 9ab37e9a5b8c134a63384c3b3f61f269e76c2abd Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 09/24] chore: dependency update for services/mongodbflex --- services/mongodbflex/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/mongodbflex/poetry.lock b/services/mongodbflex/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/mongodbflex/poetry.lock +++ b/services/mongodbflex/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From 7fe8087a710befc8b9da19644c258f8c95fdd926 Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 10/24] chore: dependency update for services/objectstorage --- services/objectstorage/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/objectstorage/poetry.lock b/services/objectstorage/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/objectstorage/poetry.lock +++ b/services/objectstorage/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From 139d0d5f4c99386894b4525971df7069decf5d32 Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 11/24] chore: dependency update for services/observability --- services/observability/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/observability/poetry.lock b/services/observability/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/observability/poetry.lock +++ b/services/observability/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From 0b28ee1d3c36415b5ebc073f2de162e60a6a761c Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 12/24] chore: dependency update for services/opensearch --- services/opensearch/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/opensearch/poetry.lock b/services/opensearch/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/opensearch/poetry.lock +++ b/services/opensearch/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From 88b57f0df1087b091dbadba2d8d604942a32ffd6 Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 13/24] chore: dependency update for services/postgresflex --- services/postgresflex/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/postgresflex/poetry.lock b/services/postgresflex/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/postgresflex/poetry.lock +++ b/services/postgresflex/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From 55b801f4590b62e43c0629ee7fab23259067a3ff Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 14/24] chore: dependency update for services/rabbitmq --- services/rabbitmq/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/rabbitmq/poetry.lock b/services/rabbitmq/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/rabbitmq/poetry.lock +++ b/services/rabbitmq/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From 07065f6f01afd898179e7e4c40f06eab0f2fc8a8 Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 15/24] chore: dependency update for services/redis --- services/redis/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/redis/poetry.lock b/services/redis/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/redis/poetry.lock +++ b/services/redis/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From 8aa6ff7bc2d173e2b6b303d137338b427735ae8b Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 16/24] chore: dependency update for services/resourcemanager --- services/resourcemanager/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/resourcemanager/poetry.lock b/services/resourcemanager/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/resourcemanager/poetry.lock +++ b/services/resourcemanager/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From ce7b2c7f2ca99629cec515be171e0934af5ce30b Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 17/24] chore: dependency update for services/runcommand --- services/runcommand/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/runcommand/poetry.lock b/services/runcommand/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/runcommand/poetry.lock +++ b/services/runcommand/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From 6ed12f12bee3f91620bfbe18e2c421b1de65174f Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 18/24] chore: dependency update for services/secretsmanager --- services/secretsmanager/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/secretsmanager/poetry.lock b/services/secretsmanager/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/secretsmanager/poetry.lock +++ b/services/secretsmanager/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From 824c297bdd609a6afd15909cd13c23c571a6baac Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:24 +0000 Subject: [PATCH 19/24] chore: dependency update for services/serverbackup --- services/serverbackup/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/serverbackup/poetry.lock b/services/serverbackup/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/serverbackup/poetry.lock +++ b/services/serverbackup/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From dc0b3c351ab7fb2d9c19f10c841eaf52d5598b62 Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:25 +0000 Subject: [PATCH 20/24] chore: dependency update for services/serverupdate --- services/serverupdate/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/serverupdate/poetry.lock b/services/serverupdate/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/serverupdate/poetry.lock +++ b/services/serverupdate/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From 2035a13a6fef2285c7022dafee8f2ada0aac9639 Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:25 +0000 Subject: [PATCH 21/24] chore: dependency update for services/serviceaccount --- services/serviceaccount/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/serviceaccount/poetry.lock b/services/serviceaccount/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/serviceaccount/poetry.lock +++ b/services/serviceaccount/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From 436ece28290ad74eb54548ca8e0602ce4851a7a3 Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:25 +0000 Subject: [PATCH 22/24] chore: dependency update for services/serviceenablement --- services/serviceenablement/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/serviceenablement/poetry.lock b/services/serviceenablement/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/serviceenablement/poetry.lock +++ b/services/serviceenablement/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From bb7a233f68a2ec849b52b0339d48b2b92295305b Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:25 +0000 Subject: [PATCH 23/24] chore: dependency update for services/ske --- services/ske/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/ske/poetry.lock b/services/ske/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/ske/poetry.lock +++ b/services/ske/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies] From 6344df6c2dd15963b861e36cf148b4693cb0fd73 Mon Sep 17 00:00:00 2001 From: SDK Updater Bot Date: Mon, 9 Dec 2024 00:57:25 +0000 Subject: [PATCH 24/24] chore: dependency update for services/sqlserverflex --- services/sqlserverflex/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/sqlserverflex/poetry.lock b/services/sqlserverflex/poetry.lock index e5f14652a..f054d7ba7 100644 --- a/services/sqlserverflex/poetry.lock +++ b/services/sqlserverflex/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -811,13 +811,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.2" +version = "2.10.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, - {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, + {file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"}, + {file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"}, ] [package.dependencies] @@ -1178,24 +1178,24 @@ files = [ [[package]] name = "six" -version = "1.16.0" +version = "1.17.0" description = "Python 2 and 3 compatibility utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, + {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, + {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] [[package]] name = "stackit-core" -version = "0.0.1a6" +version = "0.1.0" description = "Core functionality for the STACKIT SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "stackit_core-0.0.1a6-py3-none-any.whl", hash = "sha256:4b82820d5ac2cd6faface9e25826e643f197ffeb8e34aee8995308fabe12afc5"}, - {file = "stackit_core-0.0.1a6.tar.gz", hash = "sha256:c358295d52207c1851492fec3fff08cf3bebb5fb76792f61c670c580c374499a"}, + {file = "stackit_core-0.1.0-py3-none-any.whl", hash = "sha256:2568bce2e1ab05293930ffa5a572c0bf057885b941579ad1f929a6fa96cf7fdf"}, + {file = "stackit_core-0.1.0.tar.gz", hash = "sha256:98023987c45a87bfe4d3e8c1b7a796a222f52ccd8a797a556a5b5fdc81a77255"}, ] [package.dependencies]