MAINT: Bump actions/setup-python from 5.6.0 to 6.0.0#51
Conversation
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...e797f83) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Rerunning the failed Python 3.12 test made it pass, so I'll merge. The failures weren't related to the CI version bump anyway. For future reference, the tests test_spline_utils.py::test_pspline_lam_extremes[50-3-True-3], test_whittaker.py::TestDrPLS::test_sparse_comparison[0.3-3], and test_whittaker.py::TestAsPLS::test_sparse_comparison[2-2] all originally failed on the Python 3.12 test under the "Test with required dependencies" step. All installed libraries and Python were the exact same versions as previously passed on PR #50 (Python 3.12.11, numpy 2.3.3, scipy 1.16.2). All 3 failures were off by a slightly higher relative tolerance than allowed. The pspline failure was using lower=True (using solveh_banded), while the drpls and aspls tests would be using solve_banded, so it's not a solver-related issue. All 3 tests should be completely deterministic, so not sure what happened. Will keep an eye out if they fail again. |
Bumps actions/setup-python from 5.6.0 to 6.0.0.
Release notes
Sourced from actions/setup-python's releases.
Commits
e797f83Upgrade to node 24 (#1164)3d1e2d2Revert "Enhance cache-dependency-path handling to support files outside the w...65b0712Clarify pythonLocation behavior for PyPy and GraalPy in environment variables...5b668cfBump actions/checkout from 4 to 5 (#1181)f62a0e2Change missing cache directory error to warning (#1182)9322b3cUpgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn...fbeb884Bump form-data to fix critical vulnerabilities #182 & #183 (#1163)03bb615Bump idna from 2.9 to 3.7 in /tests/data (#843)36da51dAdd version parsing from Pipfile (#1067)3c6f142update documentation (#1156)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)