Skip to content

Commit 1a0deb6

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.3 to 0.3.4 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.3.3...v0.3.4) Updates `ruff` from 0.15.2 to 0.15.4 - [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.2...0.15.4) Updates `ty` from 0.0.18 to 0.0.19 - [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.18...0.0.19) --- updated-dependencies: - dependency-name: prek dependency-version: 0.3.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev - dependency-name: ty dependency-version: 0.0.19 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1870359 commit 1a0deb6

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
@@ -29,15 +29,15 @@ dependencies = [
2929
[dependency-groups]
3030
dev = [
3131
"aioresponses==0.7.8",
32-
"prek==0.3.3",
32+
"prek==0.3.4",
3333
"pytest-asyncio==1.3.0",
3434
"pytest-cov==7.0.0",
3535
"pytest-error-for-skips==2.0.2",
3636
"pytest-timeout==2.4.0",
3737
"pytest==9.0.2",
38-
"ruff==0.15.2",
38+
"ruff==0.15.4",
3939
"syrupy==5.1.0",
40-
"ty==0.0.18",
40+
"ty==0.0.19",
4141
]
4242

4343
[project.urls]

0 commit comments

Comments
 (0)