Skip to content

Commit 684790a

Browse files
build(deps): bump ruff from 0.6.4 to 0.7.3
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.4 to 0.7.3. - [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.6.4...0.7.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bda263 commit 684790a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test = [
4040
"pytest-pretty>=1.0.0,<2.0.0",
4141
]
4242
quality = [
43-
"ruff==0.6.4",
43+
"ruff==0.7.3",
4444
"mypy==1.10.0",
4545
"pre-commit>=3.0.0,<4.0.0",
4646
]
@@ -59,7 +59,7 @@ dev = [
5959
"pytest-cov>=3.0.0,<5.0.0",
6060
"pytest-pretty>=1.0.0,<2.0.0",
6161
# style
62-
"ruff==0.6.4",
62+
"ruff==0.7.3",
6363
"mypy==1.10.0",
6464
"pre-commit>=3.0.0,<4.0.0",
6565
# docs

0 commit comments

Comments
 (0)