Skip to content

Commit ef2035d

Browse files
Bump ruff from 0.6.9 to 0.7.1
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.9 to 0.7.1. - [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.6.9...0.7.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b92223e commit ef2035d

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

poetry.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python = "^3.9"
1717
poetry = ">=1.8.0,<1.9.0"
1818

1919
[tool.poetry.group.dev.dependencies]
20-
ruff = "^0.6.9"
20+
ruff = ">=0.6.9,<0.8.0"
2121
mypy = "^1.11.2"
2222
pre-commit = "^4.0.0"
2323
pre-commit-hooks = "^5.0.0"

0 commit comments

Comments
 (0)