Skip to content

Commit 578e918

Browse files
authored
TYP: Upgrade mypy to 0.960 (#47140)
* TYP: Upgrade mypy to 0.960 * Update whatsnew
1 parent 41449d6 commit 578e918

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/source/whatsnew/v1.5.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ If installed, we now require:
362362
+-----------------+-----------------+----------+---------+
363363
| Package | Minimum Version | Required | Changed |
364364
+=================+=================+==========+=========+
365-
| mypy (dev) | 0.950 | | X |
365+
| mypy (dev) | 0.960 | | X |
366366
+-----------------+-----------------+----------+---------+
367367
| beautifulsoup4 | 4.9.3 | | X |
368368
+-----------------+-----------------+----------+---------+

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
- flake8-bugbear=21.3.2 # used by flake8, find likely bugs
2525
- flake8-comprehensions=3.7.0 # used by flake8, linting of unnecessary comprehensions
2626
- isort>=5.2.1 # check that imports are in the right order
27-
- mypy=0.950
27+
- mypy=0.960
2828
- pre-commit>=2.15.0
2929
- pycodestyle # used by flake8
3030
- pyupgrade

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ flake8==4.0.1
1212
flake8-bugbear==21.3.2
1313
flake8-comprehensions==3.7.0
1414
isort>=5.2.1
15-
mypy==0.950
15+
mypy==0.960
1616
pre-commit>=2.15.0
1717
pycodestyle
1818
pyupgrade

0 commit comments

Comments
 (0)