Skip to content

Commit cfc31ef

Browse files
⬆ Bump ruff from 0.0.138 to 0.0.281
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.138 to 0.0.281. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](astral-sh/ruff@v0.0.138...v0.0.281) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40df42f commit cfc31ef

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
@@ -53,7 +53,7 @@ test = [
5353
"pytest >=7.1.3,<8.0.0",
5454
"coverage[toml] >= 6.5.0,< 8.0",
5555
"mypy ==0.982",
56-
"ruff ==0.0.138",
56+
"ruff ==0.0.281",
5757
"black == 22.10.0",
5858
"isort >=5.0.6,<6.0.0",
5959
"httpx >=0.23.0,<0.24.0",
@@ -87,7 +87,7 @@ doc = [
8787
"pyyaml >=5.3.1,<7.0.0",
8888
]
8989
dev = [
90-
"ruff ==0.0.138",
90+
"ruff ==0.0.281",
9191
"uvicorn[standard] >=0.12.0,<0.21.0",
9292
"pre-commit >=2.17.0,<3.0.0",
9393
]

0 commit comments

Comments
 (0)