From 04efb9d52ef5ad5c09c8b654d3edf72af5d2923b Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Wed, 6 Dec 2023 06:05:30 -0800 Subject: [PATCH] Remove duplicate `boto3` requirement (#1875) * 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. * Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ tests/requirements.txt | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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