From da59327e3e4faab1542b4770913a9ddfacb8af58 Mon Sep 17 00:00:00 2001 From: toofar Date: Mon, 11 Dec 2023 21:41:01 +1300 Subject: Regenerate pylint requirements with isort pinned I added isort!=5.13.0 in misc/requirements/requirements-pylint.txt and ran `python3 scripts/dev/recompile_requirements.py pylint` in `docker run -v `pwd`:/work -w /work -it python:3.8-bookworm bash` based off of main. Then reverted the relevant part of the update dependencies commit with `git show HEAD misc/requirements/requirements-pylint.txt | patch -R -p 1` and manually updated the two deps from the local update run :) diff --git i/misc/requirements/requirements-pylint.txt w/misc/requirements/requirements-pylint.txt index 80319adc03a7..1c8fa33e623a 100644 --- i/misc/requirements/requirements-pylint.txt +++ w/misc/requirements/requirements-pylint.txt @@ -11,7 +11,7 @@ idna==3.6 isort==5.12.0 mccabe==0.7.0 pefile==2023.2.7 -platformdirs==4.0.0 +platformdirs==4.1.0 pycparser==2.21 PyJWT==2.8.0 pylint==3.0.2 @@ -21,6 +21,6 @@ requests==2.31.0 six==1.16.0 tomli==2.0.1 tomlkit==0.12.3 -typing_extensions==4.8.0 +typing_extensions==4.9.0 uritemplate==4.1.1 # urllib3==2.1.0 ref: https://github.com/qutebrowser/qutebrowser/pull/8028#issuecomment-1849363267 --- misc/requirements/requirements-pylint.txt | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/misc/requirements/requirements-pylint.txt b/misc/requirements/requirements-pylint.txt index 02471c910..1c8fa33e6 100644 --- a/misc/requirements/requirements-pylint.txt +++ b/misc/requirements/requirements-pylint.txt @@ -1,38 +1,26 @@ # This file is automatically generated by scripts/dev/recompile_requirements.py -annotated-types==0.6.0 astroid==3.0.1 -Cerberus==1.3.5 certifi==2023.11.17 cffi==1.16.0 charset-normalizer==3.3.2 cryptography==41.0.7 dill==0.3.7 -distlib==0.3.7 -docopt==0.6.2 github3.py==4.0.1 idna==3.6 -isort==5.13.0 +isort==5.12.0 mccabe==0.7.0 pefile==2023.2.7 -pep517==0.13.1 -pip-api==0.0.30 -pipreqs==0.4.13 platformdirs==4.1.0 -plette==0.4.4 pycparser==2.21 -pydantic==2.5.2 -pydantic_core==2.14.5 PyJWT==2.8.0 pylint==3.0.2 python-dateutil==2.8.2 ./scripts/dev/pylint_checkers requests==2.31.0 -requirementslib==3.0.0 six==1.16.0 tomli==2.0.1 tomlkit==0.12.3 typing_extensions==4.9.0 uritemplate==4.1.1 # urllib3==2.1.0 -yarg==0.1.9 -- cgit v1.2.3-54-g00ecf