diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-18 11:30:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 11:30:43 -0400 |
commit | eee2b6642ddb28a6e0f850b958baa39eb74dc891 (patch) | |
tree | 54359205fb294fdb4395bb7ef7637e9a55e370ad /pyproject.toml | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-eee2b6642ddb28a6e0f850b958baa39eb74dc891.tar.xz |
Bump ruff from 0.0.286 to 0.0.290 (#16342)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrick Cloke <patrickc@matrix.org>
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 7f1e773159..de4dd61ea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -320,7 +320,7 @@ all = [ # This helps prevents merge conflicts when running a batch of dependabot updates. isort = ">=5.10.1" black = ">=22.7.0" -ruff = "0.0.286" +ruff = "0.0.290" # Typechecking lxml-stubs = ">=0.4.0" |