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-23 09:32:07 -0500
committerGitHub <noreply@github.com>2023-01-23 09:32:07 -0500
commit5e75771ecec2834db70a13f527dc17098b531507 (patch)
treef84388cf154e0a3eb5fed895e79f8895c4f30878 /pyproject.toml
parentBump types-opentracing from 2.4.10 to 2.4.10.1 (#14896) (diff)
downloadsynapse-5e75771ecec2834db70a13f527dc17098b531507.tar.xz
Bump ruff from 0.0.224 to 0.0.230 (#14897)
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 d54dde4a2f..400eec6ac2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -309,7 +309,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.224"
+ruff = "0.0.230"
 
 # Typechecking
 mypy = "*"