diff options
author | Jonathan de Jong <jonathan@automatia.nl> | 2021-04-02 12:22:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-02 11:22:21 +0100 |
commit | 4609e58970a95768170ca8c8ab52abc1998b866c (patch) | |
tree | 4a134091f1943a4b28071737bf4fa1013c0cee21 | |
parent | Improve tracing for to device messages (#9686) (diff) | |
download | synapse-4609e58970a95768170ca8c8ab52abc1998b866c.tar.xz |
Fix version for bugbear (#9734)
-rw-r--r-- | changelog.d/9734.misc | 1 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/9734.misc b/changelog.d/9734.misc new file mode 100644 index 0000000000..20ed9a06a9 --- /dev/null +++ b/changelog.d/9734.misc @@ -0,0 +1 @@ +Pin flake8-bugbear's version. \ No newline at end of file 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", ] |