Skip to content

Commit

Permalink
Update dependency boto3 to >=1.35.97,<1.36.0
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Jan 11, 2025
1 parent 3c62e61 commit f8919b8
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.35.93", # limited due to incompatibility between s3fs and newer versions of boto
"boto3>=1.35.97,<1.36.0", # 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.15",
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.35.93
boto3>=1.35.97,<1.36.0
confluent-kafka>=2.0.0
insights-core>=3.1.2
insights-core-messaging @ git+https://github.com/RedHatInsights/[email protected]
Expand Down

0 comments on commit f8919b8

Please sign in to comment.