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-30 11:44:54 +0100
committerGitHub <noreply@github.com>2024-07-30 11:44:54 +0100
commitbe726724a828a91d26a55187e3988ccb47dd40c9 (patch)
treefbf4acab63f8e624c5ba6585c56536da9ec485c9 /pyproject.toml
parentAdd some more opentracing to sliding sync (#17501) (diff)
downloadsynapse-be726724a828a91d26a55187e3988ccb47dd40c9.tar.xz
Bump ruff from 0.5.4 to 0.5.5 (#17494)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1adf8e087f..fe6289839c 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.4"
+ruff = "0.5.5"
 # Type checking only works with the pydantic.v1 compat module from pydantic v2
 pydantic = "^2"