From 2698e121a3375693c6312252560efd4285a1df28 Mon Sep 17 00:00:00 2001 From: Michael Osthege Date: Tue, 10 Oct 2023 18:43:56 +0200 Subject: [PATCH] Bump mypy to 1.5.1 --- conda-envs/environment-dev.yml | 2 +- conda-envs/environment-test.yml | 2 +- conda-envs/windows-environment-dev.yml | 2 +- conda-envs/windows-environment-test.yml | 2 +- requirements-dev.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conda-envs/environment-dev.yml b/conda-envs/environment-dev.yml index b9a533a464d..c57e6bb7ff6 100644 --- a/conda-envs/environment-dev.yml +++ b/conda-envs/environment-dev.yml @@ -36,7 +36,7 @@ dependencies: - watermark - polyagamma - sphinx-remove-toctrees -- mypy=0.990 +- mypy=1.5.1 - types-cachetools - pip: - git+https://github.com/pymc-devs/pymc-sphinx-theme diff --git a/conda-envs/environment-test.yml b/conda-envs/environment-test.yml index 01ad9c4f316..ee9885d170a 100644 --- a/conda-envs/environment-test.yml +++ b/conda-envs/environment-test.yml @@ -27,7 +27,7 @@ dependencies: - pre-commit>=2.8.0 - pytest-cov>=2.5 - pytest>=3.0 -- mypy=0.990 +- mypy=1.5.1 - types-cachetools - pip: - numdifftools>=0.9.40 diff --git a/conda-envs/windows-environment-dev.yml b/conda-envs/windows-environment-dev.yml index 2c86d9af496..a6d1ce27f5c 100644 --- a/conda-envs/windows-environment-dev.yml +++ b/conda-envs/windows-environment-dev.yml @@ -33,7 +33,7 @@ dependencies: - sphinx>=1.5 - watermark - sphinx-remove-toctrees -- mypy=0.990 +- mypy=1.5.1 - types-cachetools - pip: - git+https://github.com/pymc-devs/pymc-sphinx-theme diff --git a/conda-envs/windows-environment-test.yml b/conda-envs/windows-environment-test.yml index 9a0699752ff..32905a49abb 100644 --- a/conda-envs/windows-environment-test.yml +++ b/conda-envs/windows-environment-test.yml @@ -27,7 +27,7 @@ dependencies: - pre-commit>=2.8.0 - pytest-cov>=2.5 - pytest>=3.0 -- mypy=0.990 +- mypy=1.5.1 - types-cachetools - pip: - numdifftools>=0.9.40 diff --git a/requirements-dev.txt b/requirements-dev.txt index 18eede6a60c..f99b1484f33 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ h5py>=2.7 ipython>=7.16 jupyter-sphinx mcbackend>=0.4.0 -mypy==0.990 +mypy==1.5.1 myst-nb numdifftools>=0.9.40 numpy>=1.15.0