diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-13 17:06:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 17:06:23 +0000 |
commit | 9b5eef95adbe00936f3c33522c42bcd7d50dd01b (patch) | |
tree | d0d15c22086afa9b5e3dd16581d6bcc96eefefb2 /pyproject.toml | |
parent | Bump mypy from 1.5.1 to 1.8.0 (#16901) (diff) | |
download | synapse-9b5eef95adbe00936f3c33522c42bcd7d50dd01b.tar.xz |
Bump ruff from 0.1.14 to 0.3.2 (#16994)
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index f05546b1c1..f0f1112b4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -321,7 +321,7 @@ all = [ # This helps prevents merge conflicts when running a batch of dependabot updates. isort = ">=5.10.1" black = ">=22.7.0" -ruff = "0.1.14" +ruff = "0.3.2" # Type checking only works with the pydantic.v1 compat module from pydantic v2 pydantic = "^2" |