diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-16 11:35:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 11:35:57 +0000 |
commit | 95320bc34eed27222aa072ef0ff4d69440be5428 (patch) | |
tree | 1e233f24f10e67a347e1c8436d0bc9e9889709a6 /pyproject.toml | |
parent | Bump service-identity from 23.1.0 to 24.1.0 (#16816) (diff) | |
download | synapse-95320bc34eed27222aa072ef0ff4d69440be5428.tar.xz |
Bump ruff from 0.1.7 to 0.1.13 (#16814)
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 24791aa0a9..734b11cc50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -321,7 +321,7 @@ all = [ # This helps prevents merge conflicts when running a batch of dependabot updates. isort = ">=5.10.1" black = ">=22.7.0" -ruff = "0.1.7" +ruff = "0.1.13" # Type checking only works with the pydantic.v1 compat module from pydantic v2 pydantic = "^2" |