diff --git a/CHANGELOG.md b/CHANGELOG.md index a7347af08..afd38c20f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Operations -- Allow for `cloudpickle` >= 3.0.0 +- Allow `cloudpickle` >= 3.0.0 +- Remove `boto3` dependency from `tests/requirements.txt` ## [0.232.0-rc.0] - 2023-12-01 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