Skip to content

Commit ce0950e

Browse files
chore(deps-dev): update ruff requirement in the lint group
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.15.15 - [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.14...0.15.15) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:development dependency-group: lint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88b8df4 commit ce0950e

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
@@ -34,7 +34,7 @@ dev = [
3434
"pytest>=9.0.3,<10",
3535
"pytest-asyncio>=1.4.0,<2",
3636
"pytest-cov>=7.1.0,<8",
37-
"ruff>=0.15.14,<1",
37+
"ruff>=0.15.15,<1",
3838
"mypy>=2.1.0,<3",
3939
]
4040

0 commit comments

Comments
 (0)