Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6fcd6c2

Browse files
authoredJan 10, 2025··
build(deps-dev): bump ruff from 0.8.5 to 0.9.0
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.5 to 0.9.0. - [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.8.5...0.9.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d8b531 commit 6fcd6c2

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed
 

Diff for: ‎poetry.lock

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

Diff for: ‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pytest-regressions = "^2.4.0"
6161
pytest-freezer = "^0.4.6"
6262
pytest-xdist = "^3.1.0"
6363
# linter
64-
ruff = ">=0.5.0,<0.9.0"
64+
ruff = ">=0.5.0,<0.10.0"
6565
pre-commit = ">=2.18,<5.0"
6666
mypy = "^1.4"
6767
types-PyYAML = ">=5.4.3,<7.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.