From 6bb4bdc9e7fb57b189c22d845be0e627c74cd7fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:33:31 +0300 Subject: [PATCH] Lock file maintenance Python dependencies (#601) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 22 +++++++++++----------- pyproject.toml | 6 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/poetry.lock b/poetry.lock index b1db097c60..a9306153b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -162,17 +162,17 @@ typecheck = ["mypy"] [[package]] name = "boto3" -version = "1.34.149" +version = "1.34.151" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.149-py3-none-any.whl", hash = "sha256:11edeeacdd517bda3b7615b754d8440820cdc9ddd66794cc995a9693ddeaa3be"}, - {file = "boto3-1.34.149.tar.gz", hash = "sha256:f4e6489ba9dc7fb37d53e0e82dbc97f2cb0a4969ef3970e2c88b8f94023ae81a"}, + {file = "boto3-1.34.151-py3-none-any.whl", hash = "sha256:35bc76faacf1667d3fbb66c1966acf2230ef26206557efc26d9d9d79337bef43"}, + {file = "boto3-1.34.151.tar.gz", hash = "sha256:30498a76b6f651ee2af7ae8edc1704379279ab8b91f1a8dd1f4ddf51259b0bc2"}, ] [package.dependencies] -botocore = ">=1.34.149,<1.35.0" +botocore = ">=1.34.151,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -181,13 +181,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.149" +version = "1.34.151" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.149-py3-none-any.whl", hash = "sha256:ae6c4be52eeee96f68c116b27d252bab069cd046d61a17cfe8e9da411cf22906"}, - {file = "botocore-1.34.149.tar.gz", hash = "sha256:2e1eb5ef40102a3d796bb3dd05f2ac5e8fb43fe1ff114b4f6d33153437f5a372"}, + {file = "botocore-1.34.151-py3-none-any.whl", hash = "sha256:9018680d7d4a8060c26d127ceec5ab5b270879f423ea39b863d8a46f3e34c404"}, + {file = "botocore-1.34.151.tar.gz", hash = "sha256:0d0968e427a94378f295b49d59170dad539938487ec948de3d030f06092ec6dc"}, ] [package.dependencies] @@ -413,13 +413,13 @@ files = [ [[package]] name = "cosl" -version = "0.0.15" +version = "0.0.19" description = "Utils for COS Lite charms" optional = false python-versions = ">=3.8" files = [ - {file = "cosl-0.0.15-py3-none-any.whl", hash = "sha256:214d8c8e823e1d6242d28f9b2ff4b7c0d98863ea41c182b396334e9da103a493"}, - {file = "cosl-0.0.15.tar.gz", hash = "sha256:6a664dba2a4707dbe4186775e2586d63523609b5873c6bbcc1b84b2908b4bbd3"}, + {file = "cosl-0.0.19-py3-none-any.whl", hash = "sha256:60e2ddfa732a8e0a5243811e6479957fd1f551ed8eda6d76fea2d8084f72c386"}, + {file = "cosl-0.0.19.tar.gz", hash = "sha256:686ae4daab0215c2ed81013527a2d4b17b3ea3278f2cf07ca2396145f06aa737"}, ] [package.dependencies] @@ -2426,4 +2426,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "47ef61e12f2b5adfb6b49d1e4bbd49f0292aad30ad64dd20128d441b5a0fb9bd" +content-hash = "ae2893f28a1c706a4e0cb481f642a8c07771466335ab88871ce8e2f02aecea1b" diff --git a/pyproject.toml b/pyproject.toml index 86acb7b713..db08ac75eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,11 +8,11 @@ package-mode = false python = "^3.10" ops = "^2.15.0" cryptography = "^43.0.0" -boto3 = "^1.34.149" +boto3 = "^1.34.151" pgconnstr = "^1.0.1" requests = "^2.32.3" tenacity = "^8.5.0" -cosl = "^0.0.15" +cosl = "^0.0.19" pydantic = "^1.10.17" poetry-core = "^1.9.0" jsonschema = "^4.23.0" @@ -72,7 +72,7 @@ allure-pytest-collection-report = {git = "https://github.com/canonical/data-plat # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.5.2.0" psycopg2-binary = "^2.9.9" -boto3 = "^1.34.149" +boto3 = "^1.34.151" tenacity = "^8.5.0" allure-pytest = "^2.13.5"