requirements: Avoid astroid 2.13
See https://github.com/PyCQA/astroid/issues/1958
This commit is contained in:
parent
8a4fa5b17d
commit
085a7956eb
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
astroid==2.13.2
|
||||
astroid==2.12.14
|
||||
certifi==2022.12.7
|
||||
cffi==1.15.1
|
||||
charset-normalizer==2.1.1
|
||||
|
|
@ -16,7 +16,7 @@ pefile==2022.5.30
|
|||
platformdirs==2.6.2
|
||||
pycparser==2.21
|
||||
PyJWT==2.6.0
|
||||
pylint==2.15.9
|
||||
pylint==2.15.10
|
||||
python-dateutil==2.8.2
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.28.1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
pylint
|
||||
astroid<2.13.0 # WORKAROUND
|
||||
./scripts/dev/pylint_checkers
|
||||
requests
|
||||
github3.py
|
||||
|
|
|
|||
Loading…
Reference in New Issue