Skip to content

Commit

Permalink
Update boto3 requirement from <=1.34.2 to <=1.34.7
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@0.0.1...1.34.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 3f3c991 commit ddc5257
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.2",
"boto3<=1.34.7",
"confluent-kafka>=2.0.0",
"insights-core>=3.1.2",
"insights-core-messaging>=1.2.4",
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.2
boto3<=1.34.7
confluent-kafka>=2.0.0
insights-core>=3.1.2
insights-core-messaging @ git+https://github.com/RedHatInsights/insights-core-messaging@1.2.4
Expand Down

0 comments on commit ddc5257

Please sign in to comment.