From 821a4df192eb62dc44ecff3d75b7b17f88bd66b8 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 17 Aug 2022 20:14:24 +0530 Subject: [PATCH] chore(deps): bump boto dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c47edc440..99e3205412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dependencies = [ "markdownify~=0.11.2", # integration dependencies - "boto3~=1.17.53", + "boto3~=1.18.49", "dropbox~=11.7.0", "google-api-python-client~=2.2.0", "google-auth-httplib2~=0.1.0",