Skip to content

Instruct Dependabot to ignore Qiskit 2.4#487

Merged
thierry-martinez merged 1 commit into
TeamGraphix:masterfrom
thierry-martinez:fix/dependabot_qiskit
Apr 20, 2026
Merged

Instruct Dependabot to ignore Qiskit 2.4#487
thierry-martinez merged 1 commit into
TeamGraphix:masterfrom
thierry-martinez:fix/dependabot_qiskit

Conversation

@thierry-martinez
Copy link
Copy Markdown
Collaborator

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.

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.
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.75%. Comparing base (6aa16e9) to head (28e084b).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #487   +/-   ##
=======================================
  Coverage   88.75%   88.75%           
=======================================
  Files          46       46           
  Lines        6749     6749           
=======================================
  Hits         5990     5990           
  Misses        759      759           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@thierry-martinez thierry-martinez merged commit 633588f into TeamGraphix:master Apr 20, 2026
24 checks passed
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants