Skip to content

Commit

Permalink
Merge pull request #242 from RedHatInsights/dependabot/pip/boto3-gte-…
Browse files Browse the repository at this point in the history
…1.34.1-and-lt-1.34.146

Update boto3 requirement from <1.34.145,>=1.34.1 to >=1.34.1,<1.34.146
  • Loading branch information
github-actions[bot] authored Jul 22, 2024
2 parents adf288f + 4137c7c commit d7bdea8
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.145", # limited due to incompatibility between s3fs and newer versions of boto
"boto3>=1.34.1,<1.34.146", # 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.145
boto3>=1.34.1,<1.34.146
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 d7bdea8

Please sign in to comment.