Skip to content

Commit f0b5fd6

Browse files
chore(deps-dev): Update ruff requirement
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.5.0...0.13.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7996b8 commit f0b5fd6

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
@@ -15,7 +15,7 @@ pydantic = ">=2.0.0,<3.0.0"
1515
pytest = ">=7.1.2,<9.0.0"
1616
pytest-cov = ">=3,<7"
1717
tox = ">=3.26,<5.0"
18-
ruff = ">=0.5.0,<0.13.0"
18+
ruff = ">=0.5.0,<0.14.0"
1919
pyright = ">=1.1.350,<1.2"
2020
fastapi = ">=0.116.0,<1" # just for testing the compatibilty
2121
anyio = ">=4.9.0,<5.0.0"

0 commit comments

Comments
 (0)