Fix version for bugbear (#9734)

This commit is contained in:
Jonathan de Jong 2021-04-02 12:22:21 +02:00 committed by GitHub
parent 33548f37aa
commit 4609e58970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/9734.misc Normal file
View file

@ -0,0 +1 @@
Pin flake8-bugbear's version.

View file

@ -99,7 +99,7 @@ CONDITIONAL_REQUIREMENTS["lint"] = [
"isort==5.7.0",
"black==20.8b1",
"flake8-comprehensions",
"flake8-bugbear",
"flake8-bugbear==21.3.2",
"flake8",
]