Skip to content

Commit ad5ec92

Browse files
authored
Bump various test dependencies (#11120)
1 parent bb1f70a commit ad5ec92

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v4
5353
- uses: chartboost/ruff-action@v1
5454
with:
55-
version: "0.1.6" # must match .pre-commit-config.yaml and requirements-test.txt
55+
version: "0.1.7" # must match .pre-commit-config.yaml and requirements-test.txt
5656

5757
flake8:
5858
name: Lint with Flake8

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: black
1616
language_version: python3.10
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.1.6 # must match requirements-tests.txt and tests.yml
18+
rev: v0.1.7 # must match requirements-tests.txt and tests.yml
1919
hooks:
2020
- id: ruff
2121
args: [--exit-non-zero-on-fix, --fix-only]
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: flake8
2626
additional_dependencies:
27-
- "flake8-bugbear==23.9.16" # must match requirements-tests.txt
27+
- "flake8-bugbear==23.12.2" # must match requirements-tests.txt
2828
- "flake8-noqa==1.3.2" # must match requirements-tests.txt
2929
- "flake8-pyi==23.11.0" # must match requirements-tests.txt
3030
types: [file]

requirements-tests.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
# "tool.typeshed" section in pyproject.toml for additional type checkers.
44
black==23.11.0 # must match .pre-commit-config.yaml
55
flake8==6.1.0 # must match .pre-commit-config.yaml
6-
flake8-bugbear==23.9.16 # must match .pre-commit-config.yaml
6+
flake8-bugbear==23.12.2 # must match .pre-commit-config.yaml
77
flake8-noqa==1.3.2 # must match .pre-commit-config.yaml
88
flake8-pyi==23.11.0 # must match .pre-commit-config.yaml
99
mypy==1.7.1
1010
pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml
11-
pytype==2023.11.29; platform_system != "Windows" and python_version < "3.12"
12-
ruff==0.1.6 # must match .pre-commit-config.yaml and tests.yml
11+
pytype==2023.12.7; platform_system != "Windows" and python_version < "3.12"
12+
ruff==0.1.7 # must match .pre-commit-config.yaml and tests.yml
1313

1414
# Libraries used by our various scripts.
15-
aiohttp==3.9.0
15+
aiohttp==3.9.1
1616
packaging==23.2
1717
pathspec>=0.11.1
1818
pyyaml==6.0.1

0 commit comments

Comments
 (0)