diff --git a/.changeset/fashionable-sapphire-macaw.md b/.changeset/fashionable-sapphire-macaw.md new file mode 100644 index 00000000..cbcce37a --- /dev/null +++ b/.changeset/fashionable-sapphire-macaw.md @@ -0,0 +1,8 @@ +--- +'cookiecutter-chizovation': patch +--- + + + +chore(deps): bump boto3 from 1.28.10 to 1.28.35 + diff --git a/poetry.lock b/poetry.lock index 4fbfaf2d..daccf78c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "astroid" @@ -102,17 +102,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.28.10" +version = "1.28.35" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.28.10-py3-none-any.whl", hash = "sha256:67001b3f512cbe2e00e352c65fb443b504e5e388fee39d73bcc42da1ae87d9e3"}, - {file = "boto3-1.28.10.tar.gz", hash = "sha256:cb8af03f553f1c7db7137bc897785baeeaa97b8fde483eb1cdb1f1ef3cec9cb7"}, + {file = "boto3-1.28.35-py3-none-any.whl", hash = "sha256:d77415f22bbc14f3d72eaed2fc9f96d161f3ba7686922ad26d6bbc9d4985f3df"}, + {file = "boto3-1.28.35.tar.gz", hash = "sha256:580b584e36967155abed7cc9b088b3bd784e8242ae4d8841f58cb50ab05520dc"}, ] [package.dependencies] -botocore = ">=1.31.10,<1.32.0" +botocore = ">=1.31.35,<1.32.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -121,13 +121,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.31.10" +version = "1.31.35" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.31.10-py3-none-any.whl", hash = "sha256:a3bfd3627a490faedf37d79373d6957936d7720888ca85466e0471cb921e4557"}, - {file = "botocore-1.31.10.tar.gz", hash = "sha256:736a9412f405d6985570c4a87b533c2396dd8d4042d8c7a0ca14e73d4f1bcf9d"}, + {file = "botocore-1.31.35-py3-none-any.whl", hash = "sha256:943e1465aad66db4933b06809134bd08c5b05e8eb18c19742ffec82f54769457"}, + {file = "botocore-1.31.35.tar.gz", hash = "sha256:7e4534325262f43293a9cc9937cb3f1711365244ffde8b925a6ee862bcf30a83"}, ] [package.dependencies] @@ -1474,4 +1474,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f6d88babef6ff3da81c904738993b76a4cc441dc6074b87941a59a9ec023e92b" +content-hash = "119cd2bd278aca035035b3e98698697fe1fff44c7d87ad912530b36b5d3cb20c" diff --git a/pyproject.toml b/pyproject.toml index 2966264b..474f51b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requests = "^2.28.2" pytz = "^2023.3" aws-lambda-powertools = "^2.19.0" jmespath = "^1.0.1" -boto3 = "^1.26.164" +boto3 = "^1.28.35" requests-toolbelt = "^1.0.0" click = "^8.1.3" discord-webhook = "^1.1.0"