Skip to content

Commit 0129548

Browse files
Update ruff requirement from ~=0.11 to ~=0.14 (#56)
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@0.11.0...0.14.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cyrill Raccaud <miaucl@users.noreply.github.com>
1 parent 9b0ce4a commit 0129548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ mypy
44
pydantic
55
pre-commit>=3.6.1
66
python-dotenv>=1.0.1
7-
ruff~=0.11
7+
ruff~=0.14
88
mkdocs-material==9.7.0
99
mkdocstrings[python]==0.29.1

0 commit comments

Comments
 (0)