Skip to content

Commit

Permalink
Remove duplicate boto3 requirement (#1875)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Andrew-S-Rosen authored Dec 6, 2023
1 parent e45bd30 commit 04efb9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
boto3>=1.26.110
detect-secrets>=1.3.0
flake8>=5.0.4
httpx>=0.24.1
Expand Down

0 comments on commit 04efb9d

Please sign in to comment.