File tree Expand file tree Collapse file tree 3 files changed +60
-66
lines changed
Expand file tree Collapse file tree 3 files changed +60
-66
lines changed Original file line number Diff line number Diff line change 3737
3838 # # Check JSON schemata
3939 - repo : https://github.com/python-jsonschema/check-jsonschema
40- rev : 0.36.0
40+ rev : 0.36.1
4141 hooks :
4242 - id : check-github-workflows
4343 priority : 0
5656
5757 # # Check for spelling
5858 - repo : https://github.com/adhtruong/mirrors-typos
59- rev : v1.42.1
59+ rev : v1.42.3
6060 hooks :
6161 - id : typos
6262 priority : 0
7878
7979 # # Ensure uv lock file is up-to-date
8080 - repo : https://github.com/astral-sh/uv-pre-commit
81- rev : 0.9.26
81+ rev : 0.9.28
8282 hooks :
8383 - id : uv-lock
8484 priority : 0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ requires = [
1111 " nanobind~=2.10.2" ,
1212 " setuptools-scm>=9.2.2" ,
1313 " scikit-build-core>=0.11.6" ,
14- " mqt.core==3.4.0 " ,
14+ " mqt.core==3.4.1 " ,
1515]
1616build-backend = " scikit_build_core.build"
1717
@@ -51,7 +51,7 @@ classifiers = [
5151]
5252requires-python = " >=3.10, != 3.14.1"
5353dependencies = [
54- " mqt.core==3.4.0 " ,
54+ " mqt.core==3.4.1 " ,
5555 " qiskit[qasm3-import]>=1.0.0" ,
5656 " rustworkx[all]>=0.16.0" ,
5757 " typing_extensions>=4.6; python_version < '3.11'" ,
@@ -388,7 +388,7 @@ build = [
388388 " nanobind~=2.10.2" ,
389389 " setuptools-scm>=9.2.2" ,
390390 " scikit-build-core>=0.11.6" ,
391- " mqt.core==3.4.0 " ,
391+ " mqt.core==3.4.1 " ,
392392]
393393docs = [
394394 " distinctipy>=1.3.4" ,
@@ -425,5 +425,5 @@ dev = [
425425 {include-group = " build" },
426426 {include-group = " test" },
427427 " nox>=2025.11.12" ,
428- " ty==0.0.13 " ,
428+ " ty==0.0.14 " ,
429429]
You can’t perform that action at this time.
0 commit comments