Skip to content

Commit db712da

Browse files
chore(deps-dev): Bump ruff from 0.7.0 to 0.8.2 (#260)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.0 to 0.8.2. - [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.7.0...0.8.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1103e1 commit db712da

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

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
@@ -174,7 +174,7 @@ isort = {extras = ["toml"], version = "^5.13.2"}
174174
black = "^24.10.0"
175175
mypy = "^1.12.0"
176176
debugpy = "^1.8.7"
177-
ruff = "^0.7.0"
177+
ruff = ">=0.7,<0.9"
178178
poethepoet = "^0.29.0"
179179

180180
[tool.poetry.group.security.dependencies]

0 commit comments

Comments
 (0)