summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-04 13:19:40 +0100
committerGitHub <noreply@github.com>2022-10-04 13:19:40 +0100
commit94017e867d5a19be28af01409a4d66d2a82c9801 (patch)
tree234d403b6aaa1a27ed7c775ec526344860d467dc /pyproject.toml
parentBump jsonschema from 4.4.0 to 4.16.0 (#13985) (diff)
downloadsynapse-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 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"