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

chore(deps): bump pyvisa-py from 0.5.3 to 0.6.3 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps pyvisa-py from 0.5.3 to 0.6.3.

Changelog

Sourced from pyvisa-py's changelog.

0.6.3 (17-02-2023)

  • fix bad behavior on PyVISA 1.12 and hence on Python 3.7 PR #357 0.6.x is the last version that will support Python 3.7

0.6.2 (08-02-2023)

  • fix usb resource handling by avoiding multiple calls to set_configuration PR #352
  • formatting fixes on files using "black" PR #352

0.6.1 (25-01-2023)

  • fix listing resources when some optional dependencies are missing PR #349
  • properly list discovered TCPIP resources PR #349
  • fix pyvisa-info output for TCPIP and GPIB resources PR #349

0.6.0 (22-12-2022)

  • fix writing large messages over TCPIP using the VXI-11 protocol PR #343

  • add support for the hislip protocol over TCPIP PR #331

  • allow to list TCPIP resources PR #326 In order to discover resources over all subnets psutil needs to be installed

  • attempt to stabilize access to USBTMC resources PR #335 Reduce the number of device reset performed and only set all settings if it is meaningful (more than one settings exist.)

    A huge thanks to @​bobmacnamara for his work adding hislip and vicp support !

Commits
  • 9b28012 cut release 0.6.3
  • 0292111 Merge pull request #357 from pyvisa/37-fixes
  • 98b6a52 fixes to get TCPIP resources working on 3.7
  • e97353b add version.py to gitignore
  • 1048ead Merge pull request #354 from sbor23/patch-1
  • a739d70 fix(#346): don't advertize python 3.7 support
  • ceb594b cut release 0.6.2
  • 1bf1f79 Merge pull request #352 from cpagravel/main
  • 236f043 Format files with black
  • d640f3c Fix #351 - Avoid calling set_configuration if there is already an active config
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)

Bumps [pyvisa-py](https://github.com/pyvisa/pyvisa-py) from 0.5.3 to 0.6.3.
- [Release notes](https://github.com/pyvisa/pyvisa-py/releases)
- [Changelog](https://github.com/pyvisa/pyvisa-py/blob/main/CHANGES)
- [Commits](pyvisa/pyvisa-py@0.5.3...0.6.3)

---
updated-dependencies:
- dependency-name: pyvisa-py
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Mar 1, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 1, 2023

Dependabot tried to add @sebastianpfischer, @BKaDamien, @Pog3k and @sebclrsn as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/BKaDamien/kiso-testing/pulls/23/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the BKaDamien/kiso-testing repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

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
0 participants