Skip to content

Commit 9455de9

Browse files
committed
update pyright, mypy, pandas versions
1 parent 2a0d375 commit 9455de9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ types-pytz = ">= 2022.1.1"
3535
numpy = { version = ">=1.26.0", python = "<3.13" }
3636

3737
[tool.poetry.group.dev.dependencies]
38-
mypy = "1.9.0"
39-
pandas = "2.2.1"
38+
mypy = "1.10.0"
39+
pandas = "2.2.2"
4040
pyarrow = ">=10.0.1"
4141
pytest = ">=7.1.2"
42-
pyright = ">=1.1.354"
42+
pyright = ">=1.1.362"
4343
poethepoet = ">=0.16.5"
4444
loguru = ">=0.6.0"
4545
typing-extensions = ">=4.4.0"

0 commit comments

Comments
 (0)