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 @@ -72,7 +72,7 @@ mdurl==0.1.2
7272multidict==6.4.4
7373 # via aiohttp
7474 # via yarl
75- mypy==1.14.1
75+ mypy==1.17.0
7676mypy-extensions==1.0.0
7777 # via mypy
7878nodeenv==1.8.0
@@ -81,6 +81,8 @@ nox==2023.4.22
8181packaging==23.2
8282 # via nox
8383 # via pytest
84+ pathspec==0.12.1
85+ # via mypy
8486platformdirs==3.11.0
8587 # via virtualenv
8688pluggy==1.5.0
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 kernel
60- pydantic-core==2.33.2
60+ pydantic-core==2.41.5
6161 # via pydantic
6262sniffio==1.3.0
6363 # via anyio
6464 # via kernel
65- typing-extensions==4.12.2
65+ typing-extensions==4.15.0
6666 # via anyio
6767 # via kernel
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