Skip to content

Commit 2e85cc5

Browse files
chore(deps): update ruff requirement from >=0.2.0 to >=0.15.10
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.2.0...0.15.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c50725 commit 2e85cc5

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
@@ -45,7 +45,7 @@ dev = [
4545
"pytest>=8.0.0",
4646
"pytest-asyncio>=0.23.0",
4747
"pytest-cov>=4.1.0",
48-
"ruff>=0.2.0",
48+
"ruff>=0.15.10",
4949
"mypy>=1.8.0",
5050
"testcontainers>=3.7.0",
5151
"respx>=0.20.2",

0 commit comments

Comments
 (0)