From b012ae600d1dcee3122a4cc5052cad065b141911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 08:28:33 +0200 Subject: [PATCH] build(deps): bump boto3 from 1.18.54 to 1.18.55 (#1548) --- Pipfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index cceebe447..69519c37a 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -120,11 +120,11 @@ }, "boto3": { "hashes": [ - "sha256:2d81dc484020059fc738165984304107d4db1c6774b6310d08c892a1751f6980", - "sha256:f22a77098cd70ddf848df6981ec57b92178e9d8eb74637edbdf4173bfa9279fa" + "sha256:93a2b4b7bb5fd6e11b95ffe136040e9bd70e849482d7ba910fd196e8b33ebe2d", + "sha256:cfaf69059c2e8a4f111c8e33a1d773b05a7bfe15005b1fa74ce53d3db46b55d6" ], "index": "pypi", - "version": "==1.18.54" + "version": "==1.18.55" }, "botocore": { "hashes": [ @@ -1607,7 +1607,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": {