Skip to content

Commit 61f1d50

Browse files
committed
requirements[dev]: Upgrade to 1.7 and fix ignore.
1 parent fb33c94 commit 61f1d50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def long_description():
4242

4343
typing_deps = [
4444
"lxml-stubs",
45-
"mypy~=1.6.0",
45+
"mypy~=1.7.0",
4646
"types-beautifulsoup4",
4747
"types-pygments",
4848
"types-python-dateutil",

tools/convert-unicode-emoji-data

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ from pathlib import Path, PurePath
88

99
try:
1010
# Ignored for type-checking, as it is a temporary file, deleted at the end of file
11-
from zulipterminal.unicode_emoji_dict import ( # type: ignore [import-untyped]
11+
from zulipterminal.unicode_emoji_dict import ( # type: ignore [import-not-found,import-untyped,unused-ignore]
1212
EMOJI_NAME_MAPS,
1313
)
1414
except ModuleNotFoundError:

0 commit comments

Comments
 (0)