Skip to content

Commit 49cc87c

Browse files
chore(deps)(deps-dev): update ruff requirement from >=0.4.0 to >=0.15.13
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.0...0.15.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8cfbba2 commit 49cc87c

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
@@ -38,7 +38,7 @@ dev = [
3838
"pytest>=7.0",
3939
"pytest-asyncio>=0.21",
4040
"respx>=0.21",
41-
"ruff>=0.4.0",
41+
"ruff>=0.15.13",
4242
"mypy>=1.0",
4343
]
4444

0 commit comments

Comments
 (0)