Skip to content

Bump pipdeptree from 2.35.2 to 4.2.3 - #2203

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pipdeptree-4.2.3
Open

Bump pipdeptree from 2.35.2 to 4.2.3#2203
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pipdeptree-4.2.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor

Bumps pipdeptree from 2.35.2 to 4.2.3.

Release notes

Sourced from pipdeptree's releases.

4.2.3

What's Changed

Full Changelog: tox-dev/pipdeptree@4.2.2...4.2.3

4.2.2

What's Changed

Full Changelog: tox-dev/pipdeptree@4.2.1...4.2.2

4.2.1

What's Changed

Full Changelog: tox-dev/pipdeptree@4.2.0...4.2.1

4.2.0

What's Changed

Full Changelog: tox-dev/pipdeptree@4.1.0...4.2.0

... (truncated)

Changelog

Sourced from pipdeptree's changelog.

Features - 4.2.3

  • Publish Windows arm64 wheels. Every Windows wheel was built for AMD64, so pip and uv fell back to the source distribution on Windows on ARM, where building the Rust extension needs a local cargo and MSVC toolchain. The cp310 abi3 wheel and the free-threaded cp314t and cp315t wheels now ship for that platform too; PyPy publishes no Windows arm64 interpreter, so pp311 stays AMD64 only. (:issue:693)

4.2.2 (2026-08-26)


Bug fixes - 4.2.2

  • Run under an interpreter built from a git checkout. Such a build reports its version with a trailing plus (3.13.5+), which PEP 440 reads as an empty local segment and rejects, so every run stopped with found a `+` indicating the start of a local component in a version. The trailing plus is now dropped, and a marker value that still fails to parse names the interpreter versions it came from. (:issue:656)
  • Stop warning about the console-script launcher on Windows. Python puts the running pipdeptree.exe on sys.path, and every file on the search path counted as an archive, so each run reported unsupported archives on the search path. Only files whose suffix is .egg, .pyz, .pyzw, .whl or .zip are now reported. (:issue:669)
  • Replace the removed nab-python dependency with nab-project. (:issue:681)

Packaging updates - 4.2.2

  • Build the wheels for each interpreter beside each other in CI, rather than one after another in a single job, and let the macOS builds share one Cargo target directory. The wheel matrix used to hold a pull request for 17 minutes. (:issue:648)

4.2.0 (2026-07-31)


Features - 4.2.0

  • Publish cp315t wheels, so a free-threaded 3.15 installs a wheel instead of compiling the Rust extension. (:issue:644)

Bug fixes - 4.2.0

  • Publish Linux aarch64 wheels. 4.1.0 shipped none, so pip and uv fell back to the source distribution on ARM64 hosts, where building the Rust extension needs a local cargo and C toolchain. (:issue:640)
  • Build from source on a free-threaded interpreter. The package asked for the limited API unconditionally and meson-python refuses to pair it with a free-threaded CPython, so the source build stopped before it started. (:issue:643)

Packaging updates - 4.2.0

... (truncated)

Commits
  • 63f1b33 release 4.2.3
  • a00b3ad [pre-commit.ci] pre-commit autoupdate (#694)
  • aa1fe4f 👷 ci(dist): build Windows arm64 wheels (#695)
  • d39803f release 4.2.2
  • bb671c8 👷 ci(release): report a missing release token (#692)
  • d0421c3 build(deps): bump taiki-e/install-action from 2.86.1 to 2.86.3 in the github-...
  • e51a0cc [pre-commit.ci] pre-commit autoupdate (#690)
  • 67aea4d 👷 ci: derive the wheel toolchain from rust-toolchain.toml (#689)
  • 89d7361 build(deps): bump rust-toolchain from 1.97 to 1.98 in the rust-toolchain grou...
  • b313166 build(deps): bump toml from 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0 in the cargo...
  • Additional commits viewable in compare view

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 [pipdeptree](https://github.com/tox-dev/pipdeptree) from 2.35.2 to 4.2.3.
- [Release notes](https://github.com/tox-dev/pipdeptree/releases)
- [Changelog](https://github.com/tox-dev/pipdeptree/blob/main/docs/changelog.rst)
- [Commits](tox-dev/pipdeptree@2.35.2...4.2.3)

---
updated-dependencies:
- dependency-name: pipdeptree
  dependency-version: 4.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 4, 2026
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.

0 participants