Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the zhinst group with 4 updates #6847

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2025

Bumps the zhinst group with 4 updates: zhinst-core, zhinst-timing-models, zhinst-toolkit and zhinst-utils.

Updates zhinst-core from 24.10.65175 to 25.1.0.834

Updates zhinst-timing-models from 24.10.64896 to 25.1.0

Updates zhinst-toolkit from 0.7.0 to 0.7.1

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.

zhinst-toolkit Changelog

Version 0.8.0

  • The constructor of Session fails when attempting to connect to a data-server on a different LabOne version. This behavior can be overridden by setting the newly added allow_version_mismatch keyword argument to True. When allow_version_mismatch=True is passed to the Session constructor the connection to the data-server succeeds even if the version doesn't match.
Commits
  • 060c679 Update github actions
  • b8af585 Adapt version parsing to allow the new labone version schema
  • 46efda1 Set allow_version_mismatch to False by default (L1-2561)
  • 90aa8a0 Add support for allow_version_mismatch (L1-2516)
  • See full diff in compare view

Updates zhinst-utils from 0.5.0 to 0.6.0

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <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

Bumps the zhinst group with 4 updates: zhinst-core, zhinst-timing-models, [zhinst-toolkit](https://github.com/zhinst/zhinst-toolkit) and [zhinst-utils](https://github.com/zhinst/zhinst-utils).


Updates `zhinst-core` from 24.10.65175 to 25.1.0.834

Updates `zhinst-timing-models` from 24.10.64896 to 25.1.0

Updates `zhinst-toolkit` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/zhinst/zhinst-toolkit/releases)
- [Changelog](https://github.com/zhinst/zhinst-toolkit/blob/main/CHANGELOG.md)
- [Commits](zhinst/zhinst-toolkit@v0.7.0...v0.7.1)

Updates `zhinst-utils` from 0.5.0 to 0.6.0
- [Changelog](https://github.com/zhinst/zhinst-utils/blob/release-24.1/CHANGELOG.md)
- [Commits](https://github.com/zhinst/zhinst-utils/commits)

---
updated-dependencies:
- dependency-name: zhinst-core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: zhinst
- dependency-name: zhinst-timing-models
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: zhinst
- dependency-name: zhinst-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: zhinst
- dependency-name: zhinst-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: zhinst
...

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 Jan 31, 2025
@dependabot dependabot bot requested a review from a team as a code owner January 31, 2025 04:38
Copy link

codecov bot commented Jan 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.37%. Comparing base (42094a4) to head (47561e3).
Report is 12 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6847   +/-   ##
=======================================
  Coverage   69.37%   69.37%           
=======================================
  Files         341      341           
  Lines       31376    31376           
=======================================
  Hits        21766    21766           
  Misses       9610     9610           

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

@jenshnielsen jenshnielsen added this pull request to the merge queue Jan 31, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 31, 2025
@jenshnielsen jenshnielsen added this pull request to the merge queue Jan 31, 2025
Merged via the queue into main with commit dcceba8 Jan 31, 2025
18 checks passed
@dependabot dependabot bot deleted the dependabot/pip/zhinst-70e5765670 branch January 31, 2025 08:48
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.

1 participant