diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b07900e..053795f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +### Operations + +- Remove `boto3` dependency from `tests/requirements.txt` + ## [0.232.0-rc.0] - 2023-12-01 ### Authors diff --git a/tests/requirements.txt b/tests/requirements.txt index 4db410654..99f936c73 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,3 @@ -boto3>=1.26.110 detect-secrets>=1.3.0 flake8>=5.0.4 httpx>=0.24.1