Skip to content

Commit 9e6818b

Browse files
michaelosthegericardoV94
authored andcommitted
Bump mypy to 1.5.1
1 parent 602234b commit 9e6818b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

conda-envs/environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- watermark
3737
- polyagamma
3838
- sphinx-remove-toctrees
39-
- mypy=0.990
39+
- mypy=1.5.1
4040
- types-cachetools
4141
- pip:
4242
- git+https://github.com/pymc-devs/pymc-sphinx-theme

conda-envs/environment-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
- pre-commit>=2.8.0
2828
- pytest-cov>=2.5
2929
- pytest>=3.0
30-
- mypy=0.990
30+
- mypy=1.5.1
3131
- types-cachetools
3232
- pip:
3333
- numdifftools>=0.9.40

conda-envs/windows-environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- sphinx>=1.5
3434
- watermark
3535
- sphinx-remove-toctrees
36-
- mypy=0.990
36+
- mypy=1.5.1
3737
- types-cachetools
3838
- pip:
3939
- git+https://github.com/pymc-devs/pymc-sphinx-theme

conda-envs/windows-environment-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
- pre-commit>=2.8.0
2828
- pytest-cov>=2.5
2929
- pytest>=3.0
30-
- mypy=0.990
30+
- mypy=1.5.1
3131
- types-cachetools
3232
- pip:
3333
- numdifftools>=0.9.40

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ h5py>=2.7
1010
ipython>=7.16
1111
jupyter-sphinx
1212
mcbackend>=0.4.0
13-
mypy==0.990
13+
mypy==1.5.1
1414
myst-nb
1515
numdifftools>=0.9.40
1616
numpy>=1.15.0

0 commit comments

Comments
 (0)