summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-06 08:11:15 -0500
committerGitHub <noreply@github.com>2023-11-06 08:11:15 -0500
commit2f689a63263170068e0ee666422d5e0f61d21cfb (patch)
treed091add5fd22a612ea673057b043c38b0f1cb1a2 /pyproject.toml
parentSimplify event persistence code (#16584) (diff)
downloadsynapse-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.toml2
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"