Skip to content

Commit 4891e9a

Browse files
pyup-botgithub-actions[bot]
authored andcommitted
Align versions
1 parent d148f2d commit 4891e9a

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"pytest-xdist==3.6.1",
4444
"pyyaml==6.0.2",
4545
"requests==2.32.3",
46-
"ruff==0.9.5",
46+
"ruff==0.9.6",
4747
"sh==2.1; sys_platform!='win23'",
4848
"tox==4.23.2",
4949
"tox-uv>=1.17",

uv.lock

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636

3737
# Run the Ruff linter.
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.9.5
39+
rev: v0.9.6
4040
hooks:
4141
# Linter
4242
- id: ruff

0 commit comments

Comments
 (0)