Skip to content

Commit 66b5987

Browse files
committed
Downgrade click due to typing issue with Mypy
pallets/click#2558
1 parent 23ce6c7 commit 66b5987

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

mypy.ini

-6
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,3 @@ warn_redundant_casts = True
1515
warn_return_any = True
1616
warn_unreachable = True
1717
warn_unused_ignores = True
18-
19-
[mypy-urllib3.util]
20-
ignore_missing_imports = True
21-
22-
[mypy-requests_mock]
23-
ignore_missing_imports = True

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ packages = [{ include = "instagram_archiver" }]
99

1010
[tool.poetry.dependencies]
1111
python = ">=3.10,<4"
12-
click = "^8.1.3"
12+
click = ">=8.0,<8.1.4"
1313
loguru = "^0.6.0"
1414
ratelimit = "^2.2.1"
1515
requests = "^2.28.2"
1616
yt-dlp = "^2023.6.22"
1717
yt-dlp-types = "^0.0.4"
1818

1919
[tool.poetry.group.dev.dependencies]
20-
mypy = "^1.2.0"
20+
mypy = "^1.4.1"
21+
pluggy-types = "^0.0.1"
2122
pylint = "^2.17.2"
2223
pylint-quotes = "^0.2.3"
24+
ratelimit-types = "^0.0.1"
2325
rope = "^1.7.0"
2426
toml = "^0.10.2"
2527
types-requests = "^2.28.11.17"
26-
ratelimit-types = "^0.0.1"
2728
yapf = "^0.40.1"
28-
pluggy-types = "^0.0.1"
2929

3030
[tool.poetry.group.docs.dependencies]
3131
docutils = "^0.20.1"

0 commit comments

Comments
 (0)