Skip to content

Commit b7d6b4a

Browse files
authored
Merge pull request #253 from cphyc/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 5630c8c + 357eddd commit b7d6b4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/setup-cfg-fmt
3-
rev: v3.1.0
3+
rev: v3.2.0
44
hooks:
55
- id: setup-cfg-fmt
66
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -13,7 +13,7 @@ repos:
1313
hooks:
1414
- id: mypy
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.14.9
16+
rev: v0.14.11
1717
hooks:
1818
- id: ruff
1919
args: ["--fix", "--show-fixes"]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ dependencies = [
3131

3232
[project.optional-dependencies]
3333
test = [
34-
"matplotlib==3.10.1",
34+
"matplotlib==3.10.8",
3535
"pytest-cov==7.0.0",
3636
"pytest-mpl==0.18.0",
37-
"pytest==8.4.2",
37+
"pytest==9.0.2",
3838
]
3939

4040
[project.urls]

0 commit comments

Comments
 (0)