diff --git a/poetry.lock b/poetry.lock index fd4d701a7..27c752a5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "arrow" @@ -120,18 +120,18 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.26.100" +version = "1.26.101" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.100-py3-none-any.whl", hash = "sha256:b5be5bcffe17d70a72622f8ecbb428df7b11ef8d1facdfa984e94c6fc9fa301b"}, - {file = "boto3-1.26.100.tar.gz", hash = "sha256:567f03ac638c3a6f4af00d88d081df7d6b8de4d127a26543c4ec1e7509e1a626"}, + {file = "boto3-1.26.101-py3-none-any.whl", hash = "sha256:5f5279a63b359ba8889e9a81b319e745b14216608ffb5a39fcbf269d1af1ea83"}, + {file = "boto3-1.26.101.tar.gz", hash = "sha256:670ae4d1875a2162e11c6e941888817c3e9cf1bb9a3335b3588d805b7d24da31"}, ] [package.dependencies] -botocore = ">=1.29.100,<1.30.0" +botocore = ">=1.29.101,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -140,14 +140,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.29.100" +version = "1.29.101" description = "Low-level, data-driven core of boto 3." category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.29.100-py3-none-any.whl", hash = "sha256:d5c4c5bbbbf0ec62a4235ccac1b9bbb579558f7bb3231d7fb6054e1f64d3a623"}, - {file = "botocore-1.29.100.tar.gz", hash = "sha256:ff6585df3dcef2057be5e54b45d254608d3769d726ea4ccd4e17f77825e5b13d"}, + {file = "botocore-1.29.101-py3-none-any.whl", hash = "sha256:60c7a7bf8e2a288735e507007a6769be03dc24815f7dc5c7b59b12743f4a31cf"}, + {file = "botocore-1.29.101.tar.gz", hash = "sha256:7bb60d9d4c49500df55dfb6005c16002703333ff5f69dada565167c8d493dfd5"}, ] [package.dependencies] @@ -509,7 +509,7 @@ click = [ ] sh = [ {version = ">=1.13.0", markers = "sys_platform != \"win32\""}, - {version = "1.14.3", optional = true, markers = "sys_platform != \"win32\" and extra == \"trusted-deps\""}, + {version = "1.14.3", optional = true, markers = "sys_platform != \"win32\""}, ] [package.extras] @@ -1574,4 +1574,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "1a4a163c470de20275648e250560885bd4127b5bc6734a66ad24e1c98a0fdc49" +content-hash = "8a33e941042cfbec76a48e85398222f8030c50cd1ce57064fda95bf5d9e16bd4" diff --git a/pyproject.toml b/pyproject.toml index 25b73e723..2d573022b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ authors = [ [tool.poetry.dependencies] python = "^3.10.6" -boto3 = "^1.26.100" +boto3 = "^1.26.101" linz-logger = "^0.11.0" py-multihash = "^2.0.1" shapely = "^2.0.1"