summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-22 14:29:06 +0100
committerGitHub <noreply@github.com>2024-07-22 14:29:06 +0100
commit73529d373246b09fd3d83b494500dc944f208867 (patch)
tree1cbf1a9119ae04a382c515e184262c8099eba123 /pyproject.toml
parentBump sentry-sdk from 2.8.0 to 2.10.0 (#17467) (diff)
downloadsynapse-73529d373246b09fd3d83b494500dc944f208867.tar.xz
Bump ruff from 0.5.0 to 0.5.4 (#17466)
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0f040fc612..50dc0c3c63 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -322,7 +322,7 @@ all = [
 # This helps prevents merge conflicts when running a batch of dependabot updates.
 isort = ">=5.10.1"
 black = ">=22.7.0"
-ruff = "0.5.0"
+ruff = "0.5.4"
 # Type checking only works with the pydantic.v1 compat module from pydantic v2
 pydantic = "^2"