Skip to content

Commit aca75f8

Browse files
chore: Bump the all-pip group with 3 updates
Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [pyright](https://github.com/RobertCraigie/pyright-python) and [ty](https://github.com/astral-sh/ty) to permit the latest version. Updates `ruff` to 0.15.12 - [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.11...0.15.12) Updates `pyright` to 1.1.409 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.408...v1.1.409) Updates `ty` to 0.0.33 - [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.32...0.0.33) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development dependency-group: all-pip - dependency-name: pyright dependency-version: 1.1.409 dependency-type: direct:development dependency-group: all-pip - dependency-name: ty dependency-version: 0.0.33 dependency-type: direct:development dependency-group: all-pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d25aef commit aca75f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Homepage = "https://fable.io"
1717
[dependency-groups]
1818
dev = [
1919
"pytest>=9.0.3,<10",
20-
"ruff>=0.15.11,<0.16",
20+
"ruff>=0.15.12,<0.16",
2121
"maturin>=1.13.1,<2",
2222
"dunamai>=1.26.1,<2",
2323
"pydantic>=2.13.3",
2424
"attrs>=26.1.0",
25-
"pyright>=1.1.408",
26-
"ty>=0.0.32",
25+
"pyright>=1.1.409",
26+
"ty>=0.0.33",
2727
]
2828

2929
[tool.hatch.build.targets.sdist]

0 commit comments

Comments
 (0)