Skip to content

Commit 5975985

Browse files
Update ruff requirement from 0.0.139 to 0.0.143 (#23)
Updates the requirements on [ruff](https://github.com/charliermarsh/ruff) to permit the latest version. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Commits](astral-sh/ruff@v0.0.139...v0.0.143) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27c50a2 commit 5975985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ apache-libcloud = ">=3.6.0,<3.7"
3535
pytest = "^7.2.0"
3636
mypy = "0.991"
3737
black = "22.10.0"
38-
ruff = "0.0.139"
38+
ruff = "0.0.143"
3939
sqlmodel = "^0.0.8"
4040
Pillow = "^9.3.0"
4141
fasteners = "^0.18"

0 commit comments

Comments
 (0)