Bump the python-packages group with 2 updates#486
Merged
thierry-martinez merged 2 commits intoApr 20, 2026
Conversation
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) and [qiskit](https://github.com/Qiskit/qiskit) to permit the latest version. Updates `ruff` from 0.15.10 to 0.15.11 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.10...0.15.11) Updates `qiskit` to 2.4.0 - [Release notes](https://github.com/Qiskit/qiskit/releases) - [Changelog](https://github.com/Qiskit/qiskit/blob/main/docs/release_notes.rst) - [Commits](Qiskit/qiskit@1.0.0...2.4.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: qiskit dependency-version: 2.4.0 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #486 +/- ##
=======================================
Coverage 88.75% 88.75%
=======================================
Files 46 46
Lines 6749 6749
=======================================
Hits 5990 5990
Misses 759 759 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
emlynsg
approved these changes
Apr 20, 2026
thierry-martinez
added a commit
to thierry-martinez/graphix
that referenced
this pull request
Apr 20, 2026
Mypy currently fails when type-checking code against the latest Qiskit release (2.4.0; see TeamGraphix#485 and python/mypy#21263). While TeamGraphix#485 added an upperbound `qiskit<2.4` to `requirements-dev.txt`, it did not configure Dependabot to respect this limit, causing PR reverts (see commit bd9c491 in TeamGraphix#486). This commit adds the necessary configuration to prevent those updates.
thierry-martinez
added a commit
that referenced
this pull request
Apr 20, 2026
Mypy currently fails when type-checking code against the latest Qiskit release (2.4.0; see #485 and python/mypy#21263). While #485 added an upperbound `qiskit<2.4` to `requirements-dev.txt`, it did not configure Dependabot to respect this limit, causing PR reverts (see commit bd9c491 in #486). This commit adds the necessary configuration to prevent those updates.
emlynsg
pushed a commit
that referenced
this pull request
Apr 20, 2026
* Bump the python-packages group with 2 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff) and [qiskit](https://github.com/Qiskit/qiskit) to permit the latest version. Updates `ruff` from 0.15.10 to 0.15.11 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.10...0.15.11) Updates `qiskit` to 2.4.0 - [Release notes](https://github.com/Qiskit/qiskit/releases) - [Changelog](https://github.com/Qiskit/qiskit/blob/main/docs/release_notes.rst) - [Commits](Qiskit/qiskit@1.0.0...2.4.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: qiskit dependency-version: 2.4.0 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com> * reverting bump to qiskit max version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Emlyn Graham <egraham@PTB-02009984.paris.inria.fr>
emlynsg
pushed a commit
that referenced
this pull request
Apr 20, 2026
Mypy currently fails when type-checking code against the latest Qiskit release (2.4.0; see #485 and python/mypy#21263). While #485 added an upperbound `qiskit<2.4` to `requirements-dev.txt`, it did not configure Dependabot to respect this limit, causing PR reverts (see commit bd9c491 in #486). This commit adds the necessary configuration to prevent those updates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on ruff and qiskit to permit the latest version.
Updates
rufffrom 0.15.10 to 0.15.11Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
53554b1Bump 0.15.11 (#24678)08c56c8Factor out themdtestcrate (#24616)725fbb7[ty] Use partially qualified names when reporting diagnostics regarding bad c...ddd6a30[ty] Do not suggest argument completion when at value of keyword argument (#2...9282e61Disallow@disjoint_base on TypedDicts and Protocols (#24671)e9986d8[ty] Reject using properties withNeversetters or deleters (#24510)9cf212f[ty] Normalize property setter and deleter wrappers (#24509)12a1589Add override mention to ASYNC109 docs (#24666)dccb03d[ty] Avoid panicking on overloadedCallabletype context (#24661)61f9a0a[ty] Sync vendored typeshed stubs (#24646)Updates
qiskitto 2.4.0Release notes
Sourced from qiskit's releases.
... (truncated)
Changelog
Sourced from qiskit's changelog.
Commits
87a1d50Prepare 2.4.0 (#15859)1736ae3Fixed commutation checking between two Pauli product measurements (backport #...a31cf96Avoid triggering register/layout warning inremove_final_measurements(#160...37542ceUpdate QPY format version history table (#16034) (#16035)4f41b2cFix C transpiler level 3 optimisation loop (#15967) (#16008)e42eef4Producing correct QFT circuits over linear connectivity with 32 or more qubit...927d17bFix barrier label trunctation in matplotlib circuit renders (#15973) (#15978)9e171e8Prepare Qiskit 2.4.0rc3 (#15958)9bf5bb8Rewrite QPYParameterExpressionhandling in pure Polish form (#15934) (#15961)ab82ad0Correctly enforce matrix size check inCommutationChecker(#15933) (#15936)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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions