File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
additional_dependencies :
35
35
- " flake8-bugbear==23.3.23" # must match requirements-tests.txt
36
36
- " flake8-noqa==1.3.1" # must match requirements-tests.txt
37
- - " flake8-pyi==23.4.0 " # must match requirements-tests.txt
37
+ - " flake8-pyi==23.4.1 " # must match requirements-tests.txt
38
38
types : [file]
39
39
types_or : [python, pyi]
40
40
Original file line number Diff line number Diff line change @@ -62,4 +62,4 @@ all = true
62
62
disable_all_dunder_policy = true
63
63
64
64
[tool .typeshed ]
65
- pyright_version = " 1.1.302 "
65
+ pyright_version = " 1.1.303 "
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ black==23.3.0 # must match .pre-commit-confi
3
3
flake8==6.0.0; python_version >= "3.8" # must match .pre-commit-config.yaml
4
4
flake8-bugbear==23.3.23; python_version >= "3.8" # must match .pre-commit-config.yaml
5
5
flake8-noqa==1.3.1; python_version >= "3.8" # must match .pre-commit-config.yaml
6
- flake8-pyi==23.4.0 ; python_version >= "3.8" # must match .pre-commit-config.yaml
6
+ flake8-pyi==23.4.1 ; python_version >= "3.8" # must match .pre-commit-config.yaml
7
7
isort==5.12.0; python_version >= "3.8" # must match .pre-commit-config.yaml
8
8
mypy==1.2.0
9
- packaging==23.0
9
+ packaging==23.1
10
10
pathspec>=0.10.3
11
11
pre-commit-hooks==4.4.0 # must match .pre-commit-config.yaml
12
12
pycln==2.1.3 # must match .pre-commit-config.yaml
13
- pytype==2023.3.31 ; platform_system != "Windows" and python_version < "3.11"
13
+ pytype==2023.4.11 ; platform_system != "Windows" and python_version < "3.11"
14
14
pyyaml==6.0
15
15
termcolor>=2
16
16
tomli==2.0.1
You can’t perform that action at this time.
0 commit comments