diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-08 07:14:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 07:14:52 -0400 |
commit | 245d34bdccbc3519011c00560b9bde0d6539ca97 (patch) | |
tree | fd74c049f3a07d1c2f900dfba2d8f52a40683d3c /pyproject.toml | |
parent | Bump types-requests from 2.29.0.0 to 2.30.0.0 (#15553) (diff) | |
download | synapse-245d34bdccbc3519011c00560b9bde0d6539ca97.tar.xz |
Bump ruff from 0.0.259 to 0.0.265 (#15551)
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 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 = "*" |