From 353e0fcf093773128261b4ab68c24b4dbbe5b365 Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov Date: Wed, 7 Dec 2022 16:11:03 +0400 Subject: [PATCH] boto3: bump version from 1.4.1 to 1.17.5 --- CHANGELOG.md | 4 ++++ requirements.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 139ebaf..7e49342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## Changed + +- Bump `boto3` version from 1.4.1 to 1.17.5. + ## [1.0.1] - 2022-12-07 ### Fixed diff --git a/requirements.txt b/requirements.txt index c483418..dbb6a25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -boto3==1.4.1 +boto3==1.17.5 univers==30.9.0 \ No newline at end of file