Skip to content

Commit f4c3721

Browse files
authored
Update mypy to 1.2.0 (#637)
1 parent 5fed9c2 commit f4c3721

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autofix_prs: false
44
repos:
55
- repo: https://github.com/python/black
6-
rev: 23.1.0
6+
rev: 23.3.0
77
hooks:
88
- id: black
99
- repo: https://github.com/PyCQA/isort

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ python = ">=3.8"
3535
types-pytz = ">= 2022.1.1"
3636

3737
[tool.poetry.dev-dependencies]
38-
mypy = "1.1.1"
38+
mypy = "1.2.0"
3939
pyarrow = ">=10.0.1"
4040
pytest = ">=7.1.2"
4141
pyright = ">= 1.1.300"
@@ -46,8 +46,8 @@ numpy = ">=1.24.1"
4646
typing-extensions = ">=4.4.0"
4747
matplotlib = ">=3.5.1"
4848
pre-commit = ">=2.19.0"
49-
black = ">=22.12.0"
50-
isort = ">=5.10.1"
49+
black = ">=23.3.0"
50+
isort = ">=5.12.0"
5151
openpyxl = ">=3.0.10"
5252
tables = { version = ">=3.7.0" , python = "<4"} # 3.8.0 depends on blosc2 which caps python to <4
5353
lxml = { version = ">=4.7.1,<4.9.0", python = "<3.11" }

0 commit comments

Comments
 (0)