From 034fef6cc23a5f5483c81402b1c1a7bc217c3b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 19:54:23 +0000 Subject: [PATCH] Bump awscli from 1.19.57 to 1.19.61 Bumps [awscli](https://github.com/aws/aws-cli) from 1.19.57 to 1.19.61. - [Release notes](https://github.com/aws/aws-cli/releases) - [Changelog](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/aws/aws-cli/compare/1.19.57...1.19.61) Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index e984878..41abce0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -42,14 +42,14 @@ tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (> [[package]] name = "awscli" -version = "1.19.57" +version = "1.19.61" description = "Universal Command Line Environment for AWS." category = "dev" optional = false python-versions = ">= 2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" [package.dependencies] -botocore = "1.20.57" +botocore = "1.20.61" colorama = ">=0.2.5,<0.4.4" docutils = ">=0.10,<0.16" PyYAML = ">=3.10,<5.5" @@ -81,7 +81,7 @@ python2 = ["typed-ast (>=1.4.2)"] [[package]] name = "botocore" -version = "1.20.57" +version = "1.20.61" description = "Low-level, data-driven core of boto 3." category = "dev" optional = false @@ -1031,7 +1031,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "81404c6e9f0473310550ce993358fc7489fa69b6c497344b65e52e5f816fde26" +content-hash = "631bd86c8f9c4f2d0a2eee76aeb1b662f0f2943e5ecf96688c9c5e4ceb2eb88a" [metadata.files] appdirs = [ @@ -1051,16 +1051,16 @@ attrs = [ {file = "attrs-20.3.0.tar.gz", hash = "sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700"}, ] awscli = [ - {file = "awscli-1.19.57-py2.py3-none-any.whl", hash = "sha256:8717eb909b9064a74ed01bab1e481b068271982c8f9ef3084c356f8d0b8d8221"}, - {file = "awscli-1.19.57.tar.gz", hash = "sha256:2ec15d18a7e8846680ad13a2c9713ba997188ab207d8417e4c6eae6c8199b876"}, + {file = "awscli-1.19.61-py2.py3-none-any.whl", hash = "sha256:3490615071acc1f347977cf78ef9b1a6543fdb92fa9516f1715a415cb081148a"}, + {file = "awscli-1.19.61.tar.gz", hash = "sha256:32a73cb293d3b7ff9f67f3a082bb5d0715ef0f8b0f75a1f3f0026f132708dd8a"}, ] black = [ {file = "black-21.4b2-py3-none-any.whl", hash = "sha256:bff7067d8bc25eb21dcfdbc8c72f2baafd9ec6de4663241a52fb904b304d391f"}, {file = "black-21.4b2.tar.gz", hash = "sha256:fc9bcf3b482b05c1f35f6a882c079dc01b9c7795827532f4cc43c0ec88067bbc"}, ] botocore = [ - {file = "botocore-1.20.57-py2.py3-none-any.whl", hash = "sha256:fa430bc773363a3d332c11c55bd8c0c0a5819d576121eb6990528a1bdaa89bcd"}, - {file = "botocore-1.20.57.tar.gz", hash = "sha256:ae4ac72921f23d35ad54a5fb0989fc00c6fff8a39e24f26128b9315cc6209fec"}, + {file = "botocore-1.20.61-py2.py3-none-any.whl", hash = "sha256:d48f94573c75a6c1d6d0152b9e21432083a1b0a0fc39b41f57128464982cb0a0"}, + {file = "botocore-1.20.61.tar.gz", hash = "sha256:c765ddd0648e32b375ced8b82bfcc3f8437107278b2d2c73b7da7f41297b5388"}, ] certifi = [ {file = "certifi-2020.12.5-py2.py3-none-any.whl", hash = "sha256:719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830"}, diff --git a/pyproject.toml b/pyproject.toml index f3dec02..56b6d59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pydantic = "^1.8" [tool.poetry.dev-dependencies] pytest = "^6.2" pytest-cov = "^2.11.1" -awscli = "^1.19.57" +awscli = "^1.19.61" mkdocs = "^1.1.2" mkdocs-material = "^7.1.2" markdown-include = "^0.6.0"