diff --git a/poetry.lock b/poetry.lock index c03654afa..3cd8d2c8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1086,14 +1086,14 @@ requests = ["requests (>=2.18.0,<3.0.0)"] [[package]] name = "googleapis-common-protos" -version = "1.72.0" +version = "1.73.0" description = "Common protobufs used in Google APIs" optional = false python-versions = ">=3.7" groups = ["main", "integration"] files = [ - {file = "googleapis_common_protos-1.72.0-py3-none-any.whl", hash = "sha256:4299c5a82d5ae1a9702ada957347726b167f9f8d1fc352477702a1e851ff4038"}, - {file = "googleapis_common_protos-1.72.0.tar.gz", hash = "sha256:e55a601c1b32b52d7a3e65f43563e2aa61bcd737998ee672ac9b951cd49319f5"}, + {file = "googleapis_common_protos-1.73.0-py3-none-any.whl", hash = "sha256:dfdaaa2e860f242046be561e6d6cb5c5f1541ae02cfbcb034371aadb2942b4e8"}, + {file = "googleapis_common_protos-1.73.0.tar.gz", hash = "sha256:778d07cd4fbeff84c6f7c72102f0daf98fa2bfd3fa8bea426edc545588da0b5a"}, ] [package.dependencies] @@ -1683,14 +1683,14 @@ files = [ [[package]] name = "mongo-charms-single-kernel" -version = "1.8.32" +version = "1.8.33" 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.8.32-py3-none-any.whl", hash = "sha256:c4d8eb5cfbe7c6f254c6870fb91a2c9a5e814952d8dbd8f88abc9369758f9b87"}, - {file = "mongo_charms_single_kernel-1.8.32.tar.gz", hash = "sha256:b3dd945ba524a668305917f3c94df75ace0f13b306cc8a175e88b76f82c8d607"}, + {file = "mongo_charms_single_kernel-1.8.33-py3-none-any.whl", hash = "sha256:5d11455fb323ba09285013568882a2a676cd5a75dc1a98c2a8179f51f7ab389b"}, + {file = "mongo_charms_single_kernel-1.8.33.tar.gz", hash = "sha256:a8b865b25225c90f77ad65be3f7e8067d1c4f535bc2151a68a4b65e1cf2d9338"}, ] [package.dependencies] @@ -2219,14 +2219,14 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pydantic-settings" -version = "2.12.0" +version = "2.13.1" description = "Settings management using Pydantic" optional = false python-versions = ">=3.10" groups = ["main", "integration"] files = [ - {file = "pydantic_settings-2.12.0-py3-none-any.whl", hash = "sha256:fddb9fd99a5b18da837b29710391e945b1e30c135477f484084ee513adb93809"}, - {file = "pydantic_settings-2.12.0.tar.gz", hash = "sha256:005538ef951e3c2a68e1c08b292b5f2e71490def8589d4221b95dab00dafcfd0"}, + {file = "pydantic_settings-2.13.1-py3-none-any.whl", hash = "sha256:d56fd801823dbeae7f0975e1f8c8e25c258eb75d278ea7abb5d9cebb01b56237"}, + {file = "pydantic_settings-2.13.1.tar.gz", hash = "sha256:b4c11847b15237fb0171e1462bf540e294affb9b86db4d9aa5c01730bdbe4025"}, ] [package.dependencies] @@ -2620,14 +2620,14 @@ six = ">=1.5" [[package]] name = "python-dotenv" -version = "1.2.1" +version = "1.2.2" description = "Read key-value pairs from a .env file and set them as environment variables" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main", "integration"] files = [ - {file = "python_dotenv-1.2.1-py3-none-any.whl", hash = "sha256:b81ee9561e9ca4004139c6cbba3a238c32b03e4894671e181b671e8cb8425d61"}, - {file = "python_dotenv-1.2.1.tar.gz", hash = "sha256:42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6"}, + {file = "python_dotenv-1.2.2-py3-none-any.whl", hash = "sha256:1d8214789a24de455a8b8bd8ae6fe3c6b69a5e3d64aa8a8e5d68e694bbcb285a"}, + {file = "python_dotenv-1.2.2.tar.gz", hash = "sha256:2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3"}, ] [package.extras] @@ -3339,4 +3339,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.12.0" -content-hash = "aa48c7e8f8cc8368c26b8df4faa298f2e2d79d786d43acb00722238e9ce4f875" +content-hash = "a94037f28824a6b0d37543b6427423dfb4c70e1a7d21a4d2e3abbf5b2d9cfe34" diff --git a/pyproject.toml b/pyproject.toml index 765226a84..d3ad49d56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ rpds-py = "0.18.0" pyOpenSSL = "^24.2.1" charm-refresh = "^3.1.0.3" lightkube = "^0.15.3" -mongo-charms-single-kernel = "1.8.32" +mongo-charms-single-kernel = "1.8.33" [tool.poetry.group.charm-libs.dependencies] ops = ">=2.21" @@ -66,7 +66,7 @@ pytest-operator = "^0.36.0" pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v35.0.4", subdirectory = "python/pytest_plugins/pytest_operator_groups"} pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v35.0.4", subdirectory = "python/pytest_plugins/github_secrets"} allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v35.0.4", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} -mongo-charms-single-kernel = "1.8.32" +mongo-charms-single-kernel = "1.8.33" [tool.poetry.group.build-refresh-version] optional = true