Skip to content

Commit af6602f

Browse files
author
Renovate Bot
committed
chore(deps): Update hiveio-ecosystem
1 parent b5215f0 commit af6602f

6 files changed

Lines changed: 23 additions & 23 deletions

File tree

libraries/plugins/apis/api_generation/api_generation/poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/plugins/apis/api_generation/api_generation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ source = [
1919
[tool.poetry.dependencies]
2020
python = ">=3.14,<4"
2121
jinja2 = "^3.1.6"
22-
hiveio-beekeepy = "^1.28.6.post20260317125034" # NOTE: Also update hiveio_api/pyproject.toml when changing this version
22+
hiveio-beekeepy = "^1.28.6-post.0" # NOTE: Also update hiveio_api/pyproject.toml when changing this version
2323
hiveio-api-client-generator = {version = "^1.7.1-post.0", source = "gitlab-hive"}

libraries/plugins/apis/api_generation/python_api_package/poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/plugins/apis/api_generation/python_api_package/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ poetry-dynamic-versioning = { version = "1.9.1", extras = ["plugin"] }
3232

3333
[tool.poetry.dependencies]
3434
python = ">=3.12,<4"
35-
hiveio-beekeepy = "^1.28.6.post20260317125034" # NOTE: Also update api_generation/pyproject.toml when changing this version
35+
hiveio-beekeepy = "^1.28.6-post.0" # NOTE: Also update api_generation/pyproject.toml when changing this version
3636

3737
[tool.poetry-dynamic-versioning]
3838
enable = true

tests/python/hive-local-tools/poetry.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/python/hive-local-tools/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ pytest-repeat = "^0.9.3"
3131
pytest-xdist = "^3.6.1"
3232
tavern = "^3.0.2"
3333
types-PyYAML = "^6.0.12"
34-
hiveio-test-tools = {version = "2.0.2.dev20260512132042", source = "gitlab-hive"}
35-
hiveio-wax = {version = "2.0.2.dev20260512132042", source = "gitlab-hive"}
36-
hiveio-beekeepy = "^1.28.6.post20260317125034"
34+
hiveio-test-tools = {version = "2.0.2.post20260512132042", source = "gitlab-hive"}
35+
hiveio-wax = {version = "2.0.2.post20260512132042", source = "gitlab-hive"}
36+
hiveio-beekeepy = "^1.28.6-post.0"
3737
tests_api = { path = "tests_api", develop = true }
3838

3939
[tool.poetry.group.static-analysis.dependencies]

0 commit comments

Comments
 (0)