diff --git a/CHANGELOG.md b/CHANGELOG.md index 09ae036ba5..2913297c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +### Changed +- Update versions for `boto` and `click` and set minimum versions. + +### Fixed + ## [2.4.3] - 2023-10-16 ### Added diff --git a/requirements/web.txt b/requirements/web.txt index f0a0e3e9ca..39128a5746 100644 --- a/requirements/web.txt +++ b/requirements/web.txt @@ -1,7 +1,7 @@ # to use the web interface (needed to run tasks) -boto3==1.23.1 +boto3>=1.23.1 requests pyjwt -click==8.0.3 +click>=8.0.3 responses