From bf01118357bba59879a84c15954db3593f15d50e Mon Sep 17 00:00:00 2001 From: canonical-data-platform-bot Date: Fri, 6 Feb 2026 08:49:08 +0000 Subject: [PATCH] Bump mongo-charms-single-kernel to version v1.6.24 --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ffb416890..e540a8662 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1542,14 +1542,14 @@ files = [ [[package]] name = "mongo-charms-single-kernel" -version = "1.6.23" +version = "1.6.24" description = "Shared and reusable code for Mongo-related charms" optional = false python-versions = "<4.0,>=3.10" groups = ["main", "integration"] files = [ - {file = "mongo_charms_single_kernel-1.6.23-py3-none-any.whl", hash = "sha256:e1d767244fc0a236a588fe5d00b722c2747f07208b547bf8d67d7f4778424bd3"}, - {file = "mongo_charms_single_kernel-1.6.23.tar.gz", hash = "sha256:f6fb7a683a850089e53751620baf26268840917e59b3c8d5738d1ad41a41a102"}, + {file = "mongo_charms_single_kernel-1.6.24-py3-none-any.whl", hash = "sha256:d753384fd7e39d51724cd587f1316a0b286bd8c8b444a065e6d2e2c34029a6c8"}, + {file = "mongo_charms_single_kernel-1.6.24.tar.gz", hash = "sha256:27c3340c0bdae2c6b18d7f372dd89d3919bf266eff3033a94495e7aac87458d6"}, ] [package.dependencies] @@ -3195,4 +3195,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10.12" -content-hash = "5a88dea32bbb28456214133f2e87f9a4326993069e542ae8a6c72e6e995a6477" +content-hash = "60d4ca1678a036b79232629f0dcbe16167cf21f279fac6ffcdc7d80580f7845b" diff --git a/pyproject.toml b/pyproject.toml index a12f58f87..6afcbc61a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ poetry-core = "^2.0" data-platform-helpers = "^0.1.3" rpds-py = "0.18.0" pyOpenSSL = "^24.2.1" -mongo-charms-single-kernel = "1.6.23" +mongo-charms-single-kernel = "1.6.24" [tool.poetry.group.charm-libs.dependencies] ops = ">=2.21" @@ -61,7 +61,7 @@ pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workf pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/github_secrets"} allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} -mongo-charms-single-kernel = "1.6.23" +mongo-charms-single-kernel = "1.6.24" [build-system] build-backend = "poetry.core.masonry.api"