File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -75,7 +75,7 @@ mdurl==0.1.2
7575multidict==6.4.4
7676 # via aiohttp
7777 # via yarl
78- mypy==1.14.1
78+ mypy==1.17.0
7979mypy-extensions==1.0.0
8080 # via mypy
8181nodeenv==1.8.0
@@ -84,6 +84,8 @@ nox==2023.4.22
8484packaging==23.2
8585 # via nox
8686 # via pytest
87+ pathspec==0.12.1
88+ # via mypy
8789platformdirs==3.11.0
8890 # via virtualenv
8991pluggy==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 parallel-web
60- pydantic-core==2.33.2
60+ pydantic-core==2.41.5
6161 # via pydantic
6262sniffio==1.3.0
6363 # via anyio
6464 # via parallel-web
65- typing-extensions==4.12.2
65+ typing-extensions==4.15.0
6666 # via anyio
6767 # via multidict
6868 # via parallel-web
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