Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
0e3fa1c
Bump bleach from 6.2.0 to 6.3.0
dependabot[bot] Oct 28, 2025
04815b7
Bump ipykernel from 7.0.1 to 7.1.0
dependabot[bot] Oct 28, 2025
59d031e
Merge pull request #7604 from microsoft/dependabot/pip/ipykernel-7.1.0
jenshnielsen Oct 28, 2025
5349aa6
Merge pull request #7603 from microsoft/dependabot/pip/bleach-6.3.0
jenshnielsen Oct 28, 2025
980be7f
Bump scipy from 1.16.2 to 1.16.3
dependabot[bot] Oct 29, 2025
3e2ce53
Merge pull request #7605 from microsoft/dependabot/pip/scipy-1.16.3
jenshnielsen Oct 29, 2025
67c3110
Add missing commands to pyvisa-sim file and rename properties for cla…
Oct 30, 2025
02e02ce
Bypass blocking function in blocking_t if in simulated mode
Oct 30, 2025
346bd87
Bugfix: Nested LinSweepers
samantha-ho Oct 30, 2025
0ffea17
Add newsfragment
samantha-ho Oct 30, 2025
f55151b
Bump the zhinst group with 2 updates
dependabot[bot] Oct 31, 2025
d431e4d
Bump github/codeql-action from 4.31.0 to 4.31.2
dependabot[bot] Oct 31, 2025
4bc6406
Bump fsspec from 2025.9.0 to 2025.10.0
dependabot[bot] Oct 31, 2025
0ae0fec
Merge pull request #7610 from microsoft/dependabot/pip/fsspec-2025.10.0
jenshnielsen Oct 31, 2025
cce1740
Merge pull request #7609 from microsoft/dependabot/github_actions/git…
jenshnielsen Oct 31, 2025
b0f0f14
Merge pull request #7608 from microsoft/dependabot/pip/zhinst-e92c6f823f
jenshnielsen Oct 31, 2025
8392a50
Add pythonm 3.14 support
jenshnielsen Oct 31, 2025
99b70b2
upgrade ruff to latest version
jenshnielsen Oct 31, 2025
acbc73b
Merge pull request #7607 from samantha-ho/samanthaho/bugfix_nested_Li…
esbenh4 Oct 31, 2025
3544760
Fix issues with pyvisa-sim yaml setters/getters
Oct 31, 2025
a8960fa
Update logic to bypass wait loop when setting blocking_t in sim mode.
Oct 31, 2025
7b8b98a
Fix bug where channel name was not being parsed correctly.
Oct 31, 2025
461ad88
Use pyvisa-sim yaml for testing instead of mocked class
Oct 31, 2025
968c0f4
Enhance pyvisa-sim yaml for better simulation experience
Oct 31, 2025
79ab49d
Use pyvisa-sim instead of special mock class.
Oct 31, 2025
028fb5d
Tektronix DPO7200xx assign modules to types
jenshnielsen Nov 1, 2025
0c656f3
Bump the ipywidgets group with 3 updates
dependabot[bot] Nov 3, 2025
a04aae3
Bump psutil from 7.1.2 to 7.1.3
dependabot[bot] Nov 3, 2025
054a9ab
Bump hypothesis from 6.142.4 to 6.144.0
dependabot[bot] Nov 3, 2025
cd2501c
Merge pull request #7615 from microsoft/dependabot/pip/hypothesis-6.1…
jenshnielsen Nov 3, 2025
e6ebb55
Merge pull request #7614 from microsoft/dependabot/pip/psutil-7.1.3
jenshnielsen Nov 3, 2025
0834eca
Merge pull request #7613 from microsoft/dependabot/pip/ipywidgets-4f3…
jenshnielsen Nov 3, 2025
195360d
Merge pull request #7612 from jenshnielsen/python_314
jenshnielsen Nov 3, 2025
2c647b4
Merge pull request #7611 from jenshnielsen/driver_improvements
jenshnielsen Nov 3, 2025
e37989f
Use Mapping rather than dict in DataSetDefinition
jenshnielsen Nov 3, 2025
e0c0bff
Merge pull request #7616 from jenshnielsen/jenshnielsen/use_mapping
jenshnielsen Nov 3, 2025
b1d01b0
Merge branch 'main' into tlemon/fix-lakeshore-pyvisa-sim-yaml
trlemon Nov 3, 2025
590c31f
Improve pyvisa-sim yaml for lakeshore model 335
Nov 3, 2025
decb90c
Update Lakeshore335 tests to use pyvisa-sim backend instead of mocked…
Nov 3, 2025
277a457
Update lakeshore 336 legacy tests to use new pyvisa-sim file.
Nov 3, 2025
ac0e828
Replace LakeshoreModel372Mock with LakeshoreModel372 to fix failing test
Nov 3, 2025
d6c1420
Add newsfragment
Nov 3, 2025
169c47a
Bump zhinst-toolkit from 1.1.0 to 1.2.0 in the zhinst group
dependabot[bot] Nov 4, 2025
9d9f823
Bump libcst from 1.8.5 to 1.8.6
dependabot[bot] Nov 4, 2025
46aff10
Bump cloudpickle from 3.1.1 to 3.1.2
dependabot[bot] Nov 4, 2025
8e1dd13
Bump hypothesis from 6.144.0 to 6.145.1
dependabot[bot] Nov 4, 2025
18f9a0b
Bump types-networkx from 3.5.0.20251001 to 3.5.0.20251104
dependabot[bot] Nov 4, 2025
3d58a0e
Merge pull request #7620 from microsoft/dependabot/pip/hypothesis-6.1…
jenshnielsen Nov 4, 2025
d92acc3
Merge pull request #7619 from microsoft/dependabot/pip/cloudpickle-3.1.2
jenshnielsen Nov 4, 2025
98d6867
Merge pull request #7618 from microsoft/dependabot/pip/libcst-1.8.6
jenshnielsen Nov 4, 2025
479c306
Merge pull request #7617 from microsoft/dependabot/pip/zhinst-d3529415e4
jenshnielsen Nov 4, 2025
7e75716
tRemove no longer required assert and add type comments
jenshnielsen Nov 4, 2025
17c144e
Merge pull request #7621 from microsoft/dependabot/pip/types-networkx…
jenshnielsen Nov 4, 2025
d27441e
Use yield in test fixtures for Lakeshore Models 335 and 336 legacy
Nov 4, 2025
d4b2c1a
Merge branch 'main' into tlemon/fix-lakeshore-pyvisa-sim-yaml
trlemon Nov 4, 2025
c9679ff
Remove "SIMTEMP" cmd from Lakeshore sim yamls and remove is_simulated…
Nov 4, 2025
5aeedac
Revert back to using LakeshoreModel372Mock.
Nov 4, 2025
5d027b9
Revert to using mocked Lakeshore class but remove queries and command…
Nov 4, 2025
c2dff6e
Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4
dependabot[bot] Nov 5, 2025
95ec70b
Bump step-security/harden-runner from 2.13.1 to 2.13.2
dependabot[bot] Nov 6, 2025
1c42204
Bump types-networkx from 3.5.0.20251104 to 3.5.0.20251106
dependabot[bot] Nov 6, 2025
ee3d96f
Bump ipython from 9.6.0 to 9.7.0
dependabot[bot] Nov 6, 2025
d28ba25
Bump hypothesis from 6.145.1 to 6.146.0
dependabot[bot] Nov 6, 2025
43f9eeb
Merge pull request #7627 from microsoft/dependabot/pip/hypothesis-6.1…
jenshnielsen Nov 6, 2025
d0f7534
Merge pull request #7626 from microsoft/dependabot/pip/ipython-9.7.0
jenshnielsen Nov 6, 2025
8ca43a0
Merge pull request #7625 from microsoft/dependabot/pip/types-networkx…
jenshnielsen Nov 6, 2025
735bc12
Merge pull request #7624 from microsoft/dependabot/github_actions/ste…
jenshnielsen Nov 6, 2025
6be5bf5
Merge pull request #7622 from microsoft/dependabot/github_actions/Jam…
jenshnielsen Nov 6, 2025
953c5a6
Remove duplicate variables.
Nov 6, 2025
f05643b
Add missing KRDG? query.
Nov 6, 2025
470fb84
Merge pull request #7606 from trlemon/tlemon/fix-lakeshore-pyvisa-sim…
picarro-yren Nov 6, 2025
01282c3
Bump dask from 2025.10.0 to 2025.11.0
dependabot[bot] Nov 7, 2025
b6940ce
Bump hypothesis from 6.146.0 to 6.147.0
dependabot[bot] Nov 7, 2025
5feb403
Merge pull request #7630 from microsoft/dependabot/pip/hypothesis-6.1…
jenshnielsen Nov 7, 2025
0e63015
Merge pull request #7629 from microsoft/dependabot/pip/dask-2025.11.0
jenshnielsen Nov 7, 2025
d819274
Bump types-pytz from 2025.2.0.20250809 to 2025.2.0.20251108
dependabot[bot] Nov 10, 2025
3cdfaf5
Bump coverage from 7.11.0 to 7.11.3
dependabot[bot] Nov 10, 2025
f6d1b55
Merge pull request #7633 from microsoft/dependabot/pip/coverage-7.11.3
jenshnielsen Nov 10, 2025
45a7539
Merge pull request #7631 from microsoft/dependabot/pip/types-pytz-202…
jenshnielsen Nov 10, 2025
ea85d15
Bump pytest-asyncio from 1.2.0 to 1.3.0
dependabot[bot] Nov 10, 2025
992329a
Merge pull request #7634 from microsoft/dependabot/pip/pytest-asyncio…
jenshnielsen Nov 10, 2025
8b3ba18
Bump actions/dependency-review-action from 4.8.1 to 4.8.2
dependabot[bot] Nov 11, 2025
93fc021
Merge pull request #7635 from microsoft/dependabot/github_actions/act…
jenshnielsen Nov 11, 2025
4863c39
Merge pull request #7712 from jenshnielsen/improve_speed
jenshnielsen Dec 12, 2025
573eb8a
Add changelog for 0.54.3 and 0.54.4
jenshnielsen Dec 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit

Expand All @@ -39,12 +39,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
uses: github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:

- name: Harden Runner
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit

- name: 'Checkout Repository'
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: 'Dependency Review'
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
10 changes: 6 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,21 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.11", "3.12", "3.13"]
python-version: ["3.11", "3.12", "3.13", "3.14"]
exclude:
- os: windows-latest
python-version: 3.11
- os: windows-latest
python-version: 3.13
- os: windows-latest
python-version: 3.14
env:
OS: ${{ matrix.os }}
SPHINX_WARNINGS_AS_ERROR: true
SPHINX_OPTS: "-v -j 2"
steps:
- name: Harden Runner
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Expand Down Expand Up @@ -111,7 +113,7 @@ jobs:
steps:

- name: Harden Runner
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit

Expand All @@ -124,7 +126,7 @@ jobs:
path: build_docs

- name: Deploy to gh pages
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
with:
branch: gh-pages
folder: ${{ github.workspace }}/build_docs/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:

- name: Harden Runner
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.11", "3.12", "3.13"]
python-version: ["3.11", "3.12", "3.13", "3.14"]
min-version: [false]
include:
- os: ubuntu-latest
Expand All @@ -43,14 +43,16 @@ jobs:
python-version: "3.11"
- os: windows-latest
python-version: "3.13"
- os: windows-latest
python-version: "3.14"
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}

steps:

- name: Harden Runner
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit

Expand Down Expand Up @@ -71,6 +71,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/upload_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id-token: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.14.1'
rev: 'v0.14.3'
hooks:
- id: ruff-check
types_or: [python, pyi, jupyter, toml]
Expand Down
18 changes: 18 additions & 0 deletions docs/changes/0.54.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
QCoDeS 0.54.3 (2025-11-11)
==========================

Improved:
---------

- - Improved pyvisa-sim YAMLs for Lakeshore Models 335, 336, and 372.
- Updated Lakeshore tests to use pyvisa-sim backend instead of mocked classes.
- Updated lakeshore_base.py to bypass waiting when using blocking_t in sim mode. (:pr:`7606`)
- Fixes a bug in the LinSweeper iterator that caused it to always raise StopIteration after
completing a single sweep. This bug meant LinSweeper could not be used in a nested measurement function. (:pr:`7607`)

Improved Drivers:
-----------------

- The Stanford SR86x drivers now statically assign attributes statically
for more member InstrumentModules and parameters enabling better documentation,
type checking and IDE integration. (:pr:`7542`)
8 changes: 8 additions & 0 deletions docs/changes/0.54.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
QCoDeS 0.54.4 (2025-12-12)
==========================

Improved:
---------

- The `InterDependencies_` class is now frozen during the performance of a measurement so it cannot be modified.
This enables caching of attributes on the class significantly reducing the overhead of measurements. (:pr:`7712`)
2 changes: 2 additions & 0 deletions docs/changes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Changelogs

.. toctree::
Unreleased <unreleased>
0.54.4 <0.54.4>
0.54.3 <0.54.3>
0.54.1 <0.54.1>
0.54.0 <0.54.0>
0.53.0 <0.53.0>
Expand Down
3 changes: 0 additions & 3 deletions docs/changes/newsfragments/7542.improved_driver

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Scientific/Engineering",
]
license = "MIT"
Expand Down Expand Up @@ -217,11 +218,10 @@ markers = "serial"
filterwarnings = [
'error',
'ignore:open_binary is deprecated:DeprecationWarning', # pyvisa-sim deprecated in 3.11 un-deprecated in 3.12. Drop filter once we drop support for 3.11
'ignore:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning', # jupyter
'ignore:unclosed database in:ResourceWarning', # internal should be fixed
'ignore:unclosed\ <socket\.socket:ResourceWarning', # not clear from where this is coming
"ignore:'asyncio.iscoroutinefunction' is deprecated and slated for removal:DeprecationWarning", # opentelemetry
'ignore:Model_336 is deprecated:qcodes.utils.deprecate.QCoDeSDeprecationWarning', # remove once deprecated Lakeshore Model_336 and its tests has been removed
"ignore:'mode' parameter is deprecated and will be removed in Pillow 13:DeprecationWarning", # deprecation warning in pillow triggered by matplotlib should be fixed in mpl 3.10.4
]

[tool.ruff]
Expand Down
40 changes: 20 additions & 20 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ beautifulsoup4==4.14.2
# via
# furo
# nbconvert
bleach==6.2.0
bleach==6.3.0
# via nbconvert
broadbean==0.14.0
# via
Expand All @@ -39,7 +39,7 @@ click==8.3.0
# via
# dask
# towncrier
cloudpickle==3.1.1
cloudpickle==3.1.2
# via dask
colorama==0.4.6
# via
Expand All @@ -54,13 +54,13 @@ comm==0.2.3
# ipywidgets
contourpy==1.3.3
# via matplotlib
coverage==7.11.0
coverage==7.11.3
# via
# qcodes (pyproject.toml)
# pytest-cov
cycler==0.12.1
# via matplotlib
dask==2025.10.0
dask==2025.11.0
# via
# qcodes (pyproject.toml)
# qcodes
Expand All @@ -85,7 +85,7 @@ fastjsonschema==2.21.2
# via nbformat
fonttools==4.60.1
# via matplotlib
fsspec==2025.9.0
fsspec==2025.10.0
# via dask
furo==2025.9.25
# via qcodes (pyproject.toml)
Expand All @@ -102,7 +102,7 @@ h5py==3.15.1
# qcodes-loop
hickle==5.0.3
# via qcodes-loop
hypothesis==6.142.4
hypothesis==6.147.0
# via qcodes (pyproject.toml)
idna==3.11
# via requests
Expand All @@ -112,18 +112,18 @@ importlib-metadata==8.7.0
# via opentelemetry-api
iniconfig==2.3.0
# via pytest
ipykernel==7.0.1
ipykernel==7.1.0
# via
# qcodes (pyproject.toml)
# qcodes
ipython==9.6.0
ipython==9.7.0
# via
# ipykernel
# ipywidgets
# qcodes-loop
ipython-pygments-lexers==1.1.1
# via ipython
ipywidgets==8.1.7
ipywidgets==8.1.8
# via
# qcodes (pyproject.toml)
# qcodes
Expand Down Expand Up @@ -160,13 +160,13 @@ jupyter-core==5.9.1
# nbformat
jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-widgets==3.0.15
jupyterlab-widgets==3.0.16
# via ipywidgets
kiwisolver==1.4.9
# via matplotlib
lazy-loader==0.4
# via qcodes-loop
libcst==1.8.5
libcst==1.8.6
# via qcodes (pyproject.toml)
locket==1.0.0
# via partd
Expand Down Expand Up @@ -281,7 +281,7 @@ pluggy==1.6.0
# pytest-cov
prompt-toolkit==3.0.52
# via ipython
psutil==7.1.2
psutil==7.1.3
# via ipykernel
pure-eval==0.2.3
# via stack-data
Expand Down Expand Up @@ -310,7 +310,7 @@ pytest==8.4.2
# pytest-mock
# pytest-rerunfailures
# pytest-xdist
pytest-asyncio==1.2.0
pytest-asyncio==1.3.0
# via qcodes (pyproject.toml)
pytest-cov==7.0.0
# via qcodes (pyproject.toml)
Expand Down Expand Up @@ -371,7 +371,7 @@ ruamel-yaml-clib==0.2.14
# via ruamel-yaml
schema==0.7.8
# via broadbean
scipy==1.16.2
scipy==1.16.3
# via qcodes (pyproject.toml)
six==1.17.0
# via python-dateutil
Expand Down Expand Up @@ -453,9 +453,9 @@ traitlets==5.14.3
# nbsphinx
types-jsonschema==4.25.1.20251009
# via qcodes (pyproject.toml)
types-networkx==3.5.0.20251001
types-networkx==3.5.0.20251106
# via qcodes (pyproject.toml)
types-pytz==2025.2.0.20250809
types-pytz==2025.2.0.20251108
# via pandas-stubs
types-pywin32==311.0.0.20251008
# via qcodes (pyproject.toml)
Expand Down Expand Up @@ -506,23 +506,23 @@ websockets==15.0.1
# via
# qcodes (pyproject.toml)
# qcodes
widgetsnbextension==4.0.14
widgetsnbextension==4.0.15
# via ipywidgets
xarray==2025.10.1
# via
# qcodes (pyproject.toml)
# cf-xarray
# qcodes
# qcodes-loop
zhinst-core==25.7.0.507
zhinst-core==25.10.0.274
# via
# zhinst-toolkit
# zhinst-utils
zhinst-qcodes==0.7.0
# via qcodes (pyproject.toml)
zhinst-timing-models==25.7.0
zhinst-timing-models==25.10.0
# via zhinst-utils
zhinst-toolkit==1.1.0
zhinst-toolkit==1.2.0
# via zhinst-qcodes
zhinst-utils==0.7.0
# via zhinst-toolkit
Expand Down
Loading
Loading