Skip to content

Commit cddeaa1

Browse files
committed
Merge branch 'selenium-4.26' of github.com:appium/python-client into selenium-4.26
2 parents 93b40d6 + d2214b3 commit cddeaa1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.6.9
4+
rev: v0.7.2
55
hooks:
66
# Run the linter.
77
- id: ruff

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ verify_ssl = true
66
[dev-packages]
77
httpretty = "~=1.1"
88
mock = "~=5.1"
9-
pre-commit = "~=2.21"
9+
pre-commit = "~=3.5"
1010
pytest = "~=8.3"
1111
pytest-cov = "~=5.0"
1212
python-dateutil = "~=2.9"
13-
ruff = "~=0.7.0"
13+
ruff = "~=0.7.2"
1414
tox = "~=4.23"
1515
types-python-dateutil = "~=2.9"
1616

0 commit comments

Comments
 (0)