Skip to content

Commit c3fc966

Browse files
authored
update mypy and pyright versions (#763)
* update mypy and pyright versions * restrict numexpr
1 parent f7621f4 commit c3fc966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ numpy = [
3939
]
4040

4141
[tool.poetry.dev-dependencies]
42-
mypy = "1.4.1"
42+
mypy = "1.5.0"
4343
pandas = "2.0.3"
4444
pyarrow = ">=10.0.1"
4545
pytest = ">=7.1.2"
46-
pyright = ">= 1.1.316"
46+
pyright = ">= 1.1.322"
4747
poethepoet = ">=0.16.5"
4848
loguru = ">=0.6.0"
4949
typing-extensions = ">=4.4.0"

0 commit comments

Comments
 (0)