diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-06 08:11:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-06 08:11:15 -0500 |
commit | 2f689a63263170068e0ee666422d5e0f61d21cfb (patch) | |
tree | d091add5fd22a612ea673057b043c38b0f1cb1a2 /pyproject.toml | |
parent | Simplify event persistence code (#16584) (diff) | |
download | synapse-2f689a63263170068e0ee666422d5e0f61d21cfb.tar.xz |
Bump ruff from 0.0.292 to 0.1.4 (#16600)
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 23e0004395..e5c0158a7b 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.0.292" +ruff = "0.1.4" # Type checking only works with the pydantic.v1 compat module from pydantic v2 pydantic = "^2" |