From 25c4ad0e576a6b6da3a2e3d6d7c66d94270715e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 08:49:14 -0300 Subject: [PATCH] Lock file maintenance Python dependencies (#565) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e20feac415..1013ea8af9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -413,17 +413,18 @@ files = [ [[package]] name = "cosl" -version = "0.0.12" +version = "0.0.13" description = "Utils for COS Lite charms" optional = false python-versions = ">=3.8" files = [ - {file = "cosl-0.0.12-py3-none-any.whl", hash = "sha256:4efa647c251c0a5e53016833ccffbba3899c0a64f0a81ba0e8e8a5f8e080032a"}, - {file = "cosl-0.0.12.tar.gz", hash = "sha256:6c6eefb3025dd49e526e99d09cde574a235ac6d0563e80c271d21cf50dd510bf"}, + {file = "cosl-0.0.13-py3-none-any.whl", hash = "sha256:f5c09833f288d0cee70973bdf926a0ce8c40e724e3ad2a9e2fd0864b79a7aeb5"}, + {file = "cosl-0.0.13.tar.gz", hash = "sha256:88cdf122e66a493bfc03fdaa21d78e4f2c5691b91d526e160f87bda882b5a369"}, ] [package.dependencies] ops = "*" +pydantic = "*" pyyaml = "*" typing-extensions = "*" @@ -2426,4 +2427,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6690ad0c2b8f9f12e81201dbf64d998cac7a6f3b6087fd370d9f12f2c0523672" +content-hash = "b4d202141a5bdce0ad9bd0e2de7b5b8b5a1c0930005fddd677551d0548f2cda9" diff --git a/pyproject.toml b/pyproject.toml index e55b367e4d..1a6efa778c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ boto3 = "^1.34.144" pgconnstr = "^1.0.1" requests = "^2.32.3" tenacity = "^8.5.0" -cosl = "^0.0.12" +cosl = "^0.0.13" pydantic = "^1.10.17" poetry-core = "^1.9.0" jsonschema = "^4.23.0"