diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 20e8e73..f7d8110 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -75,7 +75,7 @@ repos: - '88' files: (README\.md) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.11.2 hooks: - id: mypy files: src|tests diff --git a/pixi.lock b/pixi.lock index 490b79b..1967791 100644 --- a/pixi.lock +++ b/pixi.lock @@ -6752,9 +6752,9 @@ packages: timestamp: 1664996250081 - kind: pypi name: lcm - version: 0.1.dev197+gb501920.d20240904 + version: 0.1.dev199+g4059f7d.d20240904 path: . - sha256: 545fef5071b44550a7263af903ee7c7983110446cb9c78375ee7c8996afc2e79 + sha256: 57c9d9002d3ecab9f4f22e4a754246f5039a489cb1799a9bd7c28e3cb73595e1 requires_dist: - dags - numpy @@ -10989,8 +10989,8 @@ packages: - kind: pypi name: pandas version: 2.2.2 - url: https://files.pythonhosted.org/packages/22/a5/a0b255295406ed54269814bc93723cfd1a0da63fb9aaf99e1364f07923e5/pandas-2.2.2-cp312-cp312-win_amd64.whl - sha256: d187d355ecec3629624fccb01d104da7d7f391db0311145817525281e2804d23 + url: https://files.pythonhosted.org/packages/40/10/79e52ef01dfeb1c1ca47a109a01a248754ebe990e159a844ece12914de83/pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: eee3a87076c0756de40b05c5e9a6069c035ba43e8dd71c379e68cab2c20f16ad requires_dist: - numpy>=1.22.4 ; python_version < '3.11' - numpy>=1.23.2 ; python_version == '3.11' @@ -11081,8 +11081,8 @@ packages: - kind: pypi name: pandas version: 2.2.2 - url: https://files.pythonhosted.org/packages/40/10/79e52ef01dfeb1c1ca47a109a01a248754ebe990e159a844ece12914de83/pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: eee3a87076c0756de40b05c5e9a6069c035ba43e8dd71c379e68cab2c20f16ad + url: https://files.pythonhosted.org/packages/22/a5/a0b255295406ed54269814bc93723cfd1a0da63fb9aaf99e1364f07923e5/pandas-2.2.2-cp312-cp312-win_amd64.whl + sha256: d187d355ecec3629624fccb01d104da7d7f391db0311145817525281e2804d23 requires_dist: - numpy>=1.22.4 ; python_version < '3.11' - numpy>=1.23.2 ; python_version == '3.11' diff --git a/pyproject.toml b/pyproject.toml index 3794c2c..abf97d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,7 +140,7 @@ tests-with-cov = "pytest tests --cov-report=xml --cov=./" explanation-notebooks = "jupyter execute explanations/*.ipynb" [tool.pixi.feature.mypy.dependencies] -mypy = ">=1.11.1" +mypy = ">=1.11.2" pandas-stubs = "*" matplotlib = "*" # required because of pandas