Skip to content

Commit 46a20bd

Browse files
Update ruff requirement from ^0.0.249 to >=0.0.249,<0.15.13
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.0.249...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b8d2708 commit 46a20bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ zetascale = "*"
3030

3131

3232
[tool.poetry.group.lint.dependencies]
33-
ruff = "^0.0.249"
33+
ruff = ">=0.0.249,<0.15.13"
3434
types-toml = "^0.10.8.1"
3535
types-redis = "^4.3.21.6"
3636
types-pytz = "^2023.3.0.0"

0 commit comments

Comments
 (0)