microsoft / Qcodes

Modular data acquisition framework
http://microsoft.github.io/Qcodes/
MIT License
320 stars 309 forks source link

Bump zhinst-toolkit from 0.6.3 to 0.6.4 in the zhinst group #6257

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the zhinst group with 1 update: zhinst-toolkit.

Updates zhinst-toolkit from 0.6.3 to 0.6.4

Release notes

Sourced from zhinst-toolkit's releases.

zhinst-toolkit 0.3.0 has been released.

🛠️ Change log is here.

⚠️ This release contains a major redesign and rework of zhinst-toolkit. It breaks the interface in many ways and an upgrade should be done carefully.

Check out the Documentation to see how the new toolkit version can boost your experience with using LabOne inside Python.

zhinst-toolkit 0.2.0 has been released.

🛠️ Change log is here.

zhinst-toolkit 0.1.2 has been released.

🛠️ Change log is here.

Changelog

Sourced from zhinst-toolkit's changelog.

Version 0.6.4

  • Function wait_for_state_change now works with zero timeout; the node value is always checked at least once.
  • Improved the stability of device interface auto-detection when it is not supplied while connecting to a device.
Commits
  • 3bec387 Extend device interface autodetection
  • 02bf589 Update doc requirements
  • a9bd494 Make the function wait_for_state_change work with zero timeout
  • 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will 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 minor version` will 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 67.19%. Comparing base (ec7bad5) to head (f1dd2b0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6257 +/- ## ========================================== + Coverage 66.16% 67.19% +1.02% ========================================== Files 352 352 Lines 32140 32140 ========================================== + Hits 21264 21595 +331 + Misses 10876 10545 -331 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jenshnielsen commented 1 month ago

looks like we need to bump the min version of typing extensions

jenshnielsen commented 1 month ago

@dependabot rebase

dependabot[bot] commented 1 month ago

Dependabot attempted to update this pull request, but because the branch dependabot/pip/zhinst-55384ac641 is protected it was unable to do so.