Skip to content

Commit 6ac0c34

Browse files
Bump mypy from 1.10.1 to 1.19.1
Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.19.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.1...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 46da3ef commit 6ac0c34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/REQUIREMENTS-CI.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ mdurl==0.1.2
6868
mistune==0.8.4
6969
more-itertools==10.8.0
7070
mpmath==1.3.0
71-
mypy==1.10.1
71+
mypy==1.19.1
7272
mypy_extensions==1.1.0
7373
nbclient==0.10.2
7474
nbconvert==6.5.4

requirements/REQUIREMENTS-CI.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ m2r2>=0.3.3
1010
# pinning mistune for m2r2
1111
mistune==0.8.4
1212
# temporarily limiting mypy as 1.11 introduces errors
13-
mypy<1.11
13+
mypy<1.20
1414
numpydoc
1515
nbencdec>=0.0.5
1616
pycodestyle

0 commit comments

Comments
 (0)