Skip to content

Commit c83d110

Browse files
Bump ruff from 0.15.17 to 0.15.20
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.17 to 0.15.20. - [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.17...0.15.20) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent acf2e30 commit c83d110

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pytest-xdist = { version = ">=3.8.0,<4.0.0", optional = true }
3939
coverage = { version = ">=7.14.0", optional = true }
4040
diff-cover = { version = ">=9.2.0", optional = true }
4141
pytest-cov = { version = ">=5.0.0", optional = true }
42-
ruff = { version = ">=0.15.17", optional = true }
42+
ruff = { version = ">=0.15.20", optional = true }
4343

4444
[project.optional-dependencies]
4545
dev = ["coverage", "diff-cover", "mypy", "pre-commit", "pytest", "pytest-cov", "ruff", "pytest-xdist"]

0 commit comments

Comments
 (0)