diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-23 09:32:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-23 09:32:07 -0500 |
commit | 5e75771ecec2834db70a13f527dc17098b531507 (patch) | |
tree | f84388cf154e0a3eb5fed895e79f8895c4f30878 /pyproject.toml | |
parent | Bump types-opentracing from 2.4.10 to 2.4.10.1 (#14896) (diff) | |
download | synapse-5e75771ecec2834db70a13f527dc17098b531507.tar.xz |
Bump ruff from 0.0.224 to 0.0.230 (#14897)
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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 = "*" |