From ee5b8b2d25d7759d740f623dc727faf4cef6eb96 Mon Sep 17 00:00:00 2001 From: Mariusz Trela Date: Mon, 7 Jul 2025 08:44:54 +0200 Subject: [PATCH] Bump `schemas` + `hive` --- .gitlab-ci.yml | 2 +- beekeepy/poetry.lock | 6 +++--- beekeepy/pyproject.toml | 2 +- hive | 2 +- tests/local-tools/poetry.lock | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cfd8188..408d4c9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ variables: include: - project: 'hive/hive' # This has to be the same as the commit checked out in the submodule - ref: f3a19664e0490647b318c9cc264c75a17c5be9f8 + ref: 7b1c4c8bdc895935de6579dbe65a1241af943c5b file: '/scripts/ci-helpers/prepare_data_image_job.yml' # DO NOT include ccc here. It will be indirectly included by above yaml file. #- project: 'hive/common-ci-configuration' diff --git a/beekeepy/poetry.lock b/beekeepy/poetry.lock index 90215add..07d5c1c3 100644 --- a/beekeepy/poetry.lock +++ b/beekeepy/poetry.lock @@ -891,13 +891,13 @@ idna2008 = ["idna"] [[package]] name = "schemas" -version = "0.0.1.dev358+d03426f" +version = "0.0.1.dev360+ace7a05" description = "Tools for checking if message fits expected format" optional = false python-versions = ">=3.12,<4.0" groups = ["main"] files = [ - {file = "schemas-0.0.1.dev358+d03426f-py3-none-any.whl", hash = "sha256:956cf88edbadf16eea97935370e2efeefd994eef40bf11f7e3025b74e4e2a80d"}, + {file = "schemas-0.0.1.dev360+ace7a05-py3-none-any.whl", hash = "sha256:dc7527bc0ac54f449769fcf4cc269941fb59a36724691b3b53eead2909c841d5"}, ] [package.dependencies] @@ -1115,4 +1115,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "dffb5c3aa00e61354b809bfb9602a1b65d1c4540b786d732cefb3a2e1e755793" +content-hash = "5e75cbdcb1880003667507e762e5cc9b41ea3595cb372f0c375f66759799a7ea" diff --git a/beekeepy/pyproject.toml b/beekeepy/pyproject.toml index 764d8a94..2fc0c963 100644 --- a/beekeepy/pyproject.toml +++ b/beekeepy/pyproject.toml @@ -36,7 +36,7 @@ requests = "2.32.3" setuptools = "77.0.3" types-setuptools = "76.0.0.20250313" -schemas = "0.0.1.dev358+d03426f" +schemas = "0.0.1.dev360+ace7a05" [tool.poetry-dynamic-versioning] enable = true diff --git a/hive b/hive index f3a19664..7b1c4c8b 160000 --- a/hive +++ b/hive @@ -1 +1 @@ -Subproject commit f3a19664e0490647b318c9cc264c75a17c5be9f8 +Subproject commit 7b1c4c8bdc895935de6579dbe65a1241af943c5b diff --git a/tests/local-tools/poetry.lock b/tests/local-tools/poetry.lock index ba87fa4e..e414e13c 100644 --- a/tests/local-tools/poetry.lock +++ b/tests/local-tools/poetry.lock @@ -189,7 +189,7 @@ loguru = "0.7.2" psutil = "7.0.0" python-dateutil = "2.8.2" requests = "2.32.3" -schemas = "0.0.1.dev358+d03426f" +schemas = "0.0.1.dev360+ace7a05" setuptools = "77.0.3" types-setuptools = "76.0.0.20250313" @@ -1366,13 +1366,13 @@ files = [ [[package]] name = "schemas" -version = "0.0.1.dev358+d03426f" +version = "0.0.1.dev360+ace7a05" description = "Tools for checking if message fits expected format" optional = false python-versions = ">=3.12,<4.0" groups = ["main"] files = [ - {file = "schemas-0.0.1.dev358+d03426f-py3-none-any.whl", hash = "sha256:956cf88edbadf16eea97935370e2efeefd994eef40bf11f7e3025b74e4e2a80d"}, + {file = "schemas-0.0.1.dev360+ace7a05-py3-none-any.whl", hash = "sha256:dc7527bc0ac54f449769fcf4cc269941fb59a36724691b3b53eead2909c841d5"}, ] [package.dependencies] -- GitLab