Skip to content

Commit

Permalink
Update botocore requirement (datacontract#190)
Browse files Browse the repository at this point in the history
Updates the requirements on [botocore](https://github.com/boto/botocore) to permit the latest version.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.34.41...1.34.103)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jochenchrist <[email protected]>
  • Loading branch information
dependabot[bot] and jochenchrist authored May 15, 2024
1 parent b434f3a commit 2de8d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"opentelemetry-exporter-otlp-proto-http~=1.16.0",
"deltalake~=0.17.0",
"boto3>=1.34.41,<1.34.104",
"botocore>=1.34.41,<1.34.99"
"botocore>=1.34.41,<1.34.104"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 2de8d86

Please sign in to comment.