From a3a909ae5a81c434477a5ea4a6eb5f95f5e81ff5 Mon Sep 17 00:00:00 2001 From: canonical-data-platform-bot Date: Wed, 14 Jan 2026 17:12:05 +0000 Subject: [PATCH] Bump mongo-charms-single-kernel to version v1.6.17 --- poetry.lock | 14 +++++++------- pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index e137f81fd..7fe7c953e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1338,14 +1338,14 @@ pyasn1 = ">=0.4.6" [[package]] name = "lightkube" -version = "0.19.0" +version = "0.19.1" description = "Lightweight kubernetes client library" optional = false python-versions = ">=3.8" groups = ["main", "integration"] files = [ - {file = "lightkube-0.19.0-py3-none-any.whl", hash = "sha256:f0ec92ce11ec07e98619e65de3381180a676fe7a62342e0996e19d3928d21650"}, - {file = "lightkube-0.19.0.tar.gz", hash = "sha256:0d1e6c004b4a0ebc6a15d9c4db9663261fb84f3ad2ee00aa8cb520af11639069"}, + {file = "lightkube-0.19.1-py3-none-any.whl", hash = "sha256:49fef08a1c7aa42082820111ffd5dbbaf78f54c99385810690fc9d94eef5c80d"}, + {file = "lightkube-0.19.1.tar.gz", hash = "sha256:4c8526068024c194c02fbc0ca6021922feb4b1b9d741d330129f873b27e0fe97"}, ] [package.dependencies] @@ -1555,14 +1555,14 @@ files = [ [[package]] name = "mongo-charms-single-kernel" -version = "1.6.16" +version = "1.6.17" 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.16-py3-none-any.whl", hash = "sha256:31f24f7df3b57b0a6cc68c75412a8358a31ed41a8b5208cfab324906cadc16e1"}, - {file = "mongo_charms_single_kernel-1.6.16.tar.gz", hash = "sha256:3a7262aabc973504c3a1f849c8bf1a674681435def3e2c5495fc50dfa80b842f"}, + {file = "mongo_charms_single_kernel-1.6.17-py3-none-any.whl", hash = "sha256:44713077f766093f52bced4a28d7b3cf3f835a06cb9f45f6192359f31a063e1c"}, + {file = "mongo_charms_single_kernel-1.6.17.tar.gz", hash = "sha256:e9df5e4f9d4b70d2901d8a617d5f4bb8f5ac6dc0648fea59aad3ea6c510c908d"}, ] [package.dependencies] @@ -3211,4 +3211,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10.12" -content-hash = "64584a523fcfc9542624dba87acbd915da001935c3a11a79284bedc1ab4e606e" +content-hash = "323c9d8dc09e5e1409961c87369489bf53096b153b095feb330758e2a4393309" diff --git a/pyproject.toml b/pyproject.toml index eaae9e6e1..9b22d8341 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,6 @@ requires-poetry = ">=2.0.0" [tool.poetry.dependencies] python = "^3.10.12" -mongo-charms-single-kernel = "1.6.16" ops = ">=2.21.0" overrides = "^7.7.0" pymongo = "^4.7.3" @@ -14,6 +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.17" [tool.poetry.group.charm-libs.dependencies] ops = ">=2.21" @@ -48,7 +48,6 @@ black = "^24.4.2" isort = "^5.13.2" [tool.poetry.group.integration.dependencies] -mongo-charms-single-kernel = "1.6.16" allure-pytest = "^2.13.5" ops = ">=2.21" pymongo = "^4.7.3" @@ -62,6 +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.17" [build-system] build-backend = "poetry.core.masonry.api"