Fix pylint version to prevent crash (#4043)

This commit is contained in:
Silvano Cerza 2023-02-02 17:57:39 +01:00 committed by GitHub
parent 76bb105388
commit 6a9cb8651b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,7 +201,7 @@ dev = [
"python-multipart", "python-multipart",
"psutil", "psutil",
# Linting # Linting
"pylint", "pylint==2.15.10",
# Code formatting # Code formatting
"black[jupyter]==22.6.0", "black[jupyter]==22.6.0",
# Documentation # Documentation