diff --git a/poetry.lock b/poetry.lock index 8c90b45cf9..f29d219367 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1852,12 +1852,12 @@ files = [ [[package]] name = "laboneq" -version = "2.18.0" +version = "2.19.0" description = "Zurich Instruments LabOne Q software framework for quantum computing control" optional = false python-versions = ">=3.9" files = [ - {file = "laboneq-2.18.0-py3-none-any.whl", hash = "sha256:136cb68aa8c4a28c709d86a2115dc7eb91f3fe89f05b9aa2718687e83c0cde15"}, + {file = "laboneq-2.19.0-py3-none-any.whl", hash = "sha256:f777597afd2c54546cde3fa1ce856764e467bf9357f6d7f42bfc2771a7651221"}, ] [package.dependencies] @@ -5337,4 +5337,4 @@ zh = ["laboneq"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "9288ce51611372eee8afde45b359945e90b9b6fa4d250ba6041e6c94211e164f" +content-hash = "512d74555acd3eb7150a2356e3c19e8dd225ceadc685b14029a2a244d08c63f9" diff --git a/pyproject.toml b/pyproject.toml index 43e2ec50d8..59170335c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pyvisa-py = { version = "0.5.3", optional = true } qm-qua = { version = "==1.1.1", optional = true } qualang-tools = { version = "==0.14.0", optional = true} setuptools = { version = ">67.0.0", optional = true } -laboneq = { version = ">=2.12.0", optional = true } +laboneq = { version = ">=2.19.0", optional = true } qibosoq = { version = ">=0.0.4,<0.2", optional = true } [tool.poetry.group.docs] @@ -55,7 +55,7 @@ qcodes = "^0.37.0" qcodes_contrib_drivers = "0.18.0" qibosoq = ">=0.0.4,<0.2" qualang-tools = "==0.14.0" -laboneq = ">=2.16.0" +laboneq = ">=2.19.0" [tool.poetry.group.tests] optional = true