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

chore(deps): bump the production-dependencies group across 1 directory with 6 updates #3056

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2025

Bumps the production-dependencies group with 6 updates in the / directory:

Package From To
botocore 1.35.82 1.35.90
redshift-connector 2.1.4 2.1.5
aiohttp 3.11.10 3.11.11
deltalake 0.21.0 0.23.0
modin 0.31.0 0.32.0
ray 2.37.0 2.38.0

Updates botocore from 1.35.82 to 1.35.90

Commits
  • b6f01fb Merge branch 'release-1.35.90'
  • 5093c63 Bumping version to 1.35.90
  • 6d6990a Update to latest models
  • 07276be Merge branch 'release-1.35.89'
  • 5094241 Merge branch 'release-1.35.89' into develop
  • 370edcc Bumping version to 1.35.89
  • 9e70a33 Update to latest models
  • ae6efd8 Merge branch 'release-1.35.88'
  • 9d7efca Merge branch 'release-1.35.88' into develop
  • 3608949 Bumping version to 1.35.88
  • Additional commits viewable in compare view

Updates redshift-connector from 2.1.4 to 2.1.5

Release notes

Sourced from redshift-connector's releases.

v2.1.5

Thank you to @​timm4205 for their contributions to this release.

Changelog

Sourced from redshift-connector's changelog.

v2.1.5 (2024-12-23)

  • Updated the logic for retrieving database metadata through the get_catalogs, get_schemas, get_tables, and get_columns API methods.
  • Added developer dependency on Selenium.
  • Addressed security issues as detailed in CVE-2024-12745.
Commits
  • 2873591 chore: bump version to 2.1.5
  • a8378da Updated the logic for retrieving database metadata through the get_catalogs, ...
  • 686782e Update README.rst
  • 9bee403 Update CHANGELOG.md
  • See full diff in compare view

Updates aiohttp from 3.11.10 to 3.11.11

Release notes

Sourced from aiohttp's releases.

3.11.11

Bug fixes

  • Updated :py:meth:~aiohttp.ClientSession.request to reuse the quote_cookie setting from ClientSession._cookie_jar when processing cookies parameter. -- by :user:Cycloctane.

    Related issues and pull requests on GitHub: #10093.

  • Fixed type of SSLContext for some static type checkers (e.g. pyright).

    Related issues and pull requests on GitHub: #10099.

  • Updated :meth:aiohttp.web.StreamResponse.write annotation to also allow :class:bytearray and :class:memoryview as inputs -- by :user:cdce8p.

    Related issues and pull requests on GitHub: #10154.

  • Fixed a hang where a connection previously used for a streaming download could be returned to the pool in a paused state. -- by :user:javitonino.

    Related issues and pull requests on GitHub: #10169.

Features

  • Enabled ALPN on default SSL contexts. This improves compatibility with some proxies which don't work without this extension. -- by :user:Cycloctane.

    Related issues and pull requests on GitHub: #10156.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.11.11 (2024-12-18)

Bug fixes

  • Updated :py:meth:~aiohttp.ClientSession.request to reuse the quote_cookie setting from ClientSession._cookie_jar when processing cookies parameter. -- by :user:Cycloctane.

    Related issues and pull requests on GitHub: :issue:10093.

  • Fixed type of SSLContext for some static type checkers (e.g. pyright).

    Related issues and pull requests on GitHub: :issue:10099.

  • Updated :meth:aiohttp.web.StreamResponse.write annotation to also allow :class:bytearray and :class:memoryview as inputs -- by :user:cdce8p.

    Related issues and pull requests on GitHub: :issue:10154.

  • Fixed a hang where a connection previously used for a streaming download could be returned to the pool in a paused state. -- by :user:javitonino.

    Related issues and pull requests on GitHub: :issue:10169.

Features

  • Enabled ALPN on default SSL contexts. This improves compatibility with some proxies which don't work without this extension. -- by :user:Cycloctane.

... (truncated)

Commits
  • 8aaaba3 Release 3.11.11 (#10181)
  • db56d74 [PR #10171/5185f93 backport][3.11] Stream unpauses protocol before releasing ...
  • 8c96a62 [PR #10093/7b5d54a backport][3.11] Use quote_cookie setting from ClientSess...
  • c80be67 [PR #10151/7c12b1a9 backport][3.11] Fix infinite callback loop when time is n...
  • 3680479 [PR #10156/00700458 backport][3.11] Add ALPN extension to client SSL Context ...
  • 7f38913 [PR #10154/3f07b1a3 backport][3.11] Update StreamResponse.write annotation fo...
  • b770b1a Fix type of SSLContext for some static type checkers (#10099) (#10145)
  • 489b664 [PR #10138/dbd77ad6 backport][3.11] Bump sphinx to 8.1.3 along with required ...
  • 87f0f48 Bump actions/cache from 4.1.2 to 4.2.0 (#10136)
  • 7b86843 [PR #10131/7f92bebb backport][3.11] Bump Python version for benchmarks to 3.1...
  • Additional commits viewable in compare view

Updates deltalake from 0.21.0 to 0.23.0

Release notes

Sourced from deltalake's releases.

python-v0.23.0: conditional put for S3 by default

New features

Bug Fixes

Other Changes

New Contributors

Full Changelog: delta-io/delta-rs@python-v0.22.3...python-v0.23.0

python-v0.22.3

What's Changed

Full Changelog: delta-io/delta-rs@python-v0.22.2...python-v0.22.3

python-v0.22.2: QueryBuilder

What's Changed

Full Changelog: delta-io/delta-rs@python-v0.22.1...python-v0.22.2

python-v0.22.1

What's Changed

... (truncated)

Commits
  • 21efab3 chore: bump kernel, datafusion 44rc1
  • ac72297 chore: Reduce compiler warnings by updating to use non deprecated DataFusion ...
  • ae125bf chore: Update to latest sqlparser
  • 526db07 Pin to pre-release Datafusion
  • 6056bf6 chore: datafusion 44 prototype change on make_array
  • e12eb75 chore: datafusion 44 fix for PartitionedFile
  • b426b9e fix: add decimal expr parsing Signed-off-by: Ion Koutsouris
  • 64c1b1a fix: ensure defaulted options are set prior to ObjectStore creation
  • 0015d7b chore: add another test to cover the dynamdb logstore case
  • dae29bc refactor: make putifabsent default for s3
  • Additional commits viewable in compare view

Updates modin from 0.31.0 to 0.32.0

Release notes

Sourced from modin's releases.

Modin 0.32.0

This release introduces support for Polars API, a new query compiler for small data, more functions that can use dynamic partitioning, as well as several bug fixes.

Key Features and Updates Since 0.31.0

  • Stability and Bugfixes
    • FIX-#0000: Fix type hint (#7343)
    • FIX-#7113: Fix docstring overrides for subclasses (#7354)
    • FIX-#7134: Use a separate docstring class for BasePandasDataset (#7353)
    • FIX-#7329: Do not sort columns on df.update (#7330)
    • FIX-#7351: Add ipython method calls to non-lookup list (#7352)
    • FIX-#7355: Cpu count would be set incorrectly on a cluster (#7356)
    • FIX-#7357: Fix NoAttributeError on DataFrame.copy (#7358)
    • FIX-#7371: Fix inserting datelike values into a DataFrame (#7372)
    • FIX-#7373: Try a previous version of motoserver/moto service, pin to 5.0.13 (#7374)
    • FIX-#7379: Fix __imul__ performing addition instead of multiplication (#7380)
    • FIX-#7387: Limit the number of pytest workers for tests with Ray engine on Windows (#7388)
    • FIX-#7389: Fix uploading artifacts (#7390)
  • Refactor Codebase
  • Documentation improvements
    • DOCS-#0000: Update RunLLM Ask AI widget script path (#7345)
    • DOCS-#7335: Fix borken links in Modin Usage Examples page (#7336)
    • DOCS-#7382: Add documentation on how to use Modin Native query compiler (#7386)
  • New Features
    • FEAT-#4605: Add native query compiler (#7259)
    • FEAT-#7308: Interoperability between query compilers (#7376)
    • FEAT-#7331: Initial Polars API (#7332)
    • FEAT-#7337: Using dynamic partitionning in broadcast_apply (#7338)
    • FEAT-#7340: Add more granular lazy flags to query compiler (#7348)
    • FEAT-#7368: Add a new environment variable for using dynamic partitioning (#7369)

Contributors

@​MortalHappiness @​Retribution98 @​YarShev @​ZhipengXue97 @​anmyachev @​arunjose696 @​devin-petersohn @​likawind @​sfc-gh-joshi @​sfc-gh-mvashishtha

Commits

Updates ray from 2.37.0 to 2.38.0

Release notes

Sourced from ray's releases.

Ray-2.38.0

Ray Libraries

Ray Data

🎉 New Features:

  • Add Dataset.rename_columns (#47906)
  • Basic structured logging (#47210)

💫 Enhancements:

  • Add partitioning parameter to read_parquet (#47553)
  • Add SERVICE_UNAVAILABLE to list of retried transient errors (#47673)
  • Re-phrase the streaming executor current usage string (#47515)
  • Remove ray.kill in ActorPoolMapOperator (#47752)
  • Simplify and consolidate progress bar outputs (#47692)
  • Refactor OpRuntimeMetrics to support properties (#47800)
  • Refactor plan_write_op and Datasinks (#47942)
  • Link PhysicalOperator to its LogicalOperator (#47986)
  • Allow specifying both num_cpus and num_gpus for map APIs (#47995)
  • Allow specifying insertion index when registering custom plan optimization Rules (#48039)
  • Adding in better framework for substituting logging handlers (#48056)

🔨 Fixes:

  • Fix bug where Ray Data incorrectly emits progress bar warning (#47680)
  • Yield remaining results from async map_batches (#47696)
  • Fix event loop mismatch with async map (#47907)
  • Make sure num_gpus provide to Ray Data is appropriately passed to ray.remote call (#47768)
  • Fix unequal partitions when grouping by multiple keys (#47924)
  • Fix reading multiple parquet files with ragged ndarrays (#47961)
  • Removing unneeded test case (#48031)
  • Adding in better json checking in test logging (#48036)
  • Fix bug with inserting custom optimization rule at index 0 (#48051)
  • Fix logging output from write_xxx APIs (#48096)

📖 Documentation:

  • Add docs section for Ray Data progress bars (#47804)
  • Add reference to parquet predicate pushdown (#47881)
  • Add tip about how to understand map_batches format (#47394)

Ray Train

🏗 Architecture refactoring:

  • Remove deprecated mosaic and sklearn trainer code (#47901)

Ray Tune

🔨 Fixes:

  • Fix WandbLoggerCallback to reuse actors upon restore (#47985)

Ray Serve

... (truncated)

Commits
  • 385ee46 [release] 2.38.0 version change (#48112)
  • 09cf5bb [Data] Fix logging output from write_xxx APIs (#48096)
  • d5fa9a0 [Core][RFC] RPC network error chaos test framework (#48007)
  • 059f4ba [Data] Adding in better framework for substituting logging handlers (#48056)
  • 84fde99 [core] Add an example for RAY_DEDUP_LOGS_SKIP_REGEX (#47913)
  • c8dae96 [chore][core][compiled-graph] Rename idx to local_idx or dag_idx in RayCG cod...
  • dc73531 [Data] Fix bug with inserting custom optimization rule at index 0 (#48051)
  • 0056097 [Feat][Core] Support ExceptionGroup (#47887)
  • 4dfa033 [Serve] refactor add_grpc_address helper (#48033)
  • 8bd6a9a Revert "[Ray Core] Fix the Paths in the Generated Monitoring Configs to Consi...
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 2, 2025
@malachi-constant
Copy link
Contributor

AWS CodeBuild CI Report

  • CodeBuild project: GitHubCodeBuild8756EF16-4rfo0GHQ0u9a
  • Commit ID: 0b9a01c
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

…y with 6 updates

Bumps the production-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [botocore](https://github.com/boto/botocore) | `1.35.82` | `1.35.90` |
| [redshift-connector](https://github.com/aws/amazon-redshift-python-driver) | `2.1.4` | `2.1.5` |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.11.10` | `3.11.11` |
| [deltalake](https://github.com/delta-io/delta-rs) | `0.21.0` | `0.23.0` |
| [modin](https://github.com/modin-project/modin) | `0.31.0` | `0.32.0` |
| [ray](https://github.com/ray-project/ray) | `2.37.0` | `2.38.0` |



Updates `botocore` from 1.35.82 to 1.35.90
- [Commits](boto/botocore@1.35.82...1.35.90)

Updates `redshift-connector` from 2.1.4 to 2.1.5
- [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.4...v2.1.5)

Updates `aiohttp` from 3.11.10 to 3.11.11
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.11.10...v3.11.11)

Updates `deltalake` from 0.21.0 to 0.23.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@rust-v0.21.0...rust-v0.23.0)

Updates `modin` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/modin-project/modin/releases)
- [Changelog](https://github.com/modin-project/modin/blob/main/docs/release-procedure.md)
- [Commits](modin-project/modin@0.31.0...0.32.0)

Updates `ray` from 2.37.0 to 2.38.0
- [Release notes](https://github.com/ray-project/ray/releases)
- [Commits](ray-project/ray@ray-2.37.0...ray-2.38.0)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: redshift-connector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: deltalake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: modin
  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]>
@dependabot dependabot bot force-pushed the dependabot/pip/production-dependencies-8117deda07 branch from 0b9a01c to 13488ad Compare January 2, 2025 12:30
@malachi-constant
Copy link
Contributor

AWS CodeBuild CI Report

  • CodeBuild project: GitHubCodeBuild8756EF16-4rfo0GHQ0u9a
  • Commit ID: 13488ad
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@kukushking
Copy link
Contributor

@dependabot ignore ray minor

@malachi-constant
Copy link
Contributor

AWS CodeBuild CI Report

  • CodeBuild project: GitHubDistributedCodeBuild6-jWcl5DLmvupS
  • Commit ID: 13488ad
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@jaidisido jaidisido closed this Jan 2, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@jaidisido jaidisido deleted the dependabot/pip/production-dependencies-8117deda07 branch January 2, 2025 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants