Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Dec 20, 2024
1 parent 6e64d1d commit 5854596
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- black==23.10.1

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.3
rev: v0.8.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ mypy==1.13.0
networkx<3
phir==0.3.3
pre-commit==4.0.1
pydata_sphinx_theme==0.16.0
pydata_sphinx_theme==0.16.1
pytest==8.3.4
pytket==1.37.0
ruff==0.8.3
ruff==0.8.4
setuptools_scm==8.1.0
wasmtime==27.0.2
wheel==0.45.1
2 changes: 1 addition & 1 deletion tests/test_wasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_qasm_wasm_unsupported_reg_len() -> None:

with pytest.raises(
QASMUnsupportedError,
match="limited to at most 32-bit|try setting the `maxwidth` parameter",
match=r"limited to at most 32-bit|try setting the `maxwidth` parameter",
):
qasm_to_phir(qasm, QtmMachine.H1, wasm_bytes=wasm_bytes)

Expand Down

0 comments on commit 5854596

Please sign in to comment.