Skip to content

Commit 13d88d2

Browse files
chore(deps): bump the production-dependencies group with 6 updates
Bumps the production-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.34.113` | `1.34.117` | | [botocore](https://github.com/boto/botocore) | `1.34.117` | `1.34.122` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.12.1` | `4.12.2` | | [packaging](https://github.com/pypa/packaging) | `24.0` | `24.1` | | [deltalake](https://github.com/delta-io/delta-rs) | `0.17.4` | `0.18.0` | | [ray](https://github.com/ray-project/ray) | `2.23.0` | `2.24.0` | Updates `boto3` from 1.34.113 to 1.34.117 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.34.113...1.34.117) Updates `botocore` from 1.34.117 to 1.34.122 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](boto/botocore@1.34.117...1.34.122) Updates `typing-extensions` from 4.12.1 to 4.12.2 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.12.1...4.12.2) Updates `packaging` from 24.0 to 24.1 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.0...24.1) Updates `deltalake` from 0.17.4 to 0.18.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.17.4...python-v0.18.0) Updates `ray` from 2.23.0 to 2.24.0 - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](ray-project/ray@ray-2.23.0...ray-2.24.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: typing-extensions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: packaging 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 - dependency-name: ray dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e491295 commit 13d88d2

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

poetry.lock

+35-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jsonpath-ng = { version = "^1.5.3", optional = true }
6868
# Other
6969
openpyxl = { version = "^3.0.0", optional = true }
7070
progressbar2 = { version = "^4.0.0", optional = true }
71-
deltalake = { version = ">=0.6.4,<0.18.0", optional = true }
71+
deltalake = { version = ">=0.6.4,<0.19.0", optional = true }
7272
geopandas = [
7373
{ version = "^0.13.2", markers = "python_version < \"3.12\"", optional = true },
7474
{ version = "^0.14.1", markers = "python_version >= \"3.12\"", optional = true }

0 commit comments

Comments
 (0)