diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-04 13:19:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 13:19:40 +0100 |
commit | 94017e867d5a19be28af01409a4d66d2a82c9801 (patch) | |
tree | 234d403b6aaa1a27ed7c775ec526344860d467dc /pyproject.toml | |
parent | Bump jsonschema from 4.4.0 to 4.16.0 (#13985) (diff) | |
download | synapse-94017e867d5a19be28af01409a4d66d2a82c9801.tar.xz |
Bump isort from 5.7.0 to 5.10.1 (#13988)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index b3e12962a9..c1d74b0d5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -267,7 +267,7 @@ all = [ [tool.poetry.dev-dependencies] ## We pin black so that our tests don't start failing on new releases. -isort = "==5.7.0" +isort = "==5.10.1" black = "==22.3.0" flake8-comprehensions = "*" flake8-bugbear = "==21.3.2" |