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-05-08 07:14:52 -0400
committerGitHub <noreply@github.com>2023-05-08 07:14:52 -0400
commit245d34bdccbc3519011c00560b9bde0d6539ca97 (patch)
treefd74c049f3a07d1c2f900dfba2d8f52a40683d3c /pyproject.toml
parentBump types-requests from 2.29.0.0 to 2.30.0.0 (#15553) (diff)
downloadsynapse-245d34bdccbc3519011c00560b9bde0d6539ca97.tar.xz
Bump ruff from 0.0.259 to 0.0.265 (#15551)
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index caf69cc53f..a571cfbebd 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.259"
+ruff = "0.0.265"
 
 # Typechecking
 mypy = "*"