Skip to content

Commit f6f0e11

Browse files
Tektronix BotTektronix Bot
authored andcommitted
chore: Update dependencies.
1 parent 9e9eb22 commit f6f0e11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ repos:
152152
pass_filenames: false
153153
args: [scripts/generate_schema.py]
154154
- repo: https://github.com/astral-sh/ruff-pre-commit
155-
rev: 3d44372123ca5e8617fdb65d9f11facd159b9e95 # frozen: v0.12.3
155+
rev: 6c5418a077bd954e7078087a655421b85772095b # frozen: v0.12.4
156156
hooks:
157157
- id: ruff-check
158158
args: [--fix, --exit-non-zero-on-fix]

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pytest-repeat==0.9.4 ; python_full_version >= "3.9.2" and python_version < "3.14
4040
python-dateutil==2.9.0.post0 ; python_full_version >= "3.9.2" and python_version < "3.14"
4141
pytz==2025.2 ; python_full_version >= "3.9.2" and python_version < "3.14"
4242
requests==2.32.4 ; python_full_version >= "3.9.2" and python_version < "3.14"
43-
ruff==0.12.3 ; python_full_version >= "3.9.2" and python_version < "3.14"
43+
ruff==0.12.4 ; python_full_version >= "3.9.2" and python_version < "3.14"
4444
setuptools==80.9.0 ; python_full_version >= "3.9.2" and python_version < "3.14"
4545
six==1.17.0 ; python_full_version >= "3.9.2" and python_version < "3.14"
4646
soupsieve==2.7 ; python_full_version >= "3.9.2" and python_version < "3.14"

0 commit comments

Comments
 (0)