Skip to content

Commit d1fd847

Browse files
Update ruff requirement in the pip group
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.16.0 - [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.20...0.16.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4e77a1 commit d1fd847

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dev = [
2424
"pytest-cov~=7.1",
2525
"coverage~=7.15",
2626
"python-dotenv~=1.2",
27-
"ruff~=0.15.20",
27+
"ruff>=0.15.20,<0.17.0",
2828
"pyright~=1.1.411",
2929
"build~=1.5",
3030
"twine~=6.2",

0 commit comments

Comments
 (0)