diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cfd81885c208bf8955a489d483187c21531fd3e..408d4c9db747485901d5b41b7a32ebe1a7392594 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 90215add44633d204047674259276f85ec454c64..07d5c1c3c4cfe7e550f16585dfc47426bcca5f51 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 764d8a946f0a89527c85fdac295ec6ea1b33d72c..2fc0c963b5229e4637c6b06e259925fa0041a8f9 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 f3a19664e0490647b318c9cc264c75a17c5be9f8..7b1c4c8bdc895935de6579dbe65a1241af943c5b 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 ba87fa4e3074867f3c7d92aafab64b85656f1694..e414e13ccef772ede77502ac460f42669d5a8586 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]