Skip to content

Commit f1ff5ed

Browse files
Bump ruff from 0.2.2 to 0.6.3 (#884)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.2 to 0.6.3. - [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.2...0.6.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arkadii Yakovets <[email protected]>
1 parent 6bd1aae commit f1ff5ed

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

poetry.lock

Lines changed: 20 additions & 19 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
@@ -64,7 +64,7 @@ zipp = "^3.19.1"
6464

6565
[tool.poetry.group.dev.dependencies]
6666
ipython = "^8.16.1"
67-
ruff = "^0.2.1"
67+
ruff = ">=0.2.1,<0.7.0"
6868

6969
[tool.poetry.group.test.dependencies]
7070
coverage = "^7.3.2"

0 commit comments

Comments
 (0)