diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 71dabfa..9f88dfb 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.1 + rev: v0.3.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -37,7 +37,7 @@ repos: - id: refurb - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.8.0' + rev: 'v1.9.0' hooks: - id: mypy pass_filenames: false diff --git a/requirements.txt b/requirements.txt index bd42795..a4c45ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ build==1.1.1 -mypy==1.8.0 +mypy==1.9.0 networkx==2.8.8 phir==0.3.1 pre-commit==3.6.2 pydata_sphinx_theme==0.15.2 -pytest==8.0.2 +pytest==8.1.1 pytest-order==1.2.0 pytket==1.25.0 -ruff==0.2.2 +ruff==0.3.2 setuptools_scm==8.0.4 sphinx==7.2.6 wasmtime==18.0.2