Skip to content

fix(deps): update non-major dependencies#5

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/non-major-dependencies
Open

fix(deps): update non-major dependencies#5
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/non-major-dependencies

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 17, 2024

This PR contains the following updates:

Package Change Age Confidence
onnxruntime 1.18.11.23.2 age confidence
pandas 2.2.22.3.3 age confidence
runpod (source, changelog) 1.6.21.8.1 age confidence
scikit-learn (changelog) 1.5.11.8.0 age confidence

Release Notes

pandas-dev/pandas (pandas)

v2.3.3: Pandas 2.3.3

Compare Source

We are pleased to announce the release of pandas 2.3.3.
This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.
Pandas 2.3.3 supports Python 3.9 and higher, and is the first release to support Python 3.14.

The release will be available on the conda-forge channel:

conda install pandas --channel conda-forge

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

v2.3.2: Pandas 2.3.2

Compare Source

We are pleased to announce the release of pandas 2.3.2.
This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.
Pandas 2.3.2 supports Python 3.9 and higher.

The release will be available on the conda-forge channel:

conda install pandas --channel conda-forge

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

v2.3.1: Pandas 2.3.1

Compare Source

We are pleased to announce the release of pandas 2.3.1.
This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.
Pandas 2.3.1 supports Python 3.9 and higher.

The release will be available on the conda-forge channel:

conda install pandas --channel conda-forge

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

v2.3.0: Pandas 2.3.0

Compare Source

We are pleased to announce the release of pandas 2.3.0.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.
Pandas 2.3.0 supports Python 3.10 and higher.

The release will be available on the defaults and conda-forge channels:

conda install -c conda-forge pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

v2.2.3: Pandas 2.2.3

Compare Source

We are pleased to announce the release of pandas 2.2.3.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.
Pandas 2.2.3 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

runpod/runpod-python (runpod)

v1.8.1

Compare Source

Bug Fixes

v1.7.13

Compare Source

Bug Fixes

v1.7.12

Compare Source

Fixed
  • Resolved multiprocess local development issue.

v1.7.11

Compare Source

Added
  • Added sync function for workspace copying.
Changed
  • README.md name update.
  • Dependency updates.
Fixed
  • Fixed ping failures.

v1.7.10

Compare Source

Fixed
  • Corrected CUDA versions typing.
  • Improved Content-Disposition parsing.
  • Dependency updates.

v1.7.9

Compare Source

Added
  • CPU Pod Creation support.
Changed
  • Retired sls-core.
  • Improved exception handling.

v1.7.8

Compare Source

Added
  • Added allowed CUDA versions parameter.
  • Improved async job streaming.
Changed
  • Enhanced error handling for Serverless workers.
  • Updated GraphQL API key authorization.

v1.7.7

Compare Source

Added
  • Added utility function for model-cache paths.
Changed
  • Dependency updates.
Fixed
  • Fixed streamed error handling.

v1.7.6

Compare Source

Fixed
  • Resolved JobScaler request failures.
  • Improved input validation.

v1.7.5

Compare Source

Fixed
  • Addressed race conditions in job queue.

v1.7.4

Compare Source

Added
  • Added minimum network speed parameters for pod creation.
Fixed
  • Fixed long-running jobs crash.

v1.7.3

Compare Source

Fixed
  • Performance improvements and bug fixes.

v1.7.2

Compare Source

Fixed
  • Additional stability improvements.

v1.7.1

Compare Source

Bug Fixes

v1.7.0

Compare Source

Added
  • Major version release with new features.
Changed
  • Breaking changes and improvements.

scikit-learn/scikit-learn (scikit-learn)

v1.8.0

Compare Source

We're happy to announce the 1.8.0 release.

You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_8_0.html and the long version of the change log under https://scikit-learn.org/stable/whats_new/v1.8.html

This version supports Python versions 3.11 to 3.14 and features support of free-threaded CPython.

You can upgrade with pip as usual:

pip install -U scikit-learn

The conda-forge builds can be installed using:

conda install -c conda-forge scikit-learn

v1.7.2: Scikit-learn 1.7.2

Compare Source

We're happy to announce the 1.7.2 release.

This release contains a few bug fixes and is the first version supporting Python 3.14.

You can see the changelog here: https://scikit-learn.org/stable/whats_new/v1.7.html#version-1-7-2

You can upgrade with pip as usual:

pip install -U scikit-learn

The conda-forge builds can be installed using:

conda install -c conda-forge scikit-learn

Thanks to everyone who contributed to this release !

v1.7.1: Scikit-learn 1.7.1

Compare Source

We're happy to announce the 1.7.1 release.

This release contains fixes for a few regressions introduced in 1.7.

You can see the changelog here: https://scikit-learn.org/stable/whats_new/v1.7.html#version-1-7-1

You can upgrade with pip as usual:

pip install -U scikit-learn

The conda-forge builds can be installed using:

conda install -c conda-forge scikit-learn

Thanks to everyone who contributed to this release !

v1.7.0: Scikit-learn 1.7.0

Compare Source

We're happy to announce the 1.7.0 release.

You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_7_0.html and the long version of the change log under https://scikit-learn.org/stable/whats_new/v1.7.html

This version supports Python versions 3.10 to 3.13 and features an experimental support of free-threaded CPython.

You can upgrade with pip as usual:

pip install -U scikit-learn

The conda-forge builds can be installed using:

conda install -c conda-forge scikit-learn

v1.6.1: Scikit-learn 1.6.1

Compare Source

We're happy to announce the 1.6.1 release.

This release contains fixes for a few regressions introduced in 1.6.

You can see the changelog here: https://scikit-learn.org/stable/whats_new/v1.6.html#version-1-6-1

You can upgrade with pip as usual:

pip install -U scikit-learn

The conda-forge builds can be installed using:

conda install -c conda-forge scikit-learn

Thanks to everyone who contributed to this release !

v1.6.0: Scikit-learn 1.6.0

Compare Source

We're happy to announce the 1.6.0 release.

You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_6_0.html and the long version of the change log under https://scikit-learn.org/stable/whats_new/v1.6.html

This version supports Python versions 3.9 to 3.13 and features an experimental support of free-threaded CPython.

You can upgrade with pip as usual:

pip install -U scikit-learn

The conda-forge builds can be installed using:

conda install -c conda-forge scikit-learn

v1.5.2: Scikit-learn 1.5.2

Compare Source

We're happy to announce the 1.5.2 release.

This release contains fixes for a few regressions introduced in 1.5.

You can see the changelog here: https://scikit-learn.org/stable/whats_new/v1.5.html#version-1-5-2

You can upgrade with pip as usual:

pip install -U scikit-learn

The conda-forge builds can be installed using:

conda install -c conda-forge scikit-learn

Thanks to everyone who contributed to this release !


Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 7908b4b to a23cf12 Compare August 22, 2024 20:00
@renovate renovate bot changed the title fix(deps): update dependency runpod to v1.7.0 fix(deps): update non-major dependencies Aug 22, 2024
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from a23cf12 to 0520139 Compare September 11, 2024 06:54
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 0520139 to 7aa3227 Compare September 18, 2024 16:03
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from f6127c2 to 0d402c0 Compare October 3, 2024 18:26
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 0d402c0 to 9e95ee6 Compare October 14, 2024 21:05
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 9e95ee6 to 8d8dc53 Compare October 23, 2024 01:20
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 8d8dc53 to bc67824 Compare November 1, 2024 01:08
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from bc67824 to 664b3ac Compare November 8, 2024 19:33
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from 4f158ad to 4694dc2 Compare November 28, 2024 02:11
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 3 times, most recently from 8e722df to 456d3fe Compare December 17, 2024 22:19
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 456d3fe to 8a51d4e Compare January 19, 2025 08:56
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 8a51d4e to f73d0f6 Compare March 15, 2025 05:13
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from 9c4a4e1 to 1b11832 Compare April 16, 2025 07:34
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 1b11832 to 923b332 Compare April 25, 2025 17:54
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 923b332 to 996fcef Compare May 16, 2025 23:44
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 996fcef to 4fb6686 Compare June 4, 2025 16:43
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from be4a801 to 7afc8ba Compare June 12, 2025 22:57
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from a13db8b to d27cb18 Compare June 23, 2025 01:01
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from fd0eaa3 to bd926f3 Compare July 17, 2025 19:31
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from bd926f3 to e776a34 Compare July 24, 2025 13:49
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from e776a34 to 6d97b5d Compare July 25, 2025 10:46
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 6d97b5d to d7e2492 Compare August 19, 2025 14:06
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from d7e2492 to 358e111 Compare August 28, 2025 15:09
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 358e111 to 4ba6e0f Compare September 16, 2025 16:38
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 4 times, most recently from e05e544 to f9b79b2 Compare October 7, 2025 01:02
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from f9b79b2 to f66bc92 Compare October 15, 2025 05:36
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from f66bc92 to 01aad8e Compare November 4, 2025 02:45
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 01aad8e to 3f0e547 Compare November 27, 2025 03:50
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 3f0e547 to 0505d76 Compare December 17, 2025 08:40
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 0505d76 to 2efd64e Compare February 2, 2026 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants