diff --git a/poetry.lock b/poetry.lock index b611d61b05..7f3b21d8aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -475,17 +475,17 @@ files = [ [[package]] name = "boto3" -version = "1.26.149" +version = "1.26.150" description = "The AWS SDK for Python" optional = true python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.149-py3-none-any.whl", hash = "sha256:8763b3abd3abe35be8e948de05f71fad1517ac018908c207babb624d728b684c"}, - {file = "boto3-1.26.149.tar.gz", hash = "sha256:9dde9b81a04bf3ec346fbf9a2d005fd22604adf039f1a4d91494e1787a2484e2"}, + {file = "boto3-1.26.150-py3-none-any.whl", hash = "sha256:0ab83f1b8f997527a513152bc64fd1873536b1d92bdc98cb40f927aca6af6325"}, + {file = "boto3-1.26.150.tar.gz", hash = "sha256:be4e27d48744651fbd0898a6b51faaddd71936651167ba3c2e19855083ce137e"}, ] [package.dependencies] -botocore = ">=1.29.149,<1.30.0" +botocore = ">=1.29.150,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -494,13 +494,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.29.149" +version = "1.29.150" description = "Low-level, data-driven core of boto 3." optional = true python-versions = ">= 3.7" files = [ - {file = "botocore-1.29.149-py3-none-any.whl", hash = "sha256:b8ffb9ae92d2232dbf0c5e661328f3c174fd55dfd9505626a3606ffdc89268b2"}, - {file = "botocore-1.29.149.tar.gz", hash = "sha256:2996117aac40e8c30a41e01b16f75f14f1a51fc2fa27ce9090eeece045f0ac35"}, + {file = "botocore-1.29.150-py3-none-any.whl", hash = "sha256:9af58faa67c99d860eabba4cd030b5ee5f4e7e1c301edd6a9174419f75b39334"}, + {file = "botocore-1.29.150.tar.gz", hash = "sha256:0e8c8f0dab008418e4e136ecf2a450fa01bae5b725b7b43ff7cc13beebbf33aa"}, ] [package.dependencies] @@ -3900,4 +3900,4 @@ s3 = ["boto3"] [metadata] lock-version = "2.0" python-versions = ">=3.7,<3.12" -content-hash = "9eba94ed328ba8edd86ce0c40463b4834a720f4284f31c6448a4dc103c3db277" +content-hash = "4e3efdd16975016279775900e9da5c92d9c0faaa2c5176baf4a1e769117f2d96" diff --git a/pyproject.toml b/pyproject.toml index ceb58210ec..1cebb05523 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ azure-core = {version = "^1.27.0", optional = true} azure-storage-blob = {version = "^12.14.1", optional = true} backoff = "^2.1.2" bcrypt = "^3.2.0" # Needs to be installed explicitly so it can be used as a backend for passlib -boto3 = {version = "^1.26.149", optional = true} +boto3 = {version = "^1.26.150", optional = true} cached-property = "^1" # Remove after Python 3.7 support is dropped check-jsonschema = "^0.22.0" click = "^8.1"