summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2023-02-09 18:18:42 +0000
committerGitHub <noreply@github.com>2023-02-09 18:18:42 +0000
commit218a383c43f23c05ddcd4c3f1ea315500136eff8 (patch)
tree113cd69c7251215badee50dd1f427aafd5d1ffa7 /pyproject.toml
parentRespond correctly to unknown methods on known endpoints (#14605) (diff)
downloadsynapse-218a383c43f23c05ddcd4c3f1ea315500136eff8.tar.xz
Bump ruff version from 0.0.230 to 0.0.237. (#15033)
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1e59706104..2a21da6351 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -311,7 +311,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.230"
+ruff = "0.0.237"
 
 # Typechecking
 mypy = "*"