chore(deps): update all dependencies#17013
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates various dependencies across multiple packages, including major version bumps for cryptography and pandas. Feedback was provided regarding breaking changes in cryptography v48.0.0, such as the removal of OpenSSL 1.1.1 support and specific API modifications. Additionally, the upgrade to pandas v3.0.2 introduces Copy-on-Write as the default behavior, which requires verification of code relying on DataFrame views to ensure compatibility.
| --hash=sha256:f5c3296dab66202f1b18a91fa266be93d6aa0c2806ea3d67762c69f60adc71aa \ | ||
| --hash=sha256:f7db373287273d8af1414cf95dc4118b13ffdc62be521997b0f2b270771fef50 \ | ||
| --hash=sha256:f9a034b642b960767fb343766ae5ba6ad653f2e890ddd82955aef288ffea8736 | ||
| cryptography==48.0.0 \ |
There was a problem hiding this comment.
The update to cryptography v48.0.0 is a major version bump with several backward-incompatible changes. As per the changelog, this version removes support for OpenSSL 1.1.1 and introduces other breaking API changes.
Key breaking changes include:
- Support for OpenSSL 1.1.1 has been removed. Supported versions are now 3.0, 3.1, 3.2, and 3.3.
- The deprecated
signerandverifierarguments toPKCS7.signhave been removed. - Constructors for
DHParameterNumbersandDSAParameterNumbershave changed.
Given that this is a security-critical library, please verify that these changes do not adversely affect the project.
| pandas===1.3.5; python_version == '3.7' | ||
| pandas===2.0.3; python_version == '3.8' | ||
| pandas==2.3.3; python_version >= '3.9' | ||
| pandas==3.0.2; python_version >= '3.9' |
There was a problem hiding this comment.
Upgrading pandas to v3.0.2 is a major version change. A key breaking change is that Copy-on-Write (CoW) is now enabled by default. This can introduce subtle bugs by changing how assignments to DataFrame/Series views are handled.
For example, chained assignments that previously modified an original DataFrame might now operate on a copy, leaving the original unchanged. It is highly recommended to review the code relying on pandas to ensure compatibility with this new behavior.
For more details, please refer to the pandas 3.0 release notes.
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
> ℹ️ **Note**
>
> This PR body was truncated due to platform limits.
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) | Type |
Update |
|---|---|---|---|---|---|
| [@babel/preset-env](https://babel.dev/docs/en/next/babel-preset-env)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-env))
| [`7.29.2` →
`7.29.5`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.29.2/7.29.5)
|

|

| devDependencies | patch |
| [actions/checkout](https://redirect.github.com/actions/checkout) |
`v4` → `v6` |

|

| action | major |
|
[actions/setup-python](https://redirect.github.com/actions/setup-python)
| `v5` → `v6` |

|

| action | major |
| [cryptography](https://redirect.github.com/pyca/cryptography)
([changelog](https://cryptography.io/en/latest/changelog/)) | `==47.0.0`
→ `==48.0.0` |

|

| | major |
|
[db-dtypes](https://redirect.github.com/googleapis/google-cloud-python/tree/main/packages/db-dtypes)
([source](https://redirect.github.com/googleapis/google-cloud-python)) |
`==1.5.1` → `==1.6.0` |

|

| | minor |
| [dorny/paths-filter](https://redirect.github.com/dorny/paths-filter) |
`v3` → `v4` |

|

| action | major |
|
[google-auth](https://redirect.github.com/googleapis/google-auth-library-python)
| `==2.50.0` → `==2.52.0` |

|

| | minor |
|
[google-cloud-bigquery-storage](https://redirect.github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-bigquery-storage)
([source](https://redirect.github.com/googleapis/google-cloud-python)) |
`==2.37.0` → `==2.38.0` |

|

| | minor |
|
[google-cloud-core](https://redirect.github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-core)
([source](https://redirect.github.com/googleapis/google-cloud-python)) |
`==2.5.1` → `==2.6.0` |

|

| | minor |
|
[google-cloud-spanner](https://redirect.github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-spanner)
([source](https://redirect.github.com/googleapis/google-cloud-python)) |
`==3.65.0` → `==3.66.0` |

|

| | minor |
|
[google-cloud-testutils](https://redirect.github.com/googleapis/google-cloud-python/packages/google-cloud-testutils)
([source](https://redirect.github.com/googleapis/google-cloud-python)) |
`==1.7.1` → `==1.8.0` |

|

| | minor |
|
[googleapis-common-protos](https://redirect.github.com/googleapis/google-cloud-python)
([source](https://redirect.github.com/googleapis/google-cloud-python/tree/HEAD/packages/googleapis-common-protos))
| `==1.74.0` → `==1.75.0` |

|

| | minor |
| [idna](https://redirect.github.com/kjd/idna)
([changelog](https://redirect.github.com/kjd/idna/blob/master/HISTORY.rst))
| `==3.13` → `==3.14` |

|

| | minor |
| [jest](https://jestjs.io/)
([source](https://redirect.github.com/jestjs/jest/tree/HEAD/packages/jest))
| [`30.3.0` →
`30.4.2`](https://renovatebot.com/diffs/npm/jest/30.3.0/30.4.2) |

|

| devDependencies | minor |
| [jest-environment-jsdom](https://redirect.github.com/jestjs/jest)
([source](https://redirect.github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom))
| [`30.3.0` →
`30.4.1`](https://renovatebot.com/diffs/npm/jest-environment-jsdom/30.3.0/30.4.1)
|

|

| devDependencies | minor |
| [jsdom](https://redirect.github.com/jsdom/jsdom) | [`29.1.0` →
`29.1.1`](https://renovatebot.com/diffs/npm/jsdom/29.1.0/29.1.1) |

|

| devDependencies | patch |
| [pandas](https://redirect.github.com/pandas-dev/pandas) | `==2.3.3` →
`==3.0.2` |

|

| | major |
| [pip](https://redirect.github.com/pypa/pip)
([changelog](https://pip.pypa.io/en/stable/news/)) | `==26.1` →
`==26.1.1` |

|

| | patch |
| [propcache](https://redirect.github.com/aio-libs/propcache) |
`==0.4.1` → `==0.5.2` |

|

| | minor |
|
[proto-plus](https://redirect.github.com/googleapis/google-cloud-python)
| `==1.27.2` → `==1.28.0` |

|

| | minor |
| [python](https://redirect.github.com/actions/python-versions) | `3.10`
→ `3.14` |

|

| uses-with | minor |
| [python](https://redirect.github.com/actions/python-versions) | `3.12`
→ `3.14` |

|

| uses-with | minor |
| [rules_cc](https://redirect.github.com/bazelbuild/rules_cc) | `0.1.1`
→ `0.2.18` |

|

| http_archive | minor |
| [urllib3](https://redirect.github.com/urllib3/urllib3)
([changelog](https://redirect.github.com/urllib3/urllib3/blob/main/CHANGES.rst))
| `==2.6.3` → `==2.7.0` |

|

| | minor |
| [virtualenv](https://redirect.github.com/pypa/virtualenv) | `==21.3.0`
→ `==21.3.1` |

|

| | patch |
---
### Release Notes
<details>
<summary>babel/babel (@​babel/preset-env)</summary>
###
[`v7.29.5`](https://redirect.github.com/babel/babel/compare/v7.29.3...v7.29.5)
[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.29.3...v7.29.5)
###
[`v7.29.3`](https://redirect.github.com/babel/babel/compare/v7.29.2...v7.29.3)
[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.29.2...v7.29.3)
</details>
<details>
<summary>actions/checkout (actions/checkout)</summary>
###
[`v6.0.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v602)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v6.0.1...v6.0.2)
- Fix tag handling: preserve annotations and explicit fetch-tags by
[@​ericsciple](https://redirect.github.com/ericsciple) in
[#​2356](https://redirect.github.com/actions/checkout/pull/2356)
###
[`v6.0.1`](https://redirect.github.com/actions/checkout/compare/v6.0.0...v6.0.1)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v6...v6.0.1)
###
[`v6.0.0`](https://redirect.github.com/actions/checkout/compare/v5.0.1...v6.0.0)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v6...v6)
### [`v6`]()
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v5.0.1...v6)
###
[`v5.0.1`](https://redirect.github.com/actions/checkout/releases/tag/v5.0.1)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v5...v5.0.1)
##### What's Changed
- Port v6 cleanup to v5 by
[@​ericsciple](https://redirect.github.com/ericsciple) in
[#​2301](https://redirect.github.com/actions/checkout/pull/2301)
**Full Changelog**:
<https://github.com/actions/checkout/compare/v5...v5.0.1>
###
[`v5.0.0`](https://redirect.github.com/actions/checkout/releases/tag/v5.0.0)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v5...v5)
##### What's Changed
- Update actions checkout to use node 24 by
[@​salmanmkc](https://redirect.github.com/salmanmkc) in
[#​2226](https://redirect.github.com/actions/checkout/pull/2226)
- Prepare v5.0.0 release by
[@​salmanmkc](https://redirect.github.com/salmanmkc) in
[#​2238](https://redirect.github.com/actions/checkout/pull/2238)
##### ⚠️ Minimum Compatible Runner Version
**v2.327.1**\
[Release
Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1)
Make sure your runner is updated to this version or newer to use this
release.
**Full Changelog**:
<https://github.com/actions/checkout/compare/v4...v5.0.0>
### [`v5`]()
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.3.1...v5)
###
[`v4.3.1`](https://redirect.github.com/actions/checkout/releases/tag/v4.3.1)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.3.0...v4.3.1)
##### What's Changed
- Port v6 cleanup to v4 by
[@​ericsciple](https://redirect.github.com/ericsciple) in
[#​2305](https://redirect.github.com/actions/checkout/pull/2305)
**Full Changelog**:
<https://github.com/actions/checkout/compare/v4...v4.3.1>
###
[`v4.3.0`](https://redirect.github.com/actions/checkout/releases/tag/v4.3.0)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.2.2...v4.3.0)
##### What's Changed
- docs: update README.md by
[@​motss](https://redirect.github.com/motss) in
[#​1971](https://redirect.github.com/actions/checkout/pull/1971)
- Add internal repos for checking out multiple repositories by
[@​mouismail](https://redirect.github.com/mouismail) in
[#​1977](https://redirect.github.com/actions/checkout/pull/1977)
- Documentation update - add recommended permissions to Readme by
[@​benwells](https://redirect.github.com/benwells) in
[#​2043](https://redirect.github.com/actions/checkout/pull/2043)
- Adjust positioning of user email note and permissions heading by
[@​joshmgross](https://redirect.github.com/joshmgross) in
[#​2044](https://redirect.github.com/actions/checkout/pull/2044)
- Update README.md by
[@​nebuk89](https://redirect.github.com/nebuk89) in
[#​2194](https://redirect.github.com/actions/checkout/pull/2194)
- Update CODEOWNERS for actions by
[@​TingluoHuang](https://redirect.github.com/TingluoHuang) in
[#​2224](https://redirect.github.com/actions/checkout/pull/2224)
- Update package dependencies by
[@​salmanmkc](https://redirect.github.com/salmanmkc) in
[#​2236](https://redirect.github.com/actions/checkout/pull/2236)
- Prepare release v4.3.0 by
[@​salmanmkc](https://redirect.github.com/salmanmkc) in
[#​2237](https://redirect.github.com/actions/checkout/pull/2237)
##### New Contributors
- [@​motss](https://redirect.github.com/motss) made their first
contribution in
[#​1971](https://redirect.github.com/actions/checkout/pull/1971)
- [@​mouismail](https://redirect.github.com/mouismail) made their
first contribution in
[#​1977](https://redirect.github.com/actions/checkout/pull/1977)
- [@​benwells](https://redirect.github.com/benwells) made their
first contribution in
[#​2043](https://redirect.github.com/actions/checkout/pull/2043)
- [@​nebuk89](https://redirect.github.com/nebuk89) made their
first contribution in
[#​2194](https://redirect.github.com/actions/checkout/pull/2194)
- [@​salmanmkc](https://redirect.github.com/salmanmkc) made their
first contribution in
[#​2236](https://redirect.github.com/actions/checkout/pull/2236)
**Full Changelog**:
<https://github.com/actions/checkout/compare/v4...v4.3.0>
###
[`v4.2.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.2.1...v4.2.2)
- `url-helper.ts` now leverages well-known environment variables by
[@​jww3](https://redirect.github.com/jww3) in
[#​1941](https://redirect.github.com/actions/checkout/pull/1941)
- Expand unit test coverage for `isGhes` by
[@​jww3](https://redirect.github.com/jww3) in
[#​1946](https://redirect.github.com/actions/checkout/pull/1946)
###
[`v4.2.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v421)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.2.0...v4.2.1)
- Check out other refs/\* by commit if provided, fall back to ref by
[@​orhantoy](https://redirect.github.com/orhantoy) in
[#​1924](https://redirect.github.com/actions/checkout/pull/1924)
###
[`v4.2.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v420)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.1.7...v4.2.0)
- Add Ref and Commit outputs by
[@​lucacome](https://redirect.github.com/lucacome) in
[#​1180](https://redirect.github.com/actions/checkout/pull/1180)
- Dependency updates by
[@​dependabot-](https://redirect.github.com/dependabot-)
[#​1777](https://redirect.github.com/actions/checkout/pull/1777),
[#​1872](https://redirect.github.com/actions/checkout/pull/1872)
###
[`v4.1.7`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.1.6...v4.1.7)
- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@​dependabot](https://redirect.github.com/dependabot)
in
[#​1739](https://redirect.github.com/actions/checkout/pull/1739)
- Bump actions/checkout from 3 to 4 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1697](https://redirect.github.com/actions/checkout/pull/1697)
- Check out other refs/\* by commit by
[@​orhantoy](https://redirect.github.com/orhantoy) in
[#​1774](https://redirect.github.com/actions/checkout/pull/1774)
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@​jww3](https://redirect.github.com/jww3) in
[#​1776](https://redirect.github.com/actions/checkout/pull/1776)
###
[`v4.1.6`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v416)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.1.5...v4.1.6)
- Check platform to set archive extension appropriately by
[@​cory-miller](https://redirect.github.com/cory-miller) in
[#​1732](https://redirect.github.com/actions/checkout/pull/1732)
###
[`v4.1.5`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v415)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.1.4...v4.1.5)
- Update NPM dependencies by
[@​cory-miller](https://redirect.github.com/cory-miller) in
[#​1703](https://redirect.github.com/actions/checkout/pull/1703)
- Bump github/codeql-action from 2 to 3 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1694](https://redirect.github.com/actions/checkout/pull/1694)
- Bump actions/setup-node from 1 to 4 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1696](https://redirect.github.com/actions/checkout/pull/1696)
- Bump actions/upload-artifact from 2 to 4 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1695](https://redirect.github.com/actions/checkout/pull/1695)
- README: Suggest `user.email` to be
`41898282+github-actions[bot]@​users.noreply.github.com` by
[@​cory-miller](https://redirect.github.com/cory-miller) in
[#​1707](https://redirect.github.com/actions/checkout/pull/1707)
###
[`v4.1.4`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v414)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.1.3...v4.1.4)
- Disable `extensions.worktreeConfig` when disabling `sparse-checkout`
by [@​jww3](https://redirect.github.com/jww3) in
[#​1692](https://redirect.github.com/actions/checkout/pull/1692)
- Add dependabot config by
[@​cory-miller](https://redirect.github.com/cory-miller) in
[#​1688](https://redirect.github.com/actions/checkout/pull/1688)
- Bump the minor-actions-dependencies group with 2 updates by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1693](https://redirect.github.com/actions/checkout/pull/1693)
- Bump word-wrap from 1.2.3 to 1.2.5 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1643](https://redirect.github.com/actions/checkout/pull/1643)
###
[`v4.1.3`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v413)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.1.2...v4.1.3)
- Check git version before attempting to disable `sparse-checkout` by
[@​jww3](https://redirect.github.com/jww3) in
[#​1656](https://redirect.github.com/actions/checkout/pull/1656)
- Add SSH user parameter by
[@​cory-miller](https://redirect.github.com/cory-miller) in
[#​1685](https://redirect.github.com/actions/checkout/pull/1685)
- Update `actions/checkout` version in `update-main-version.yml` by
[@​jww3](https://redirect.github.com/jww3) in
[#​1650](https://redirect.github.com/actions/checkout/pull/1650)
###
[`v4.1.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v412)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.1.1...v4.1.2)
- Fix: Disable sparse checkout whenever `sparse-checkout` option is not
present [@​dscho](https://redirect.github.com/dscho) in
[#​1598](https://redirect.github.com/actions/checkout/pull/1598)
###
[`v4.1.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v411)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.1.0...v4.1.1)
- Correct link to GitHub Docs by
[@​peterbe](https://redirect.github.com/peterbe) in
[#​1511](https://redirect.github.com/actions/checkout/pull/1511)
- Link to release page from what's new section by
[@​cory-miller](https://redirect.github.com/cory-miller) in
[#​1514](https://redirect.github.com/actions/checkout/pull/1514)
###
[`v4.1.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v410)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4...v4.1.0)
- [Add support for partial checkout
filters](https://redirect.github.com/actions/checkout/pull/1396)
</details>
<details>
<summary>actions/setup-python (actions/setup-python)</summary>
###
[`v6.2.0`](https://redirect.github.com/actions/setup-python/compare/v6.1.0...v6.2.0)
[Compare
Source](https://redirect.github.com/actions/setup-python/compare/v6.1.0...v6.2.0)
###
[`v6.1.0`](https://redirect.github.com/actions/setup-python/releases/tag/v6.1.0)
[Compare
Source](https://redirect.github.com/actions/setup-python/compare/v6...v6.1.0)
##### What's Changed
##### Enhancements:
- Add support for `pip-install` input by
[@​gowridurgad](https://redirect.github.com/gowridurgad) in
[#​1201](https://redirect.github.com/actions/setup-python/pull/1201)
- Add graalpy early-access and windows builds by
[@​timfel](https://redirect.github.com/timfel) in
[#​880](https://redirect.github.com/actions/setup-python/pull/880)
##### Dependency and Documentation updates:
- Enhanced wording and updated example usage for `allow-prereleases` by
[@​yarikoptic](https://redirect.github.com/yarikoptic) in
[#​979](https://redirect.github.com/actions/setup-python/pull/979)
- Upgrade urllib3 from 1.26.19 to 2.5.0 and document breaking changes in
v6 by [@​dependabot](https://redirect.github.com/dependabot) in
[#​1139](https://redirect.github.com/actions/setup-python/pull/1139)
- Upgrade typescript from 5.4.2 to 5.9.3 and Documentation update by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1094](https://redirect.github.com/actions/setup-python/pull/1094)
- Upgrade actions/publish-action from 0.3.0 to 0.4.0 & Documentation
update for pip-install input by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1199](https://redirect.github.com/actions/setup-python/pull/1199)
- Upgrade requests from 2.32.2 to 2.32.4 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1130](https://redirect.github.com/actions/setup-python/pull/1130)
- Upgrade prettier from 3.5.3 to 3.6.2 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1234](https://redirect.github.com/actions/setup-python/pull/1234)
- Upgrade [@​types/node](https://redirect.github.com/types/node)
from 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1235](https://redirect.github.com/actions/setup-python/pull/1235)
##### New Contributors
- [@​yarikoptic](https://redirect.github.com/yarikoptic) made
their first contribution in
[#​979](https://redirect.github.com/actions/setup-python/pull/979)
**Full Changelog**:
<https://github.com/actions/setup-python/compare/v6...v6.1.0>
###
[`v6.0.0`](https://redirect.github.com/actions/setup-python/releases/tag/v6.0.0)
[Compare
Source](https://redirect.github.com/actions/setup-python/compare/v6...v6)
#### What's Changed
##### Breaking Changes
- Upgrade to node 24 by
[@​salmanmkc](https://redirect.github.com/salmanmkc) in
[#​1164](https://redirect.github.com/actions/setup-python/pull/1164)
Make sure your runner is on version v2.327.1 or later to ensure
compatibility with this release. [See Release
Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1)
##### Enhancements:
- Add support for `pip-version` by
[@​priyagupta108](https://redirect.github.com/priyagupta108) in
[#​1129](https://redirect.github.com/actions/setup-python/pull/1129)
- Enhance reading from .python-version by
[@​krystof-k](https://redirect.github.com/krystof-k) in
[#​787](https://redirect.github.com/actions/setup-python/pull/787)
- Add version parsing from Pipfile by
[@​aradkdj](https://redirect.github.com/aradkdj) in
[#​1067](https://redirect.github.com/actions/setup-python/pull/1067)
##### Bug fixes:
- Clarify pythonLocation behaviour for PyPy and GraalPy in environment
variables by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in
[#​1183](https://redirect.github.com/actions/setup-python/pull/1183)
- Change missing cache directory error to warning by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in
[#​1182](https://redirect.github.com/actions/setup-python/pull/1182)
- Add Architecture-Specific PATH Management for Python with --user Flag
on Windows by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in
[#​1122](https://redirect.github.com/actions/setup-python/pull/1122)
- Include python version in PyPy python-version output by
[@​cdce8p](https://redirect.github.com/cdce8p) in
[#​1110](https://redirect.github.com/actions/setup-python/pull/1110)
- Update docs: clarification on pip authentication with setup-python by
[@​priya-kinthali](https://redirect.github.com/priya-kinthali) in
[#​1156](https://redirect.github.com/actions/setup-python/pull/1156)
##### Dependency updates:
- Upgrade idna from 2.9 to 3.7 in /**tests**/data by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​843](https://redirect.github.com/actions/setup-python/pull/843)
- Upgrade form-data to fix critical vulnerabilities
[#​182](https://redirect.github.com/actions/setup-python/issues/182)
&
[#​183](https://redirect.github.com/actions/setup-python/issues/183)
by [@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y)
in
[#​1163](https://redirect.github.com/actions/setup-python/pull/1163)
- Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in
PackageIndex.download by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in
[#​1165](https://redirect.github.com/actions/setup-python/pull/1165)
- Upgrade actions/checkout from 4 to 5 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​1181](https://redirect.github.com/actions/setup-python/pull/1181)
- Upgrade
[@​actions/tool-cache](https://redirect.github.com/actions/tool-cache)
from 2.0.1 to 2.0.2 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​1095](https://redirect.github.com/actions/setup-python/pull/1095)
#### New Contributors
- [@​krystof-k](https://redirect.github.com/krystof-k) made their
first contribution in
[#​787](https://redirect.github.com/actions/setup-python/pull/787)
- [@​cdce8p](https://redirect.github.com/cdce8p) made their first
contribution in
[#​1110](https://redirect.github.com/actions/setup-python/pull/1110)
- [@​aradkdj](https://redirect.github.com/aradkdj) made their
first contribution in
[#​1067](https://redirect.github.com/actions/setup-python/pull/1067)
**Full Changelog**:
<https://github.com/actions/setup-python/compare/v5...v6.0.0>
###
[`v6`](https://redirect.github.com/actions/setup-python/compare/v5...v6)
[Compare
Source](https://redirect.github.com/actions/setup-python/compare/v5.6.0...v6)
###
[`v5.6.0`](https://redirect.github.com/actions/setup-python/releases/tag/v5.6.0)
[Compare
Source](https://redirect.github.com/actions/setup-python/compare/v5.5.0...v5.6.0)
#### What's Changed
- Workflow updates related to Ubuntu 20.04 by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in
[#​1065](https://redirect.github.com/actions/setup-python/pull/1065)
- Fix for Candidate Not Iterable Error by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in
[#​1082](https://redirect.github.com/actions/setup-python/pull/1082)
- Upgrade semver and
[@​types/semver](https://redirect.github.com/types/semver) by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1091](https://redirect.github.com/actions/setup-python/pull/1091)
- Upgrade prettier from 2.8.8 to 3.5.3 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1046](https://redirect.github.com/actions/setup-python/pull/1046)
- Upgrade ts-jest from 29.1.2 to 29.3.2 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1081](https://redirect.github.com/actions/setup-python/pull/1081)
**Full Changelog**:
<https://github.com/actions/setup-python/compare/v5...v5.6.0>
###
[`v5.5.0`](https://redirect.github.com/actions/setup-python/releases/tag/v5.5.0)
[Compare
Source](https://redirect.github.com/actions/setup-python/compare/v5.4.0...v5.5.0)
#### What's Changed
##### Enhancements:
- Support free threaded Python versions like '3.13t' by
[@​colesbury](https://redirect.github.com/colesbury) in
[#​973](https://redirect.github.com/actions/setup-python/pull/973)
- Enhance Workflows: Include ubuntu-arm runners, Add e2e Testing for
free threaded and Upgrade
[@​action/cache](https://redirect.github.com/action/cache) from
4.0.0 to 4.0.3 by
[@​priya-kinthali](https://redirect.github.com/priya-kinthali) in
[#​1056](https://redirect.github.com/actions/setup-python/pull/1056)
- Add support for .tool-versions file in setup-python by
[@​mahabaleshwars](https://redirect.github.com/mahabaleshwars) in
[#​1043](https://redirect.github.com/actions/setup-python/pull/1043)
##### Bug fixes:
- Fix architecture for pypy on Linux ARM64 by
[@​mayeut](https://redirect.github.com/mayeut) in
[#​1011](https://redirect.github.com/actions/setup-python/pull/1011)
This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.
##### Dependency updates:
- Upgrade [@​vercel/ncc](https://redirect.github.com/vercel/ncc)
from 0.38.1 to 0.38.3 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1016](https://redirect.github.com/actions/setup-python/pull/1016)
- Upgrade
[@​actions/glob](https://redirect.github.com/actions/glob) from
0.4.0 to 0.5.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1015](https://redirect.github.com/actions/setup-python/pull/1015)
#### New Contributors
- [@​colesbury](https://redirect.github.com/colesbury) made their
first contribution in
[#​973](https://redirect.github.com/actions/setup-python/pull/973)
- [@​mahabaleshwars](https://redirect.github.com/mahabaleshwars)
made their first contribution in
[#​1043](https://redirect.github.com/actions/setup-python/pull/1043)
**Full Changelog**:
<https://github.com/actions/setup-python/compare/v5...v5.5.0>
###
[`v5.4.0`](https://redirect.github.com/actions/setup-python/releases/tag/v5.4.0)
[Compare
Source](https://redirect.github.com/actions/setup-python/compare/v5.3.0...v5.4.0)
#### What's Changed
##### Enhancements:
- Update cache error message by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in
[#​968](https://redirect.github.com/actions/setup-python/pull/968)
- Enhance Workflows: Add Ubuntu-24, Remove Python 3.8 by
[@​priya-kinthali](https://redirect.github.com/priya-kinthali) in
[#​985](https://redirect.github.com/actions/setup-python/pull/985)
- Configure Dependabot settings by
[@​HarithaVattikuti](https://redirect.github.com/HarithaVattikuti)
in
[#​1008](https://redirect.github.com/actions/setup-python/pull/1008)
##### Documentation changes:
- Readme update - recommended permissions by
[@​benwells](https://redirect.github.com/benwells) in
[#​1009](https://redirect.github.com/actions/setup-python/pull/1009)
- Improve Advanced Usage examples by
[@​lrq3000](https://redirect.github.com/lrq3000) in
[#​645](https://redirect.github.com/actions/setup-python/pull/645)
##### Dependency updates:
- Upgrade `undici` from 5.28.4 to 5.28.5 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1012](https://redirect.github.com/actions/setup-python/pull/1012)
- Upgrade `urllib3` from 1.25.9 to 1.26.19 in /**tests**/data by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​895](https://redirect.github.com/actions/setup-python/pull/895)
- Upgrade `actions/publish-immutable-action` from 0.0.3 to 0.0.4 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1014](https://redirect.github.com/actions/setup-python/pull/1014)
- Upgrade `@actions/http-client` from 2.2.1 to 2.2.3 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1020](https://redirect.github.com/actions/setup-python/pull/1020)
- Upgrade `requests` from 2.24.0 to 2.32.2 in /**tests**/data by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1019](https://redirect.github.com/actions/setup-python/pull/1019)
- Upgrade `@actions/cache` to `^4.0.0` by
[@​priyagupta108](https://redirect.github.com/priyagupta108) in
[#​1007](https://redirect.github.com/actions/setup-python/pull/1007)
#### New Contributors
- [@​benwells](https://redirect.github.com/benwells) made their
first contribution in
[#​1009](https://redirect.github.com/actions/setup-python/pull/1009)
-
[@​HarithaVattikuti](https://redirect.github.com/HarithaVattikuti)
made their first contribution in
[#​1008](https://redirect.github.com/actions/setup-python/pull/1008)
- [@​lrq3000](https://redirect.github.com/lrq3000) made their
first contribution in
[#​645](https://redirect.github.com/actions/setup-python/pull/645)
**Full Changelog**:
<https://github.com/actions/setup-python/compare/v5...v5.4.0>
###
[`v5.3.0`](https://redirect.github.com/actions/setup-python/releases/tag/v5.3.0)
[Compare
Source](https://redirect.github.com/actions/setup-python/compare/v5.2.0...v5.3.0)
#### What's Changed
- Add workflow file for publishing releases to immutable action package
by [@​Jcambass](https://redirect.github.com/Jcambass) in
[#​941](https://redirect.github.com/actions/setup-python/pull/941)
- Upgrade IA publish by
[@​Jcambass](https://redirect.github.com/Jcambass) in
[#​943](https://redirect.github.com/actions/setup-python/pull/943)
##### Bug Fixes:
- Normalise Line Endings to Ensure Cross-Platform Consistency by
[@​priya-kinthali](https://redirect.github.com/priya-kinthali) in
[#​938](https://redirect.github.com/actions/setup-python/pull/938)
- Revise `isGhes` logic by
[@​jww3](https://redirect.github.com/jww3) in
[#​963](https://redirect.github.com/actions/setup-python/pull/963)
- Bump pillow from 7.2 to 10.2.0 by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in
[#​956](https://redirect.github.com/actions/setup-python/pull/956)
##### Enhancements:
- Enhance workflows and documentation updates by
[@​priya-kinthali](https://redirect.github.com/priya-kinthali) in
[#​965](https://redirect.github.com/actions/setup-python/pull/965)
- Bump default versions to latest by
[@​jeffwidman](https://redirect.github.com/jeffwidman) in
[#​905](https://redirect.github.com/actions/setup-python/pull/905)
#### New Contributors
- [@​Jcambass](https://redirect.github.com/Jcambass) made their
first contribution in
[#​941](https://redirect.github.com/actions/setup-python/pull/941)
- [@​jww3](https://redirect.github.com/jww3) made their first
contribution in
[#​963](https://redirect.github.com/actions/setup-python/pull/963)
**Full Changelog**:
<https://github.com/actions/setup-python/compare/v5...v5.3.0>
###
[`v5.2.0`](https://redirect.github.com/actions/setup-python/releases/tag/v5.2.0)
[Compare
Source](https://redirect.github.com/actions/setup-python/compare/v5.1.1...v5.2.0)
#### What's Changed
##### Bug fixes:
- Add `.zip` extension to Windows package downloads for `Expand-Archive`
Compatibility by
[@​priyagupta108](https://redirect.github.com/priyagupta108) in
[#​916](https://redirect.github.com/actions/setup-python/pull/916)
This addresses compatibility issues on Windows self-hosted runners by
ensuring that the filenames for Python and PyPy package downloads
explicitly include the .zip extension, allowing the Expand-Archive
command to function correctly.
- Add arch to cache key by
[@​Zxilly](https://redirect.github.com/Zxilly) in
[#​896](https://redirect.github.com/actions/setup-python/pull/896)
This addresses issues with caching by adding the architecture (arch) to
the cache key, ensuring that cache keys are accurate to prevent
conflicts.
Note: This change may break previous cache keys as they will no longer
be compatible with the new format.
##### Documentation changes:
- Fix display of emojis in contributors doc by
[@​sciencewhiz](https://redirect.github.com/sciencewhiz) in
[#​899](https://redirect.github.com/actions/setup-python/pull/899)
- Documentation update for caching poetry dependencies by
[@​gowridurgad](https://redirect.github.com/gowridurgad) in
[#​908](https://redirect.github.com/actions/setup-python/pull/908)
##### Dependency updates:
- Bump [@​iarna/toml](https://redirect.github.com/iarna/toml)
version from 2.2.5 to 3.0.0 by
[@​priya-kinthali](https://redirect.github.com/priya-kinthali) in
[#​912](https://redirect.github.com/actions/setup-python/pull/912)
- Bump pyinstaller from 3.6 to 5.13.1 by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in
[#​923](https://redirect.github.com/actions/setup-python/pull/923)
#### New Contributors
- [@​sciencewhiz](https://redirect.github.com/sciencewhiz) made
their first contribution in
[#​899](https://redirect.github.com/actions/setup-python/pull/899)
- [@​priyagupta108](https://redirect.github.com/priyagupta108)
made their first contribution in
[#​916](https://redirect.github.com/actions/setup-python/pull/916)
- [@​Zxilly](https://redirect.github.com/Zxilly) made their first
contribution in
[#​896](https://redirect.github.com/actions/setup-python/pull/896)
- [@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y)
made their first contribution in
[#​923](https://redirect.github.com/actions/setup-python/pull/923)
**Full Changelog**:
<https://github.com/actions/setup-python/compare/v5...v5.2.0>
###
[`v5.1.1`](https://redirect.github.com/actions/setup-python/releases/tag/v5.1.1)
[Compare
Source](https://redirect.github.com/actions/setup-python/compare/v5.1.0...v5.1.1)
#### What's Changed
##### Bug fixes:
- fix(ci): update all failing workflows by
[@​mayeut](https://redirect.github.com/mayeut) in
[#​863](https://redirect.github.com/actions/setup-python/pull/863)
This update ensures compatibility and optimal performance of workflows
on the latest macOS version.
##### Documentation changes:
- Documentation update for cache by
[@​gowridurgad](https://redirect.github.com/gowridurgad) in
[#​873](https://redirect.github.com/actions/setup-python/pull/873)
##### Dependency updates:
- Bump braces from 3.0.2 to 3.0.3 and undici from 5.28.3 to 5.28.4 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​893](https://redirect.github.com/actions/setup-python/pull/893)
#### New Contributors
- [@​gowridurgad](https://redirect.github.com/gowridurgad) made
their first contribution in
[#​873](https://redirect.github.com/actions/setup-python/pull/873)
**Full Changelog**:
<https://github.com/actions/setup-python/compare/v5...v5.1.1>
###
[`v5.1.0`](https://redirect.github.com/actions/setup-python/releases/tag/v5.1.0)
[Compare
Source](https://redirect.github.com/actions/setup-python/compare/v5...v5.1.0)
#### What's Changed
- Leveraging the raw API to retrieve the version-manifest, as it does
not impose a rate limit and hence facilitates unrestricted consumption
without the need for a token for Github Enterprise Servers by
[@​Shegox](https://redirect.github.com/Shegox) in
[#​766](https://redirect.github.com/actions/setup-python/pull/766).
- Dependency updates by
[@​dependabot](https://redirect.github.com/dependabot) and
[@​HarithaVattikuti](https://redirect.github.com/HarithaVattikuti)
in
[#​817](https://redirect.github.com/actions/setup-python/pull/817)
- Documentation changes for version in README by
[@​basnijholt](https://redirect.github.com/basnijholt) in
[#​776](https://redirect.github.com/actions/setup-python/pull/776)
- Documentation changes for link in README by
[@​ukd1](https://redirect.github.com/ukd1) in
[#​793](https://redirect.github.com/actions/setup-python/pull/793)
- Documentation changes for link in Advanced Usage by
[@​Jamim](https://redirect.github.com/Jamim) in
[#​782](https://redirect.github.com/actions/setup-python/pull/782)
- Documentation changes for avoiding rate limit issues on GHES by
[@​priya-kinthali](https://redirect.github.com/priya-kinthali) in
[#​835](https://redirect.github.com/actions/setup-python/pull/835)
#### New Contributors
- [@​basnijholt](https://redirect.github.com/basnijholt) made
their first contribution in
[#​776](https://redirect.github.com/actions/setup-python/pull/776)
- [@​ukd1](https://redirect.github.com/ukd1) made their first
contribution in
[#​793](https://redirect.github.com/actions/setup-python/pull/793)
- [@​Jamim](https://redirect.github.com/Jamim) made their first
contribution in
[#​782](https://redirect.github.com/actions/setup-python/pull/782)
- [@​Shegox](https://redirect.github.com/Shegox) made their first
contribution in
[#​766](https://redirect.github.com/actions/setup-python/pull/766)
- [@​priya-kinthali](https://redirect.github.com/priya-kinthali)
made their first contribution in
[#​835](https://redirect.github.com/actions/setup-python/pull/835)
**Full Changelog**:
<https://github.com/actions/setup-python/compare/v5.0.0...v5.1.0>
</details>
<details>
<summary>pyca/cryptography (cryptography)</summary>
###
[`v48.0.0`](https://redirect.github.com/pyca/cryptography/compare/47.0.0...48.0.0)
[Compare
Source](https://redirect.github.com/pyca/cryptography/compare/47.0.0...48.0.0)
</details>
<details>
<summary>googleapis/google-cloud-python (db-dtypes)</summary>
###
[`v1.6.0`](https://redirect.github.com/googleapis/google-cloud-python/releases/tag/db-dtypes-v1.6.0):
db-dtypes: v1.6.0
[Compare
Source](https://redirect.github.com/googleapis/google-cloud-python/compare/db-dtypes-v1.5.1...db-dtypes-v1.6.0)
##### Features
- enable mypy session for db-dtypes
([#​16689](https://redirect.github.com/googleapis/google-cloud-python/issues/16689))
([856731e1](https://redirect.github.com/googleapis/google-cloud-python/commit/856731e1))
</details>
<details>
<summary>dorny/paths-filter (dorny/paths-filter)</summary>
###
[`v4.0.1`](https://redirect.github.com/dorny/paths-filter/releases/tag/v4.0.1)
[Compare
Source](https://redirect.github.com/dorny/paths-filter/compare/v4...v4.0.1)
#### What's Changed
- Support merge queue by
[@​masaru-iritani](https://redirect.github.com/masaru-iritani) in
[#​255](https://redirect.github.com/dorny/paths-filter/pull/255)
#### New Contributors
- [@​masaru-iritani](https://redirect.github.com/masaru-iritani)
made their first contribution in
[#​255](https://redirect.github.com/dorny/paths-filter/pull/255)
**Full Changelog**:
<https://github.com/dorny/paths-filter/compare/v4.0.0...v4.0.1>
###
[`v4.0.0`](https://redirect.github.com/dorny/paths-filter/blob/HEAD/CHANGELOG.md#v400)
[Compare
Source](https://redirect.github.com/dorny/paths-filter/compare/v4...v4)
- [Update action runtime to
node24](https://redirect.github.com/dorny/paths-filter/pull/294)
###
[`v4`](https://redirect.github.com/dorny/paths-filter/blob/HEAD/CHANGELOG.md#v400)
[Compare
Source](https://redirect.github.com/dorny/paths-filter/compare/v3.0.3...v4)
- [Update action runtime to
node24](https://redirect.github.com/dorny/paths-filter/pull/294)
###
[`v3.0.3`](https://redirect.github.com/dorny/paths-filter/blob/HEAD/CHANGELOG.md#v303)
[Compare
Source](https://redirect.github.com/dorny/paths-filter/compare/v3.0.2...v3.0.3)
- [Add missing
predicate-quantifier](https://redirect.github.com/dorny/paths-filter/pull/279)
###
[`v3.0.2`](https://redirect.github.com/dorny/paths-filter/blob/HEAD/CHANGELOG.md#v302)
[Compare
Source](https://redirect.github.com/dorny/paths-filter/compare/v3.0.1...v3.0.2)
- [Add config parameter for predicate
quantifier](https://redirect.github.com/dorny/paths-filter/pull/224)
###
[`v3.0.1`](https://redirect.github.com/dorny/paths-filter/blob/HEAD/CHANGELOG.md#v301)
[Compare
Source](https://redirect.github.com/dorny/paths-filter/compare/v3...v3.0.1)
- [Compare base and ref when token is
empty](https://redirect.github.com/dorny/paths-filter/pull/133)
</details>
<details>
<summary>kjd/idna (idna)</summary>
###
[`v3.14`](https://redirect.github.com/kjd/idna/compare/v3.13...v3.14)
[Compare
Source](https://redirect.github.com/kjd/idna/compare/v3.13...v3.14)
</details>
<details>
<summary>jestjs/jest (jest)</summary>
###
[`v30.4.2`](https://redirect.github.com/jestjs/jest/blob/HEAD/CHANGELOG.md#3042)
[Compare
Source](https://redirect.github.com/jestjs/jest/compare/v30.4.1...v30.4.2)
##### Fixes
- `[jest-runtime]` Fix named imports from CJS modules whose
`module.exports` is a function with own-property exports
([#​16150](https://redirect.github.com/jestjs/jest/pull/16150))
###
[`v30.4.1`](https://redirect.github.com/jestjs/jest/blob/HEAD/CHANGELOG.md#3041)
[Compare
Source](https://redirect.github.com/jestjs/jest/compare/v30.4.0...v30.4.1)
##### Features
- `[jest-config, jest-core, jest-runner, jest-schemas, jest-types]`
Allow custom runner configuration options via tuple format
`['runner-path', {options}]`
([#​16141](https://redirect.github.com/jestjs/jest/pull/16141))
##### Fixes
- `[jest-runtime]` Align CJS-from-ESM default export with Node:
`module.exports` is always the ESM default, `__esModule` unwrapping is
no longer applied
([#​16143](https://redirect.github.com/jestjs/jest/pull/16143))
###
[`v30.4.0`](https://redirect.github.com/jestjs/jest/blob/HEAD/CHANGELOG.md#3040)
[Compare
Source](https://redirect.github.com/jestjs/jest/compare/v30.3.0...v30.4.0)
##### Features
- `[babel-jest]` Support collecting coverage from `.mts`, `.cts` (and
other) files
([#​15994](https://redirect.github.com/jestjs/jest/pull/15994))
- `[jest-circus, jest-cli, jest-config, jest-core, jest-jasmine2,
jest-types]` Add `--collect-tests` flag to discover and list tests
without executing them
([#​16006](https://redirect.github.com/jestjs/jest/pull/16006))
- `[jest-config, jest-runner, jest-worker]` Add
`workerGracefulExitTimeout` config option to control how long workers
are given to exit before being force-killed
([#​15984](https://redirect.github.com/jestjs/jest/pull/15984))
- `[jest-config]` Add support for `jest.config.mts` as a valid
configuration file
([#​16005](https://redirect.github.com/jestjs/jest/pull/16005))
- `[jest-config, jest-core, jest-reporters, jest-runner]` `verbose` and
`silent` can now be set per-project; the project-level value overrides
the global value for that project's tests
([#​16133](https://redirect.github.com/jestjs/jest/pull/16133))
- `[@jest/fake-timers]` Accept `Temporal.Duration` in
`jest.advanceTimersByTime()` and `jest.advanceTimersByTimeAsync()`
([#​16128](https://redirect.github.com/jestjs/jest/pull/16128))
- `[@jest/fake-timers]` Accept `Temporal.Instant` and
`Temporal.ZonedDateTime` in `jest.setSystemTime()` and
`useFakeTimers({now})`
([#​16128](https://redirect.github.com/jestjs/jest/pull/16128))
- `[@jest/fake-timers]` Support faking `Temporal.Now.*`
([#​16131](https://redirect.github.com/jestjs/jest/pull/16131))
- `[jest-mock]` Add `clearMocksOnScope(scope)` on `ModuleMocker` for
clearing every mock function exposed on a scope object
([#​16088](https://redirect.github.com/jestjs/jest/pull/16088))
- `[jest-resolve]` Add `canResolveSync()` on `Resolver` so callers can
detect when a user-configured resolver only exports an `async` hook
([#​16064](https://redirect.github.com/jestjs/jest/pull/16064))
- `[jest-runtime]` Use synchronous `evaluate()` for ES modules without
top-level `await` on Node versions that support it (v24.9+), and prefer
the synchronous transform path when a sync transformer is configured
([#​16062](https://redirect.github.com/jestjs/jest/pull/16062))
- `[jest-runtime]` Support `require()` of ES modules on Node v24.9+
([#​16074](https://redirect.github.com/jestjs/jest/pull/16074))
- `[jest-runtime]` Validate TC39 import attributes (`with { type: 'json'
}`) on ESM imports
([#​16127](https://redirect.github.com/jestjs/jest/pull/16127))
- `[@jest/transform]` Add `canTransformSync(filename)` on
`ScriptTransformer` so callers can pick the sync vs async transform path
([#​16062](https://redirect.github.com/jestjs/jest/pull/16062))
- `[jest-util]` Add `isError` helper
([#​16076](https://redirect.github.com/jestjs/jest/pull/16076))
- `[pretty-format]` Support React 19
([#​16123](https://redirect.github.com/jestjs/jest/pull/16123))
##### Fixes
- `[expect-utils]` Fix `toStrictEqual` failing on `structuredClone`
results due to cross-realm constructor mismatch
([#​15959](https://redirect.github.com/jestjs/jest/pull/15959))
- `[@jest/expect-utils]` Prevent `toMatchObject`/subset matching from
throwing when encountering exotic iterables
([#​15952](https://redirect.github.com/jestjs/jest/pull/15952))
- `[fake-timers]` Convert `Date` to milliseconds before passing to
`@sinonjs/fake-timers`
([#​16029](https://redirect.github.com/jestjs/jest/pull/16029))
- `[jest]` Export `GlobalConfig` and `ProjectConfig` TypeScript types
([#​16132](https://redirect.github.com/jestjs/jest/pull/16132))
- `[jest-circus]` Prevent crash when `asyncError` is undefined for
non-Error throws
([#​16003](https://redirect.github.com/jestjs/jest/pull/16003))
- `[jest-circus, jest-jasmine2]` Include `Error.cause` in JSON
`failureMessages` output
([#​15967](https://redirect.github.com/jestjs/jest/pull/15967))
- `[jest-config]` Fix preset path resolution on Windows when the preset
uses subpath `exports`
([#​15961](https://redirect.github.com/jestjs/jest/pull/15961))
- `[jest-config]` Allow `collectCoverage` and `coverageProvider` in
project config without a validation warning
([#​16132](https://redirect.github.com/jestjs/jest/pull/16132))
- `[jest-config]` Project config validator now emits "is not supported
in an individual project configuration" instead of "probably a typing
mistake" for known global-only options
([#​16132](https://redirect.github.com/jestjs/jest/pull/16132))
- `[jest-environment-node]` Fix `--localstorage-file` warning on Node
25+
([#​16086](https://redirect.github.com/jestjs/jest/pull/16086))
- `[jest-reporters]` Apply global coverage threshold to unmatched
pattern files in addition to glob/path thresholds
([#​16137](https://redirect.github.com/jestjs/jest/pull/16137))
- `[jest-reporters, jest-runner, jest-runtime, jest-transform]` Fix
coverage report not showing correct code coverage when using `projects`
config option
([#​16140](https://redirect.github.com/jestjs/jest/pull/16140))
- `[jest-runtime]` Resolve `expect` and `@jest/expect` from the internal
module registry so test-file imports share the same `JestAssertionError`
as the global `expect`
([#​16130](https://redirect.github.com/jestjs/jest/pull/16130))
- `[jest-runtime]` Improve CJS-from-ESM interop: `__esModule`/Babel
default unwrap, broader named-export coverage, and shared CJS singleton
across importers
([#​16050](https://redirect.github.com/jestjs/jest/pull/16050))
- `[jest-runtime]` Load `.js` files with ESM syntax but no
`"type":"module"` marker as native ESM
([#​16050](https://redirect.github.com/jestjs/jest/pull/16050))
- `[jest-runtime]` Extend the `.js`-with-ESM-syntax fallback to
`require()` on Node v24.9+ - falls back to `require(esm)` when the CJS
parser rejects ESM syntax
([#​16078](https://redirect.github.com/jestjs/jest/pull/16078))
- `[jest-runtime]` Fix deadlocks and double-evaluation in concurrent ESM
and wasm imports
([#​16050](https://redirect.github.com/jestjs/jest/pull/16050))
- `[jest-runtime]` Fix error when `require()` is called after the Jest
environment has been torn down
([#​15951](https://redirect.github.com/jestjs/jest/pull/15951))
- `[jest-runtime]` Fix missing error when `import()` is called after the
Jest environment has been torn down
([#​16080](https://redirect.github.com/jestjs/jest/pull/16080))
- `[jest-runtime]` Fix virtual `unstable_mockModule` registrations not
respected in ESM
([#​16081](https://redirect.github.com/jestjs/jest/pull/16081))
- `[jest-runtime]` Apply `moduleNameMapper` when resolving modules with
`require.resolve()` and the `paths` option
([#​16135](https://redirect.github.com/jestjs/jest/pull/16135))
##### Chore & Maintenance
- `[@jest/fake-timers]` Upgrade `@sinonjs/fake-timers`
([#​16139](https://redirect.github.com/jestjs/jest/pull/16139))
- `[jest-runtime]` Use synchronous `linkRequests` / `instantiate` for
ESM linking on Node v24.9+
([#​16063](https://redirect.github.com/jestjs/jest/pull/16063))
</details>
<details>
<summary>jsdom/jsdom (jsdom)</summary>
###
[`v29.1.1`](https://redirect.github.com/jsdom/jsdom/compare/v29.1.0...9b9ea7e10b7842cd38c61458a38774cc3b60c24c)
[Compare
Source](https://redirect.github.com/jsdom/jsdom/compare/v29.1.0...v29.1.1)
</details>
<details>
<summary>pandas-dev/pandas (pandas)</summary>
###
[`v3.0.2`](https://redirect.github.com/pandas-dev/pandas/releases/tag/v3.0.2):
pandas 3.0.2
[Compare
Source](https://redirect.github.com/pandas-dev/pandas/compare/v3.0.1...v3.0.2)
We are pleased to announce the release of pandas 3.0.2.
This is a patch release in the 3.0.x series and includes some regression
fixes and bug fixes. We recommend that all users of the 3.0.x series
upgrade to this version.
See the [full
whatsnew](https://pandas.pydata.org/docs/dev/whatsnew/v3.0.2.html) for a
list of all the changes.
Pandas 3.0 supports Python 3.11 and higher.
The release can be installed from PyPI:
```
python -m pip install --upgrade pandas==3.0.*
```
Or from conda-forge
```
conda install -c conda-forge pandas=3.0
```
Please report any issues with the release on the [pandas issue
tracker](https://redirect.github.com/pandas-dev/pandas/issues).
Thanks to all the contributors who made this release possible.
###
[`v3.0.1`](https://redirect.github.com/pandas-dev/pandas/releases/tag/v3.0.1):
pandas 3.0.1
[Compare
Source](https://redirect.github.com/pandas-dev/pandas/compare/v3.0.0...v3.0.1)
We are pleased to announce the release of pandas 3.0.1.
This is a patch release in the 3.0.x series and includes some regression
fixes and bug fixes. We recommend that all users of the 3.0.x series
upgrade to this version.
See the [full
whatsnew](https://pandas.pydata.org/docs/dev/whatsnew/v3.0.1.html) for a
list of all the changes.
Pandas 3.0.0 supports Python 3.11 and
> ✂ **Note**
>
> PR body was truncated to here.
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/googleapis/google-cloud-python).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
---------
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
This PR contains the following updates:
7.29.2→7.29.5v4→v6v5→v6==47.0.0→==48.0.0==1.5.1→==1.6.0v3→v4==2.50.0→==2.52.0==2.37.0→==2.38.0==2.5.1→==2.6.0==3.65.0→==3.66.0==1.7.1→==1.8.0==1.74.0→==1.75.0==3.13→==3.1430.3.0→30.4.230.3.0→30.4.129.1.0→29.1.1==2.3.3→==3.0.2==26.1→==26.1.1==0.4.1→==0.5.2==1.27.2→==1.28.03.10→3.143.12→3.140.1.1→0.2.18==2.6.3→==2.7.0==21.3.0→==21.3.1Release Notes
babel/babel (@babel/preset-env)
v7.29.5Compare Source
v7.29.3Compare Source
actions/checkout (actions/checkout)
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v6Compare Source
v5.0.1Compare Source
What's Changed
Full Changelog: actions/checkout@v5...v5.0.1
v5.0.0Compare Source
What's Changed
v2.327.1
Release Notes
Make sure your runner is updated to this version or newer to use this release.
Full Changelog: actions/checkout@v4...v5.0.0
v5Compare Source
v4.3.1Compare Source
What's Changed
Full Changelog: actions/checkout@v4...v4.3.1
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
v4.2.2Compare Source
url-helper.tsnow leverages well-known environment variables by @jww3 in #1941isGhesby @jww3 in #1946v4.2.1Compare Source
v4.2.0Compare Source
v4.1.7Compare Source
v4.1.6Compare Source
v4.1.5Compare Source
user.emailto be41898282+github-actions[bot]@​users.noreply.github.comby @cory-miller in #1707v4.1.4Compare Source
extensions.worktreeConfigwhen disablingsparse-checkoutby @jww3 in #1692v4.1.3Compare Source
sparse-checkoutby @jww3 in #1656actions/checkoutversion inupdate-main-version.ymlby @jww3 in #1650v4.1.2Compare Source
sparse-checkoutoption is not present @dscho in #1598v4.1.1Compare Source
v4.1.0Compare Source
actions/setup-python (actions/setup-python)
v6.2.0Compare Source
v6.1.0Compare Source
What's Changed
Enhancements:
pip-installinput by @gowridurgad in #1201Dependency and Documentation updates:
allow-prereleasesby @yarikoptic in #979New Contributors
Full Changelog: actions/setup-python@v6...v6.1.0
v6.0.0Compare Source
What's Changed
Breaking Changes
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Enhancements:
pip-versionby @priyagupta108 in #1129Bug fixes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-python@v5...v6.0.0
v6Compare Source
v5.6.0Compare Source
What's Changed
Full Changelog: actions/setup-python@v5...v5.6.0
v5.5.0Compare Source
What's Changed
Enhancements:
Bug fixes:
This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.
Dependency updates:
New Contributors
Full Changelog: actions/setup-python@v5...v5.5.0
v5.4.0Compare Source
What's Changed
Enhancements:
Documentation changes:
Dependency updates:
undicifrom 5.28.4 to 5.28.5 by @dependabot in #1012urllib3from 1.25.9 to 1.26.19 in /tests/data by @dependabot in #895actions/publish-immutable-actionfrom 0.0.3 to 0.0.4 by @dependabot in #1014@actions/http-clientfrom 2.2.1 to 2.2.3 by @dependabot in #1020requestsfrom 2.24.0 to 2.32.2 in /tests/data by @dependabot in #1019@actions/cacheto^4.0.0by @priyagupta108 in #1007New Contributors
Full Changelog: actions/setup-python@v5...v5.4.0
v5.3.0Compare Source
What's Changed
Bug Fixes:
isGheslogic by @jww3 in #963Enhancements:
New Contributors
Full Changelog: actions/setup-python@v5...v5.3.0
v5.2.0Compare Source
What's Changed
Bug fixes:
.zipextension to Windows package downloads forExpand-ArchiveCompatibility by @priyagupta108 in #916This addresses compatibility issues on Windows self-hosted runners by ensuring that the filenames for Python and PyPy package downloads explicitly include the .zip extension, allowing the Expand-Archive command to function correctly.
This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format.
Documentation changes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-python@v5...v5.2.0
v5.1.1Compare Source
What's Changed
Bug fixes:
This update ensures compatibility and optimal performance of workflows on the latest macOS version.
Documentation changes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-python@v5...v5.1.1
v5.1.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/setup-python@v5.0.0...v5.1.0
pyca/cryptography (cryptography)
v48.0.0Compare Source
googleapis/google-cloud-python (db-dtypes)
v1.6.0: db-dtypes: v1.6.0Compare Source
Features
dorny/paths-filter (dorny/paths-filter)
v4.0.1Compare Source
What's Changed
New Contributors
Full Changelog: dorny/paths-filter@v4.0.0...v4.0.1
v4.0.0Compare Source
v4Compare Source
v3.0.3Compare Source
v3.0.2Compare Source
v3.0.1Compare Source
kjd/idna (idna)
v3.14Compare Source
jestjs/jest (jest)
v30.4.2Compare Source
Fixes
[jest-runtime]Fix named imports from CJS modules whosemodule.exportsis a function with own-property exports (#16150)v30.4.1Compare Source
Features
[jest-config, jest-core, jest-runner, jest-schemas, jest-types]Allow custom runner configuration options via tuple format['runner-path', {options}](#16141)Fixes
[jest-runtime]Align CJS-from-ESM default export with Node:module.exportsis always the ESM default,__esModuleunwrapping is no longer applied (#16143)v30.4.0Compare Source
Features
[babel-jest]Support collecting coverage from.mts,.cts(and other) files (#15994)[jest-circus, jest-cli, jest-config, jest-core, jest-jasmine2, jest-types]Add--collect-testsflag to discover and list tests without executing them (#16006)[jest-config, jest-runner, jest-worker]AddworkerGracefulExitTimeoutconfig option to control how long workers are given to exit before being force-killed (#15984)[jest-config]Add support forjest.config.mtsas a valid configuration file (#16005)[jest-config, jest-core, jest-reporters, jest-runner]verboseandsilentcan now be set per-project; the project-level value overrides the global value for that project's tests (#16133)[@jest/fake-timers]AcceptTemporal.Durationinjest.advanceTimersByTime()andjest.advanceTimersByTimeAsync()(#16128)[@jest/fake-timers]AcceptTemporal.InstantandTemporal.ZonedDateTimeinjest.setSystemTime()anduseFakeTimers({now})(#16128)[@jest/fake-timers]Support fakingTemporal.Now.*(#16131)[jest-mock]AddclearMocksOnScope(scope)onModuleMockerfor clearing every mock function exposed on a scope object (#16088)[jest-resolve]AddcanResolveSync()onResolverso callers can detect when a user-configured resolver only exports anasynchook (#16064)[jest-runtime]Use synchronousevaluate()for ES modules without top-levelawaiton Node versions that support it (v24.9+), and prefer the synchronous transform path when a sync transformer is configured (#16062)[jest-runtime]Supportrequire()of ES modules on Node v24.9+ (#16074)[jest-runtime]Validate TC39 import attributes (with { type: 'json' }) on ESM imports (#16127)[@jest/transform]AddcanTransformSync(filename)onScriptTransformerso callers can pick the sync vs async transform path (#16062)[jest-util]AddisErrorhelper (#16076)[pretty-format]Support React 19 (#16123)Fixes
[expect-utils]FixtoStrictEqualfailing onstructuredCloneresults due to cross-realm constructor mismatch (#15959)[@jest/expect-utils]PreventtoMatchObject/subset matching from throwing when encountering exotic iterables (#15952)[fake-timers]ConvertDateto milliseconds before passing to@sinonjs/fake-timers(#16029)[jest]ExportGlobalConfigandProjectConfigTypeScript types (#16132)[jest-circus]Prevent crash whenasyncErroris undefined for non-Error throws (#16003)[jest-circus, jest-jasmine2]IncludeError.causein JSONfailureMessagesoutput (#15967)[jest-config]Fix preset path resolution on Windows when the preset uses subpathexports(#15961)[jest-config]AllowcollectCoverageandcoverageProviderin project config without a validation warning (#16132)[jest-config]Project config validator now emits "is not supported in an individual project configuration" instead of "probably a typing mistake" for known global-only options (#16132)[jest-environment-node]Fix--localstorage-filewarning on Node 25+ (#16086)[jest-reporters]Apply global coverage threshold to unmatched pattern files in addition to glob/path thresholds (#16137)[jest-reporters, jest-runner, jest-runtime, jest-transform]Fix coverage report not showing correct code coverage when usingprojectsconfig option (#16140)[jest-runtime]Resolveexpectand@jest/expectfrom the internal module registry so test-file imports share the sameJestAssertionErroras the globalexpect(#16130)[jest-runtime]Improve CJS-from-ESM interop:__esModule/Babel default unwrap, broader named-export coverage, and shared CJS singleton across importers (#16050)[jest-runtime]Load.jsfiles with ESM syntax but no"type":"module"marker as native ESM (#16050)[jest-runtime]Extend the.js-with-ESM-syntax fallback torequire()on Node v24.9+ - falls back torequire(esm)when the CJS parser rejects ESM syntax (#16078)[jest-runtime]Fix deadlocks and double-evaluation in concurrent ESM and wasm imports (#16050)[jest-runtime]Fix error whenrequire()is called after the Jest environment has been torn down (#15951)[jest-runtime]Fix missing error whenimport()is called after the Jest environment has been torn down (#16080)[jest-runtime]Fix virtualunstable_mockModuleregistrations not respected in ESM (#16081)[jest-runtime]ApplymoduleNameMapperwhen resolving modules withrequire.resolve()and thepathsoption (#16135)Chore & Maintenance
[@jest/fake-timers]Upgrade@sinonjs/fake-timers(#16139)[jest-runtime]Use synchronouslinkRequests/instantiatefor ESM linking on Node v24.9+ (#16063)jsdom/jsdom (jsdom)
v29.1.1Compare Source
pandas-dev/pandas (pandas)
v3.0.2: pandas 3.0.2Compare Source
We are pleased to announce the release of pandas 3.0.2.
This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.
See the full whatsnew for a list of all the changes.
Pandas 3.0 supports Python 3.11 and higher.
The release can be installed from PyPI:
Or from conda-forge
Please report any issues with the release on the pandas issue tracker.
Thanks to all the contributors who made this release possible.
v3.0.1: pandas 3.0.1Compare Source
We are pleased to announce the release of pandas 3.0.1.
This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.
See the full whatsnew for a list of all the changes.
Pandas 3.0.0 supports Python 3.11 and
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.