Skip to content

Commit d2f5798

Browse files
build(deps): update bugfixes
1 parent 4ecd0b9 commit d2f5798

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: fix-byte-order-marker
1414
- id: mixed-line-ending
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.15.12"
16+
rev: "v0.15.20"
1717
hooks:
1818
- id: ruff-format
1919
- id: ruff

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ dev = [
3131
"coverage[toml]~=7.4",
3232
"hypothesis>=6.108",
3333
"pytest~=9.0,>=9.0.3; python_version >= '3.10'",
34-
"pytest~=8.0,>=8.4.2; python_version < '3.10' and python_version >= '3.9'",
35-
"pytest~=8.0; python_version < '3.9'",
34+
"pytest~=9.1,>=9.1.1; python_version < '3.10' and python_version >= '3.9'",
35+
"pytest~=9.1; python_version < '3.9'",
3636
"pytest-check~=2.3",
3737
"pytest-cov~=5.0",
3838
"pytest-mock~=3.12",

0 commit comments

Comments
 (0)