From 56576a7f4495a59e39477952cb18e61ebe9cd805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 08:43:22 +0100 Subject: [PATCH] build(deps): bump boto3 from 1.20.2 to 1.20.3 (#1769) --- Pipfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index d2608a30b..48e11e9aa 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -170,11 +170,11 @@ }, "boto3": { "hashes": [ - "sha256:3735a29512db2a64e4cf2087f55f9a8f96472ec97a2aa2801be0b90db8de1af2", - "sha256:905a213c8ca1f148c872b79849e04741ba9e648348bbe23726e98dd3fdacc574" + "sha256:21853231cc8545eb996a31c73d23a52e967888a70e4a949769a05f8f5cfb461f", + "sha256:67059fd703a74c7c68ccb2afdc8de741b7635f2949a03b19df521c50adc5581d" ], "index": "pypi", - "version": "==1.20.2" + "version": "==1.20.3" }, "botocore": { "hashes": [ @@ -1912,7 +1912,7 @@ "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7", "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951" ], - "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.10.1" }, "lazy-object-proxy": {