From 772c4a7553f1b9080e8cee07fe6698f2ef6ce8dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 01:06:41 +0000 Subject: [PATCH] Lock file maintenance Python dependencies --- poetry.lock | 22 +++++++++++----------- pyproject.toml | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index be1a732315..bde479d984 100644 --- a/poetry.lock +++ b/poetry.lock @@ -168,17 +168,17 @@ typecheck = ["mypy"] [[package]] name = "boto3" -version = "1.35.76" +version = "1.35.78" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.35.76-py3-none-any.whl", hash = "sha256:69458399f41f57a50770c8974796d96978bcca44915c260319696bb43e47dffd"}, - {file = "boto3-1.35.76.tar.gz", hash = "sha256:31ddcdb6f15dace2b68f6a0f11bdb58dd3ae79b8a3ccb174ff811ef0bbf938e0"}, + {file = "boto3-1.35.78-py3-none-any.whl", hash = "sha256:5ef7166fe5060637b92af8dc152cd7acecf96b3fc9c5456706a886cadb534391"}, + {file = "boto3-1.35.78.tar.gz", hash = "sha256:fc8001519c8842e766ad3793bde3fbd0bb39e821a582fc12cf67876b8f3cf7f1"}, ] [package.dependencies] -botocore = ">=1.35.76,<1.36.0" +botocore = ">=1.35.78,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -187,13 +187,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.76" +version = "1.35.78" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.76-py3-none-any.whl", hash = "sha256:b4729d12d00267b3185628f83543917b6caae292385230ab464067621aa086af"}, - {file = "botocore-1.35.76.tar.gz", hash = "sha256:a75a42ae53395796b8300c5fefb2d65a8696dc40dc85e49cf3a769e0c0202b13"}, + {file = "botocore-1.35.78-py3-none-any.whl", hash = "sha256:41c37bd7c0326f25122f33ec84fb80fc0a14d7fcc9961431b0e57568e88c9cb5"}, + {file = "botocore-1.35.78.tar.gz", hash = "sha256:6905036c25449ae8dba5e950e4b908e4b8a6fe6b516bf61e007ecb62fa21f323"}, ] [package.dependencies] @@ -449,13 +449,13 @@ files = [ [[package]] name = "cosl" -version = "0.0.45" +version = "0.0.47" description = "Utils for COS Lite charms" optional = false python-versions = ">=3.8" files = [ - {file = "cosl-0.0.45-py3-none-any.whl", hash = "sha256:aede0ff7238f6e84f8ff69e32b0f0fd69dd049a1d1b922b9e9166c8ce9a443ea"}, - {file = "cosl-0.0.45.tar.gz", hash = "sha256:0e7db33091f9694666a485bba8e21ddf79ff69f2f86002c855aa58b08a561a95"}, + {file = "cosl-0.0.47-py3-none-any.whl", hash = "sha256:469e0760773322ffe45554bb5545e9f673fcef501345c8d0b15c9456af6712eb"}, + {file = "cosl-0.0.47.tar.gz", hash = "sha256:42aaa2fcda3c73b5f52076e6790356642f9acaefdc1a49b1379395e8978f0c98"}, ] [package.dependencies] @@ -2583,4 +2583,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4ce9e2e9d459baf9de8a132496a0ba6088db99b4388fd8852986adb84a271ea7" +content-hash = "8cca6574957b58daf51793633a46065548055547f8ceb952e636fc34a4035542" diff --git a/pyproject.toml b/pyproject.toml index 48435fb3ae..ce0f332bd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,12 +8,12 @@ package-mode = false python = "^3.10" ops = "^2.17.1" cryptography = "^44.0.0" -boto3 = "^1.35.76" +boto3 = "^1.35.78" pgconnstr = "^1.0.1" requests = "^2.32.3" tenacity = "^9.0.0" psycopg2 = "^2.9.10" -cosl = "^0.0.45" +cosl = "^0.0.47" pydantic = "^1.10.19" poetry-core = "^1.9.1" pyOpenSSL = "^24.3.0"