diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-08 17:54:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-08 17:54:18 +0100 |
commit | 13a3987929d88d333e79d4b700b2f18332c682d1 (patch) | |
tree | bb81bdeb62b82c69e988f1c6b7bec9c973d29461 /pyproject.toml | |
parent | Bump types-pillow from 10.2.0.20240125 to 10.2.0.20240406 (#17061) (diff) | |
download | synapse-13a3987929d88d333e79d4b700b2f18332c682d1.tar.xz |
Bump ruff from 0.3.2 to 0.3.5 (#17060)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 9a645079c3..fa87d19180 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.3.2" +ruff = "0.3.5" # Type checking only works with the pydantic.v1 compat module from pydantic v2 pydantic = "^2" |