summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-23 18:25:46 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-23 18:25:46 +0100
commit292c80866f50d435695de4e02629843a0cd756f8 (patch)
tree72646ccacab4ca9623c9ec666d3e88e34f54b74e /setup.py
parentMerge commit '78e48f61b' into anoa/dinsic_release_1_31_0 (diff)
parent 1.31.0 (diff)
downloadsynapse-292c80866f50d435695de4e02629843a0cd756f8.tar.xz
Merge commit '1d8863c67' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py

index 1939a7b86b..29e9971dc1 100755 --- a/setup.py +++ b/setup.py
@@ -99,7 +99,7 @@ CONDITIONAL_REQUIREMENTS["lint"] = [ "isort==5.7.0", "black==20.8b1", "flake8-comprehensions", - "flake8-bugbear", + "flake8-bugbear==21.3.2", "flake8", ]