Skip to content

Commit 83f0dbe

Browse files
authored
Bump various test dependencies (#10045)
1 parent 8db375c commit 83f0dbe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
additional_dependencies:
3535
- "flake8-bugbear==23.3.23" # must match requirements-tests.txt
3636
- "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
3838
types: [file]
3939
types_or: [python, pyi]
4040

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ all = true
6262
disable_all_dunder_policy = true
6363

6464
[tool.typeshed]
65-
pyright_version = "1.1.302"
65+
pyright_version = "1.1.303"

requirements-tests.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ black==23.3.0 # must match .pre-commit-confi
33
flake8==6.0.0; python_version >= "3.8" # must match .pre-commit-config.yaml
44
flake8-bugbear==23.3.23; python_version >= "3.8" # must match .pre-commit-config.yaml
55
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
77
isort==5.12.0; python_version >= "3.8" # must match .pre-commit-config.yaml
88
mypy==1.2.0
9-
packaging==23.0
9+
packaging==23.1
1010
pathspec>=0.10.3
1111
pre-commit-hooks==4.4.0 # must match .pre-commit-config.yaml
1212
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"
1414
pyyaml==6.0
1515
termcolor>=2
1616
tomli==2.0.1

0 commit comments

Comments
 (0)