Skip to content

Commit c611a39

Browse files
build(deps): update ruff requirement in the dev-dependencies group
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.8.5 - [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.5.0...0.8.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 875bd66 commit c611a39

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
@@ -46,7 +46,7 @@ test = [
4646
"pytest-cov>=4.1,<=6.0.0",
4747
"pytest>=7.4,<=8.3.4",
4848
"hypothesis>=6.104.2,<=6.123.2",
49-
"ruff>=0.5.0,<=0.8.4",
49+
"ruff>=0.5.0,<=0.8.5",
5050
"coverage>=7.5.4,<=7.6.10",
5151
]
5252
#These are a list of externally maintained rocker extensions. use pip install rockerc[extensions] to install all of them

0 commit comments

Comments
 (0)