Skip to content

Commit

Permalink
Update boto3 requirement from <1.34.114,>=1.34.1 to >=1.34.1,<1.34.118
Browse files Browse the repository at this point in the history
Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.1...1.34.117)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent d16849a commit e29c253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
requires-python = ">= 3.8"
dependencies = [
"app-common-python>=0.2.3",
"boto3>=1.34.1,<1.34.114", # limited due to incompatibility between s3fs and newer versions of boto
"boto3>=1.34.1,<1.34.118", # limited due to incompatibility between s3fs and newer versions of boto
"confluent-kafka>=2.0.0",
"insights-core>=3.1.2",
"insights-core-messaging>=1.2.10",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app-common-python>=0.2.3
boto3>=1.34.1,<1.34.114
boto3>=1.34.1,<1.34.118
confluent-kafka>=2.0.0
insights-core>=3.1.2
insights-core-messaging @ git+https://github.com/RedHatInsights/insights-core-messaging@1.2.10
Expand Down

0 comments on commit e29c253

Please sign in to comment.