From 8e71f120feac6f187aee71f6c50abe5bb236f515 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 00:10:11 +0300 Subject: [PATCH] Update Python dependencies (#249) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- requirements.txt | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index d74ea72b39..25011ed01e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -139,17 +139,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.28.62" +version = "1.28.63" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.28.62-py3-none-any.whl", hash = "sha256:0dfa2fc96ccafce4feb23044d6cba8b25075ad428a0c450d369d099c6a1059d2"}, - {file = "boto3-1.28.62.tar.gz", hash = "sha256:148eeba0f1867b3db5b3e5ae2997d75a94d03fad46171374a0819168c36f7ed0"}, + {file = "boto3-1.28.63-py3-none-any.whl", hash = "sha256:65d052ec13197460586ee385aa2d6bba0e7378d2d2c7f3e93c044c43ae1ca782"}, + {file = "boto3-1.28.63.tar.gz", hash = "sha256:94218aba2feb5b404b665b8d76c172dc654f79b4c5fa0e9e92459c098da87bf4"}, ] [package.dependencies] -botocore = ">=1.31.62,<1.32.0" +botocore = ">=1.31.63,<1.32.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.7.0,<0.8.0" @@ -158,13 +158,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.31.62" +version = "1.31.63" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.31.62-py3-none-any.whl", hash = "sha256:be792d806afc064694a2d0b9b25779f3ca0c1584b29a35ac32e67f0064ddb8b7"}, - {file = "botocore-1.31.62.tar.gz", hash = "sha256:272b78ac65256b6294cb9cdb0ac484d447ad3a85642e33cb6a3b1b8afee15a4c"}, + {file = "botocore-1.31.63-py3-none-any.whl", hash = "sha256:cb9db5db5af865b1fc2e1405b967db5d78dd0f4d84e5dc1974e082733c1034b7"}, + {file = "botocore-1.31.63.tar.gz", hash = "sha256:6e582c811ea74f25bdb490ac372b2645de4a60286b42ddd8c69f3b6df82b6b12"}, ] [package.dependencies] @@ -1999,4 +1999,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "540c044689a6cd02364f0c6f332dd17ff99953234ff71067acbed1e0665370b8" +content-hash = "596499a54618cf9d260d45eed58b166833d6749a18819eb73449927b7b45914d" diff --git a/pyproject.toml b/pyproject.toml index 32bf93bdb9..f31cdc6d10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ repository = "https://github.com/canonical/postgresql-operator" python = "^3.10.6" ops = "2.7.0" cryptography = "41.0.4" -boto3 = "1.28.62" +boto3 = "1.28.63" pgconnstr = "1.0.1" requests = "2.31.0" tenacity = "8.2.3" diff --git a/requirements.txt b/requirements.txt index e6b8921c87..987533cb70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -boto3==1.28.62 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0" -botocore==1.31.62 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0" +boto3==1.28.63 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0" +botocore==1.31.63 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0" certifi==2023.7.22 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0" cffi==1.16.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0" charset-normalizer==3.3.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"