From a3ec5c13f0fd963637540d8cc31bb274e64821cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Sep 2021 08:35:05 +0200 Subject: [PATCH] build(deps): bump boto3 from 1.18.40 to 1.18.41 (#1393) --- Pipfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index fda03c589..422244838 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -122,19 +122,19 @@ }, "boto3": { "hashes": [ - "sha256:5c4ba83223465e25b4e0262b286c306920dde8fe0634566f8251b609125ab837", - "sha256:f04a2d07b2c25135f302a40819be02ef74599829fab0f16126da4f2ff7df91f9" + "sha256:44f73009506dba227e0d421e4fc44a863d8ff315aaa47d9a7be6c549a6a88a12", + "sha256:aaa6ba286d92fb03f27dd619220c6c1de2c010f39cac7afa72f505f073a31db1" ], "index": "pypi", - "version": "==1.18.40" + "version": "==1.18.41" }, "botocore": { "hashes": [ - "sha256:95efb127e9149f7a6b12b116cb1e65c11e36bf6d588ac877b2b51a3c9bbcf22a", - "sha256:b31aa5060d54097b519a62ced4b8a69439ceecccc65cac089130cb5bae810b83" + "sha256:b877f9175843939db6fde3864ffc47611863710b85dc0336bb2433e921dc8790", + "sha256:efad68a52ee2d939618e0fcb3da0a46dff10cb2e0e128c1e2749bbfc58953a12" ], "markers": "python_version >= '3.6'", - "version": "==1.21.40" + "version": "==1.21.41" }, "cachetools": { "hashes": [ @@ -1574,7 +1574,7 @@ "sha256:9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899", "sha256:e17d6e2b81095c9db0a03a8025a957f334d6ea30b26f9ec70805411e5c7c81f2" ], - "markers": "python_version < '4.0' and python_full_version >= '3.6.1'", + "markers": "python_version < '4' and python_full_version >= '3.6.1'", "version": "==5.9.3" }, "lazy-object-proxy": {