Skip to content

Bump importlib-metadata from 8.7.1 to 9.0.0 - #25878

Merged
Raymond Zhao (rzhao271) merged 4 commits into
mainfrom
dependabot/pip/importlib-metadata-9.0.0
Mar 31, 2026
Merged

Bump importlib-metadata from 8.7.1 to 9.0.0#25878
Raymond Zhao (rzhao271) merged 4 commits into
mainfrom
dependabot/pip/importlib-metadata-9.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 24, 2026

Copy link
Copy Markdown

Bumps importlib-metadata from 8.7.1 to 9.0.0.

Changelog

Sourced from importlib-metadata's changelog.

v9.0.0

Deprecations and Removals

  • Added MetadataNotFound (subclass of FileNotFoundError) and updated Distribution.metadata/metadata() to raise it when the metadata files are missing instead of returning Nonepython/cpython#143387#532)

v8.9.0

Features

v8.8.0

Features

  • Removed Python 3.9 compatibility.
Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 8.7.1 to 9.0.0.
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v8.7.1...v9.0.0)

---
updated-dependencies:
- dependency-name: importlib-metadata
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the no-changelog No news entry required label Mar 24, 2026
…9.0.0 (#25879)

`importlib-metadata==9.0.0` requires Python >=3.10, but the VSIX build
job was running under Python 3.9 — causing pip to reject the package
entirely. Since Python 3.9 is EOL, the fix is to upgrade the build
environment rather than downgrade the package.

## Changes

- **`.github/actions/build-vsix/action.yml`**: Updated the JediLSP build
step from Python 3.9 to Python 3.10, unblocking
`importlib-metadata==9.0.0`.

<!-- START COPILOT CODING AGENT SUFFIX -->



<!-- START COPILOT ORIGINAL PROMPT -->



<details>

<summary>Original prompt</summary>

> Fix the failing GitHub Actions workflow "PR/CI Check / Create VSIX
(ubuntu-latest, x86_64-unknown-linux-musl, alpine-x64) (pull_request)".
> Analyze the workflow logs, identify the root cause of the failure, and
implement a fix.
> Job ID: 68304650771
> Job URL:
/microsoft/vscode-python/actions/runs/23474615229/job/68304650771?pr=25878


</details>



<!-- START COPILOT CODING AGENT TIPS -->
---

📱 Kick off Copilot coding agent tasks wherever you are with [GitHub
Mobile](https://gh.io/cca-mobile-docs), available on iOS and Android.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
@rzhao271

Copy link
Copy Markdown

Copilot Use 3.10 for Python Tests instead of 3.9

Copilot AI commented Mar 31, 2026

Copy link
Copy Markdown

Copilot Use 3.10 for Python Tests instead of 3.9

Updated both pr-check.yml and build.yml to use Python 3.10 instead of 3.9 in the Python test matrix. Commit: 991f396

@rzhao271

Copy link
Copy Markdown

Copilot Fix lint issues

Copilot AI commented Mar 31, 2026

Copy link
Copy Markdown

Copilot Fix lint issues

Fixed Prettier formatting in .github/actions/build-vsix/action.yml. Commit: 532f020

@rzhao271
Raymond Zhao (rzhao271) enabled auto-merge (squash) March 31, 2026 19:41
@rzhao271 Raymond Zhao (rzhao271) added this to the 1.115.0 milestone Mar 31, 2026
@rzhao271
Raymond Zhao (rzhao271) merged commit 8efca1f into main Mar 31, 2026
86 checks passed
@rzhao271
Raymond Zhao (rzhao271) deleted the dependabot/pip/importlib-metadata-9.0.0 branch March 31, 2026 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog No news entry required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants