File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ managed = true
4646# version pins are in requirements-dev.lock
4747dev-dependencies = [
4848 " pyright==1.1.399" ,
49- " mypy" ,
49+ " mypy==1.17 " ,
5050 " respx" ,
5151 " pytest" ,
5252 " pytest-asyncio" ,
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ mdurl==0.1.2
8686multidict==6.4.4
8787 # via aiohttp
8888 # via yarl
89- mypy==1.14.1
89+ mypy==1.17.0
9090mypy-extensions==1.0.0
9191 # via mypy
9292nodeenv==1.8.0
@@ -95,6 +95,8 @@ nox==2023.4.22
9595packaging==23.2
9696 # via nox
9797 # via pytest
98+ pathspec==0.12.1
99+ # via mypy
98100paramiko==3.5.1
99101platformdirs==3.11.0
100102 # via virtualenv
Original file line number Diff line number Diff line change @@ -55,21 +55,21 @@ multidict==6.4.4
5555propcache==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
6262sniffio==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
7474yarl==1.20.0
7575 # via aiohttp
You can’t perform that action at this time.
0 commit comments