diff --git a/poetry.lock b/poetry.lock index 46f906a..bf32b70 100644 --- a/poetry.lock +++ b/poetry.lock @@ -74,14 +74,14 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.21.41" +version = "1.21.42" description = "The AWS SDK for Python" -category = "dev" +category = "main" optional = false python-versions = ">= 3.6" [package.dependencies] -botocore = ">=1.24.41,<1.25.0" +botocore = ">=1.24.42,<1.25.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.5.0,<0.6.0" @@ -90,9 +90,9 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.24.41" +version = "1.24.42" description = "Low-level, data-driven core of boto 3." -category = "dev" +category = "main" optional = false python-versions = ">= 3.6" @@ -361,7 +361,7 @@ i18n = ["Babel (>=2.7)"] name = "jmespath" version = "1.0.0" description = "JSON Matching Expressions" -category = "dev" +category = "main" optional = false python-versions = ">=3.7" @@ -790,7 +790,7 @@ jupyter = ["ipywidgets (>=7.5.1,<8.0.0)"] name = "s3transfer" version = "0.5.2" description = "An Amazon S3 Transfer Manager" -category = "dev" +category = "main" optional = false python-versions = ">= 3.6" @@ -899,7 +899,7 @@ python-versions = ">=3.6" name = "urllib3" version = "1.26.9" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "dev" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" @@ -956,7 +956,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "21544a9f783124b03882e739a0d12c7195fa1c3bf7f87ae4fc0e4d4f4c68e901" +content-hash = "d6f5c066dbad01f3a8662cf8f254ad293dd74d2850698d63faf2b9fc7c0dc5f2" [metadata.files] appnope = [ @@ -1005,12 +1005,12 @@ black = [ {file = "black-22.3.0.tar.gz", hash = "sha256:35020b8886c022ced9282b51b5a875b6d1ab0c387b31a065b84db7c33085ca79"}, ] boto3 = [ - {file = "boto3-1.21.41-py3-none-any.whl", hash = "sha256:3b5a3c701bb9b48e145723c1a72d2752fa3613f6e5aaf0660ef605bf13f82bb4"}, - {file = "boto3-1.21.41.tar.gz", hash = "sha256:986aa67e577b44b65a6cc42bfd74593e6d95e2dbc0b0c37e358f2253b00542db"}, + {file = "boto3-1.21.42-py3-none-any.whl", hash = "sha256:895fb88c69be78f82cfee58a79c97a3ad8d4a2a1209041a411d7d6b9fc5393e4"}, + {file = "boto3-1.21.42.tar.gz", hash = "sha256:bcb541175a7d190dd919a0af0e807ee6e9d26f135551e741b10d94343f2d7588"}, ] botocore = [ - {file = "botocore-1.24.41-py3-none-any.whl", hash = "sha256:65be3e46bb10056c7e6407303928c649e7ea8a01e0e3f449d5cbb6b73f8146e0"}, - {file = "botocore-1.24.41.tar.gz", hash = "sha256:57ed9843e5b6a74f82530b31dc622c8042b1c62a5ca9d46e92d2b4366450039b"}, + {file = "botocore-1.24.42-py3-none-any.whl", hash = "sha256:14aee41c8bf59d2dd2d89e8751fa37d3c95dcb92707d1966aa02697e914c1417"}, + {file = "botocore-1.24.42.tar.gz", hash = "sha256:a2baa9484bbaee96ef312c049b8e360badcab58329e487b57567644a571b5f4a"}, ] certifi = [ {file = "certifi-2021.10.8-py2.py3-none-any.whl", hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"}, diff --git a/pyproject.toml b/pyproject.toml index 9ab7e2a..9f29773 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,10 +9,9 @@ license = "GNU GPLv3" python = "^3.9" rich = "^12.0.1" textual = "^0.1.17" -#dacite = "^1.6.0" -#pydantic = "^1.9.0" typer = "^0.4.1" pendulum = "^2.1.2" +boto3 = "^1.21.42" [tool.poetry.dev-dependencies] moto = "^3.1.3"