Skip to content

Commit a583d05

Browse files
fix(deps): update ruff to v0.12.5
1 parent c609333 commit a583d05

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
- id: taplo-lint
4747

4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: v0.12.4
49+
rev: v0.12.5
5050
hooks:
5151
- id: ruff-check
5252
# Exclude python files in pact/** and tests/**, except for the

pact-python-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ requires-python = ">=3.9"
5454
devel = [
5555
"pact-python-cli[devel-test]",
5656
"pact-python-cli[devel-types]",
57-
"ruff==0.12.4",
57+
"ruff==0.12.5",
5858
]
5959
devel-test = ["pytest-cov~=6.0", "pytest-mock~=3.0", "pytest~=8.0"]
6060
devel-types = ["mypy==1.17.0"]

pact-python-ffi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = ["cffi~=1.0"]
4747
devel = [
4848
"pact-python-ffi[devel-test]",
4949
"pact-python-ffi[devel-types]",
50-
"ruff==0.12.4",
50+
"ruff==0.12.5",
5151
]
5252
devel-test = ["pytest-cov~=6.0", "pytest-mock~=3.0", "pytest~=8.0"]
5353
devel-types = ["mypy==1.17.0"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies = [
7272
"pact-python[devel-docs]",
7373
"pact-python[devel-test]",
7474
"pact-python[devel-types]",
75-
"ruff==0.12.4",
75+
"ruff==0.12.5",
7676
]
7777
devel-docs = [
7878
"mkdocs-literate-nav~=0.6",

0 commit comments

Comments
 (0)