Skip to content

Commit

Permalink
build(deps): update typing linters (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored Sep 17, 2024
1 parent 8b748f3 commit 5af971f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ lint = [
"yamllint",
]
types = [
"mypy[reports]~=1.5",
"pyright==1.1.366",
"mypy[reports]~=1.11",
"pyright==1.1.380",
"types-python-dateutil",
"types-PyYAML",
"types-requests<2.31.0.20240312", # Frozen until we can get urllib3 v2
Expand Down

0 comments on commit 5af971f

Please sign in to comment.