diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 77d5383..86b1dfc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - black==23.10.1 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.3 + rev: v0.3.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/requirements.txt b/requirements.txt index 49ec66e..ceb3bad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,8 +7,8 @@ pydata_sphinx_theme==0.15.2 pytest==8.1.1 pytest-order==1.2.0 pytket==1.26.0 -ruff==0.3.3 +ruff==0.3.4 setuptools_scm==8.0.4 sphinx==7.2.6 -wasmtime==18.0.2 +wasmtime==19.0.0 wheel==0.43.0