From 067589873732e0ed89c4c5da767a6475bb66d270 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Tue, 5 Dec 2023 21:53:49 -0800 Subject: [PATCH 1/2] Remove duplicate `boto3` requirement There is a boto3 requirement in requirements.txt and in tests/requirements.txt. This will eventually lead to some confusion because it's prone to get out of sync. It is a core dependency, so I kept it in requirements.txt. --- tests/requirements.txt | 1 - 1 file changed, 1 deletion(-) 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 From 7b5efaa792673d45b33711964f72c60a600be82f Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Tue, 5 Dec 2023 21:54:20 -0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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