Update pylint sanity test to work on Python 3.10.

This commit is contained in:
Matt Clay 2021-05-06 13:56:42 -07:00
parent c2e15f45a6
commit 2c3a3bdd9c
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Update ``typed-ast`` constraint to version 1.4.3 for compatibility with Python 3.10.

View file

@ -8,5 +8,5 @@ lazy-object-proxy == 1.4.3
mccabe == 0.6.1
six # not frozen due to usage outside sanity tests
toml == 0.10.2
typed-ast == 1.4.2
typed-ast == 1.4.3
wrapt == 1.12.1