Skip to content
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

fix: upgrade Ray to 2.30 #2870

Merged
merged 9 commits into from
Jun 25, 2024
Merged

fix: upgrade Ray to 2.30 #2870

merged 9 commits into from
Jun 25, 2024

Commits on Jun 24, 2024

  1. chore(deps): bump the production-dependencies group with 5 updates

    Bumps the production-dependencies group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [boto3](https://github.com/boto/boto3) | `1.34.122` | `1.34.127` |
    | [botocore](https://github.com/boto/botocore) | `1.34.127` | `1.34.131` |
    | [setuptools](https://github.com/pypa/setuptools) | `70.0.0` | `70.1.0` |
    | [redshift-connector](https://github.com/aws/amazon-redshift-python-driver) | `2.1.1` | `2.1.2` |
    | [ray](https://github.com/ray-project/ray) | `2.24.0` | `2.30.0` |
    
    
    Updates `boto3` from 1.34.122 to 1.34.127
    - [Release notes](https://github.com/boto/boto3/releases)
    - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
    - [Commits](boto/boto3@1.34.122...1.34.127)
    
    Updates `botocore` from 1.34.127 to 1.34.131
    - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
    - [Commits](boto/botocore@1.34.127...1.34.131)
    
    Updates `setuptools` from 70.0.0 to 70.1.0
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](pypa/setuptools@v70.0.0...v70.1.0)
    
    Updates `redshift-connector` from 2.1.1 to 2.1.2
    - [Release notes](https://github.com/aws/amazon-redshift-python-driver/releases)
    - [Changelog](https://github.com/aws/amazon-redshift-python-driver/blob/master/CHANGELOG.md)
    - [Commits](aws/amazon-redshift-python-driver@v2.1.1...v2.1.2)
    
    Updates `ray` from 2.24.0 to 2.30.0
    - [Release notes](https://github.com/ray-project/ray/releases)
    - [Commits](ray-project/ray@ray-2.24.0...ray-2.30.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: redshift-connector
      dependency-type: direct:production
      update-type: version-update:semver-patch
      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] <support@github.com>
    dependabot[bot] authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    069d993 View commit details
    Browse the repository at this point in the history
  2. fix: upgrade Ray to 2.30

    jaidisido committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    74dba24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa179ec View commit details
    Browse the repository at this point in the history
  4. fix: poetry lock

    jaidisido committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d04e4c1 View commit details
    Browse the repository at this point in the history
  5. fix: mypy

    jaidisido committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a1e6f3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc6ecff View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    2190bac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96840d8 View commit details
    Browse the repository at this point in the history
  3. mark xfail tests

    jaidisido committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1a0f806 View commit details
    Browse the repository at this point in the history