Skip to content

Commit

Permalink
Update mypy to 1.2.0 (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
twoertwein committed Apr 7, 2023
1 parent 5fed9c2 commit f4c3721
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
autofix_prs: false
repos:
- repo: https://github.com/python/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ python = ">=3.8"
types-pytz = ">= 2022.1.1"

[tool.poetry.dev-dependencies]
mypy = "1.1.1"
mypy = "1.2.0"
pyarrow = ">=10.0.1"
pytest = ">=7.1.2"
pyright = ">= 1.1.300"
Expand All @@ -46,8 +46,8 @@ numpy = ">=1.24.1"
typing-extensions = ">=4.4.0"
matplotlib = ">=3.5.1"
pre-commit = ">=2.19.0"
black = ">=22.12.0"
isort = ">=5.10.1"
black = ">=23.3.0"
isort = ">=5.12.0"
openpyxl = ">=3.0.10"
tables = { version = ">=3.7.0" , python = "<4"} # 3.8.0 depends on blosc2 which caps python to <4
lxml = { version = ">=4.7.1,<4.9.0", python = "<3.11" }
Expand Down

0 comments on commit f4c3721

Please sign in to comment.