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-01-05 09:49:50 +0000
committerGitHub <noreply@github.com>2023-01-05 09:49:50 +0000
commitf79ef37b8c8e390744b96bd94dd2cdf55b31b069 (patch)
treeaedeca09f038fe3ae6598ec895918000f20b22b8 /pyproject.toml
parentBump serde from 1.0.151 to 1.0.152 (#14758) (diff)
downloadsynapse-f79ef37b8c8e390744b96bd94dd2cdf55b31b069.tar.xz
Bump ruff from 0.0.189 to 0.0.206 (#14759)
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 37b9ab3a77..f759459b80 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -317,7 +317,7 @@ all = [
 # We pin black so that our tests don't start failing on new releases.
 isort = ">=5.10.1"
 black = ">=22.3.0"
-ruff = "0.0.189"
+ruff = "0.0.206"
 
 # Typechecking
 mypy = "*"