diff options
author | Matt Clay <matt@mystile.com> | 2024-10-04 22:18:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 22:18:07 +0200 |
commit | 50604e84615e239c2b83e0c55969dbf68e5de0cf (patch) | |
tree | 7db6bbb8c0dc19114c4bcc9e12b5ee0b9bc51851 | |
parent | ansible-test - Disable pylint deprecated-* rules (#84050) (diff) | |
download | ansible-50604e84615e239c2b83e0c55969dbf68e5de0cf.tar.xz ansible-50604e84615e239c2b83e0c55969dbf68e5de0cf.zip |
ansible-test - Update astroid for pylint sanity test (#84054)
-rw-r--r-- | test/lib/ansible_test/_data/requirements/sanity.pylint.txt | 2 | ||||
-rw-r--r-- | test/sanity/code-smell/pymarkdown.requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/ansible_test/_data/requirements/sanity.pylint.txt b/test/lib/ansible_test/_data/requirements/sanity.pylint.txt index a34c949550..7e4c8a1d64 100644 --- a/test/lib/ansible_test/_data/requirements/sanity.pylint.txt +++ b/test/lib/ansible_test/_data/requirements/sanity.pylint.txt @@ -1,5 +1,5 @@ # edit "sanity.pylint.in" and generate with: hacking/update-sanity-requirements.py --test pylint -astroid==3.3.4 +astroid==3.3.5 dill==0.3.9 isort==5.13.2 mccabe==0.7.0 diff --git a/test/sanity/code-smell/pymarkdown.requirements.txt b/test/sanity/code-smell/pymarkdown.requirements.txt index e5774e2fa5..c8cbcd65a1 100644 --- a/test/sanity/code-smell/pymarkdown.requirements.txt +++ b/test/sanity/code-smell/pymarkdown.requirements.txt @@ -4,6 +4,6 @@ Columnar==1.4.1 pymarkdownlnt==0.9.23 PyYAML==6.0.2 tomli==2.0.2 -toolz==0.12.1 +toolz==1.0.0 typing_extensions==4.12.2 wcwidth==0.2.13 |