Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 0e43575

Browse files
committed
Bump mypy
1 parent 019d1c9 commit 0e43575

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

requirements.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated with dmenv 0.15.0, python 3.7.1, on Linux
1+
# Generated with dmenv 0.20.0, python 3.8.0, on Linux
22
alabaster==0.7.12
33
appdirs==1.4.3
44
atomicwrites==1.2.1
@@ -20,9 +20,9 @@ Jinja2==2.10
2020
MarkupSafe==1.1.0
2121
more-itertools==4.3.0
2222
mypy-extensions==0.4.1
23-
mypy==0.700
23+
mypy==0.740
2424
packaging==18.0
25-
pip==19.1.1
25+
pip==19.3.1
2626
pkginfo==1.4.2
2727
pluggy==0.8.0
2828
py==1.7.0
@@ -45,6 +45,7 @@ toml==0.10.0
4545
tqdm==4.28.1
4646
twine==1.12.1
4747
typed-ast==1.3.1
48+
typing-extensions==3.7.4.1
4849
Unidecode==1.0.23
4950
urllib3==1.24.1
5051
webencodings==0.5.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dev =
2929

3030
# linters
3131
black
32-
mypy==0.700
32+
mypy==0.740
3333
pyflakes
3434

3535
# tests

0 commit comments

Comments
 (0)