Skip to content

Commit 42ade3f

Browse files
Bump the dev group with 3 updates
Bumps the dev group with 3 updates: [prek](https://github.com/j178/prek), [ruff](https://github.com/astral-sh/ruff) and [ty](https://github.com/astral-sh/ty). Updates `prek` from 0.3.4 to 0.3.5 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.3.4...v0.3.5) Updates `ruff` from 0.15.4 to 0.15.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.4...0.15.5) Updates `ty` from 0.0.20 to 0.0.21 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.20...0.0.21) --- updated-dependencies: - dependency-name: prek dependency-version: 0.3.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev - dependency-name: ruff dependency-version: 0.15.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev - dependency-name: ty dependency-version: 0.0.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e0220a commit 42ade3f

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ dependencies = [
2828

2929
[dependency-groups]
3030
dev = [
31-
"prek==0.3.4",
32-
"ruff==0.15.4",
33-
"ty==0.0.20",
31+
"prek==0.3.5",
32+
"ruff==0.15.5",
33+
"ty==0.0.21",
3434
]
3535
test = [
3636
"aioresponses==0.7.8",

0 commit comments

Comments
 (0)