Skip to content

build(deps): bump pyside6-qtads from 5.0.0 to 5.0.0.2 - #1270

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyside6-qtads-5.0.0.2
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyside6-qtads-5.0.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps pyside6-qtads from 5.0.0 to 5.0.0.2.

Changelog

Sourced from pyside6-qtads's changelog.

Release Process

Releases of PySide6-QtAds are automated: pushing a v* tag to mborgerson/pyside6_qtads builds the sdist and all wheels and publishes them to PyPI. The manual work is getting the versions right first.

Version numbering

Package version A.B.C.D[.dev0]:

  • A.B.C — version of the bundled Qt ADS library.
  • D — binding/packaging patch, reset to 0 for each new Qt ADS version.
  • .dev0 — appended on main between releases.

Example: 5.0.05.0.0.1.dev05.0.0.15.0.0.2.dev0 → ...

Where versions live

File Contains Changes
pyproject.toml Package version Every release (release + .dev0 commits)
setup.py -DADS_VERSION Qt ADS version for CMake Only on new Qt ADS release
Qt-Advanced-Docking-System submodule Pinned Qt ADS commit When picking up upstream changes
.pyside-version PySide6 version wheels build and pin against Auto-bumped via PR by bump-pyside.yml

ADS_VERSION must match the pinned submodule's Qt ADS version, which must match A.B.C. Do not edit Qt-Advanced-Docking-System/pyproject.toml — it belongs to upstream. Wheels pin PySide6-Essentials/shiboken6 to .pyside-version, so merging a PySide bump PR usually warrants a patch release.

Releasing

1. If updating Qt ADS (new A.B.C) — otherwise skip

  • Pin the submodule to the upstream release matching the new A.B.C:

    cd Qt-Advanced-Docking-System
    git fetch origin
    git checkout vA.B.C
    cd ..
    git add Qt-Advanced-Docking-System

... (truncated)

Commits
  • 72016b6 v5.0.0.2: fix Qt-Advanced-Docking-System submodule incorrect in v5.0.0.1
  • 81da747 v5.0.0.2.dev0
  • 75cca3e v5.0.0.1
  • 022de2f ci: Don't vendor libxkbcommon in manylinux wheels
  • 20e8cf6 ci: bump astral-sh/setup-uv from 8.2.0 to 9.0.0
  • 211bfec ci: bump pypa/cibuildwheel from 4.1.0 to 4.1.1
  • 60747ae ci: bump actions/checkout from 7.0.0 to 7.0.1
  • 29cef87 v5.0.0.1.dev0
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [pyside6-qtads](https://github.com/mborgerson/pyside6_qtads) from 5.0.0 to 5.0.0.2.
- [Changelog](https://github.com/mborgerson/pyside6_qtads/blob/main/RELEASE.md)
- [Commits](mborgerson/pyside6_qtads@v5.0.0...v5.0.0.2)

---
updated-dependencies:
- dependency-name: pyside6-qtads
  dependency-version: 5.0.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Benchmark comparison

Threshold: 20% (lower is better).
Result: 0 regression(s), 0 improvement(s) beyond threshold.

No benchmark regression exceeded the configured threshold.

No benchmark improvement exceeded the configured threshold.

All benchmark results
Benchmark Baseline Current Change Status
BEC IPython client with companion app 2.07455 s 2.094 s +0.94% ok
BEC IPython client without companion app 2.09797 s 2.01661 s -3.88% ok
Import bec_widgets 0.013518 s 0.0131482 s -2.74% ok
tests/unit_tests/benchmarks/test_dock_area_benchmark.py::test_add_waveform_to_dock_area 0.157774 s 0.152287 s -3.48% ok

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