Skip to content

Commit 8836a8b

Browse files
committed
chore: bump internal dependencies
1 parent ca52067 commit 8836a8b

File tree

3 files changed

+48
-32
lines changed

3 files changed

+48
-32
lines changed

mypy.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ cache_fine_grained = True
3535
# Changing this codegen to make mypy happy would increase complexity
3636
# and would not be worth it.
3737
disable_error_code = func-returns-value
38+
39+
# https://github.com/python/mypy/issues/12162
40+
[mypy.overrides]
41+
module = "black.files.*"
42+
ignore_errors = true
43+
ignore_missing_imports = true

poetry.lock

Lines changed: 34 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ typing-extensions = ">= 4.1.1"
1818
anyio = ">= 3.5.0"
1919
distro = ">= 1.7.0"
2020

21+
2122
[tool.poetry.group.dev.dependencies]
22-
pyright = "^1.1.297"
23-
mypy = "^1.1.1"
24-
black = "^22.1.0"
25-
respx = "^0.19.2"
26-
pytest = "^7.1.1"
27-
pytest-asyncio = "^0.18.3"
28-
ruff = "^0.0.239"
23+
pyright = "1.1.297"
24+
mypy = "1.1.1"
25+
black = "22.10.0"
26+
respx = "0.19.2"
27+
pytest = "7.1.1"
28+
pytest-asyncio = "0.18.3"
29+
ruff = "0.0.239"
2930
isort = "5.10.1"
3031
time-machine = "^2.9.0"
3132

0 commit comments

Comments
 (0)