Skip to content

Commit 620927e

Browse files
chore(deps): mypy 1.18.1 has a regression, pin to 1.17
1 parent 8e1d967 commit 620927e

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ managed = true
4646
# version pins are in requirements-dev.lock
4747
dev-dependencies = [
4848
"pyright==1.1.399",
49-
"mypy",
49+
"mypy==1.17",
5050
"respx",
5151
"pytest",
5252
"pytest-asyncio",

requirements-dev.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ mdurl==0.1.2
8686
multidict==6.4.4
8787
# via aiohttp
8888
# via yarl
89-
mypy==1.14.1
89+
mypy==1.17.0
9090
mypy-extensions==1.0.0
9191
# via mypy
9292
nodeenv==1.8.0
@@ -95,6 +95,8 @@ nox==2023.4.22
9595
packaging==23.2
9696
# via nox
9797
# via pytest
98+
pathspec==0.12.1
99+
# via mypy
98100
paramiko==3.5.1
99101
platformdirs==3.11.0
100102
# via virtualenv

requirements.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,21 @@ multidict==6.4.4
5555
propcache==0.3.1
5656
# via aiohttp
5757
# via yarl
58-
pydantic==2.11.9
58+
pydantic==2.12.5
5959
# via gitpod-sdk
60-
pydantic-core==2.33.2
60+
pydantic-core==2.41.5
6161
# via pydantic
6262
sniffio==1.3.0
6363
# via anyio
6464
# via gitpod-sdk
65-
typing-extensions==4.12.2
65+
typing-extensions==4.15.0
6666
# via anyio
6767
# via gitpod-sdk
6868
# via multidict
6969
# via pydantic
7070
# via pydantic-core
7171
# via typing-inspection
72-
typing-inspection==0.4.1
72+
typing-inspection==0.4.2
7373
# via pydantic
7474
yarl==1.20.0
7575
# via aiohttp

0 commit comments

Comments
 (0)