Skip to content

Commit

Permalink
chore(deps): bump pyvisa-py from 0.5.3 to 0.7.2
Browse files Browse the repository at this point in the history
Bumps [pyvisa-py](https://github.com/pyvisa/pyvisa-py) from 0.5.3 to 0.7.2.
- [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.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 1e799ce commit 40fa3ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pylink-square = { version = "~1.2.0", optional = true }
pykiso-python-uds = { version = "~3.2.0", optional = true }
pyserial = { version = "^3.0", optional = true }
PyVISA = { version = "^1.12.0", optional = true }
PyVISA-py = { version = "~0.5.3", optional = true }
PyVISA-py = { version = ">=0.5.3,<0.8.0", optional = true }
python-can = { version = "^4.4.2", optional = true, extras = ["pcan,vector"] }
defusedxml = "^0.7.1"
packaging = "*"
Expand Down

0 comments on commit 40fa3ed

Please sign in to comment.