Skip to content

Commit 650803c

Browse files
chore(deps): update all non-major dependencies (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7355f24 commit 650803c

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
hooks:
1515
- id: yesqa
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.15.5"
17+
rev: "v0.15.6"
1818
hooks:
1919
- id: ruff
2020
args:

pdm.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ all = true
4141
[dependency-groups]
4242
dev = [
4343
"pytest>=9.0.2",
44-
"ruff>=0.15.5",
44+
"ruff>=0.15.6",
4545
"pre-commit>=4.3.0",
4646
"mypy>=1.19.1",
4747
"tuna>=0.5.11",
4848
"httpx>=0.28.1",
4949
"pytest-benchmark>=5.2.3",
5050
"pip>=26.0.1",
51-
"inline-snapshot>=0.32.4",
51+
"inline-snapshot>=0.32.5",
5252
]

0 commit comments

Comments
 (0)