You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flake8>=3.8.4,<7.2 # 7.1.0 is tested to be compatible; Ideally >=6.1.0 so that all message translations work. Even older versions work, they just don't pass the tests which match the message output verbatim.
flake8-json~=24.4.0 # 24.4.0 is tested to be compatible
pylint>=3,<3.3 # 3.3.1 is tested to be compatible, but reports mistakes in configuration, which would be confusing to fix now.
dataclasses-json~=0.6.7 # 0.6.7 is tested to be compatible
tomli~=2.0.1 # 2.0.1 is tested to be compatible. In Python 3.11+ it's included as a standard library tomllib.
requests~=2.31 # versions lower than 2.31.0 had CVE-2023-32681