Skip to content

Commit 03b0f89

Browse files
dependabot[bot]rmcar17
authored andcommitted
Bump ruff from 0.11.0 to 0.11.5
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.0 to 0.11.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.11.0...0.11.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd3c6f9 commit 03b0f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Documentation = "https://piqtree.readthedocs.io"
4343
[project.optional-dependencies]
4444
dev = ["cibuildwheel", "pybind11", "scriv", "piqtree[test]", "piqtree[lint]", "piqtree[typing]"]
4545
test = ["pytest", "pytest-cov", "nox"]
46-
lint = ["ruff==0.11.0"]
46+
lint = ["ruff==0.11.5"]
4747
typing = ["mypy==1.15.0", "piqtree[stubs]", "piqtree[test]"]
4848
stubs = ["types-PyYAML", "types-requests"]
4949
extra = ["cogent3[extra]"]

0 commit comments

Comments
 (0)