-
Notifications
You must be signed in to change notification settings - Fork 706
chore(deps): bump the production-dependencies group with 6 updates #2851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump the production-dependencies group with 6 updates #2851
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
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]>
13d88d2
to
14002c2
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@@ -54,7 +54,7 @@ def to_deltalake( | |||
mode: Literal["error", "append", "overwrite", "ignore"] = "append", | |||
dtype: dict[str, str] | None = None, | |||
partition_cols: list[str] | None = None, | |||
overwrite_schema: bool = False, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deltalake package introduced a breaking change where overwrite_schema
boolean argument was deprecated and replaced with a literal argument
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Bumps the production-dependencies group with 6 updates:
1.34.113
1.34.117
1.34.117
1.34.122
4.12.1
4.12.2
24.0
24.1
0.17.4
0.18.0
2.23.0
2.24.0
Updates
boto3
from 1.34.113 to 1.34.117Changelog
Sourced from boto3's changelog.
Commits
006e016
Merge branch 'release-1.34.117'1b228ea
Bumping version to 1.34.117adb9f74
Add changelog entries from botocorebfcc451
Merge branch 'release-1.34.116'05019ed
Merge branch 'release-1.34.116' into develope2e0979
Bumping version to 1.34.1163372d1d
Add changelog entries from botocore335a1e9
Merge branch 'release-1.34.115'53faaee
Merge branch 'release-1.34.115' into develop70b7e9c
Bumping version to 1.34.115Updates
botocore
from 1.34.117 to 1.34.122Changelog
Sourced from botocore's changelog.
... (truncated)
Commits
0d5471c
Merge branch 'release-1.34.122'dafdc51
Bumping version to 1.34.1222c71812
Update endpoints modeld97d638
Update to latest models518d1b0
fix typo (#3200)0f34013
Merge branch 'release-1.34.121'6eb6d3d
Merge branch 'release-1.34.121' into develop540fa1f
Bumping version to 1.34.121b9b67fb
Update to latest models01cf063
Merge customizations for LocationUpdates
typing-extensions
from 4.12.1 to 4.12.2Release notes
Sourced from typing-extensions's releases.
Changelog
Sourced from typing-extensions's changelog.
Commits
e1250ff
Prepare release 4.12.2 (#426)53bcdde
Avoid error if origin has a buggy eq (#422)Updates
packaging
from 24.0 to 24.1Release notes
Sourced from packaging's releases.
Changelog
Sourced from packaging's changelog.
Commits
85442b8
Bump for release3e67fc7
Work aroundplatform.python_version()
returning non PEP 440 compliant versi...32deafe
Bump the github-actions group with 3 updates (#789)e0dda88
Documentmarkers.default_environment()
(#753)cc938f9
Modernise type annotations using FA rules from ruff (#785)757f559
Fix typo in_parser
docstring (#784)ec9f203
Bump the github-actions group with 4 updates (#782)5cbe1e4
Add support for Python 3.13 and drop EOL 3.7 (#783)cb8fd38
pyupgrade/black/isort/flake8 → ruff (#769)e8002b1
Bump for developmentUpdates
deltalake
from 0.17.4 to 0.18.0Release notes
Sourced from deltalake's releases.
Commits
f23c92d
fix: cast support fields nested in lists and maps (#2541)bc3bdb7
fix: more fixes after rebase59d9f22
chore: use released kernelfd17b44
fix: simplify to_array for scalars8325b92
fix: convert tests0e7a290
fix: update to ScalarDataf7a42f7
fix: python tests89fec3e
fix: bing back python expresssions968d809
feat: adopt more kernel2e9c033
fix: test cleanupUpdates
ray
from 2.23.0 to 2.24.0Release notes
Sourced from ray's releases.
... (truncated)
Commits
cfea8b2
Merge commit '7021b10356069cf424556f1a5683c5f270a87e5b' into releases/2.24.07021b10
[Core] Expose NodeDeathInfo in ActorDiedError (#45497)fe191e6
[Core] Expose NodeDeathInfo in state CLI (#45644)3c9edf1
[Data] Record more telemetry for newly added datasources (#45647)a30630a
[Core] Ray c++ backend structured logging (#44468)c94d8c3
[ci][microcheck] add a few cheap tests to microcheck (#45657)a95ec7f
[RLlib] DreamerV3 on tf: Fix bug w/reduce_fn
still passed into `LearnerGro...f9ab439
[Core] Fix the GIL deadlock issue caused bylist_named_actors
. (#45582)d6f97cc
[RLlib] Fix bug: Target nets are not synched with main nets in SAC. (#45614)b73e037
[Core] Fix worker column off-by-one in dashboard (#45648)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions