Skip to content

Commit 6e9753d

Browse files
⬆️🪝 Update patch versions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9af0f3a commit 6e9753d

File tree

3 files changed

+60
-66
lines changed

3 files changed

+60
-66
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
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
@@ -56,7 +56,7 @@ repos:
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
@@ -78,7 +78,7 @@ repos:
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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
]
1616
build-backend = "scikit_build_core.build"
1717

@@ -51,7 +51,7 @@ classifiers = [
5151
]
5252
requires-python = ">=3.10, != 3.14.1"
5353
dependencies = [
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
]
393393
docs = [
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
]

0 commit comments

Comments
 (0)