Update mypy to 1.1.1 (#80175)

pull/80178/head
Matt Clay 1 year ago committed by GitHub
parent b7a0e0d792
commit 85b5f31f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,19 +1,18 @@
# edit "sanity.mypy.in" and generate with: hacking/update-sanity-requirements.py --test mypy
cffi==1.15.1
cryptography==39.0.1
cryptography==39.0.2
Jinja2==3.1.2
MarkupSafe==2.1.2
mypy==1.0.1
mypy==1.1.1
mypy-extensions==1.0.0
packaging==23.0
pycparser==2.21
tomli==2.0.1
types-backports==0.1.3
types-docutils==0.19.1.4
types-paramiko==3.0.0.3
types-PyYAML==6.0.12.7
types-requests==2.28.11.13
types-setuptools==67.3.0.1
types-toml==0.10.8.4
types-urllib3==1.26.25.6
types-paramiko==3.0.0.4
types-PyYAML==6.0.12.8
types-requests==2.28.11.15
types-setuptools==67.5.0.0
types-toml==0.10.8.5
types-urllib3==1.26.25.8
typing_extensions==4.5.0

@ -14,6 +14,9 @@ lib/ansible/executor/task_queue_manager.py pylint:disallowed-name
lib/ansible/galaxy/collection/__init__.py mypy-3.9:attr-defined # inline ignore has no effect
lib/ansible/galaxy/collection/__init__.py mypy-3.10:attr-defined # inline ignore has no effect
lib/ansible/galaxy/collection/__init__.py mypy-3.11:attr-defined # inline ignore has no effect
lib/ansible/galaxy/collection/gpg.py mypy-3.9:arg-type
lib/ansible/galaxy/collection/gpg.py mypy-3.10:arg-type
lib/ansible/galaxy/collection/gpg.py mypy-3.11:arg-type
lib/ansible/parsing/yaml/constructor.py mypy-3.9:type-var # too many occurrences to ignore inline
lib/ansible/parsing/yaml/constructor.py mypy-3.10:type-var # too many occurrences to ignore inline
lib/ansible/parsing/yaml/constructor.py mypy-3.11:type-var # too many occurrences to ignore inline

Loading…
Cancel
Save