Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group with 4 updates (#…
Browse files Browse the repository at this point in the history
…3012)

Bumps the production-dependencies group with 4 updates: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [setuptools](https://github.com/pypa/setuptools) and [deltalake](https://github.com/delta-io/delta-rs).


Updates `boto3` from 1.35.44 to 1.35.49
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.44...1.35.49)

Updates `botocore` from 1.35.49 to 1.35.54
- [Commits](boto/botocore@1.35.49...1.35.54)

Updates `setuptools` from 75.2.0 to 75.3.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.2.0...v75.3.0)

Updates `deltalake` from 0.20.2 to 0.21.0
- [Release notes](https://github.com/delta-io/delta-rs/releases)
- [Changelog](https://github.com/delta-io/delta-rs/blob/main/CHANGELOG.md)
- [Commits](delta-io/delta-rs@python-v0.20.2...rust-v0.21.0)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: deltalake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent c79845b commit 0a983f3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jsonpath-ng = { version = "^1.5.3", optional = true }
# Other
openpyxl = { version = "^3.0.0", optional = true }
progressbar2 = { version = "^4.0.0", optional = true }
deltalake = { version = ">=0.18.0,<0.21.0", optional = true }
deltalake = { version = ">=0.18.0,<0.22.0", optional = true }
geopandas = [
{ version = "^0.13.2", markers = "python_version < \"3.12\"", optional = true },
{ version = "^0.14.1", markers = "python_version >= \"3.12\"", optional = true }
Expand Down

0 comments on commit 0a983f3

Please sign in to comment.