mirror of https://github.com/ansible/ansible.git
Update mypy to version 1.0.0 (#79963)
parent
d47a848219
commit
71f2e777ed
@ -1,19 +1,19 @@
|
|||||||
# edit "sanity.mypy.in" and generate with: hacking/update-sanity-requirements.py --test mypy
|
# edit "sanity.mypy.in" and generate with: hacking/update-sanity-requirements.py --test mypy
|
||||||
cffi==1.15.1
|
cffi==1.15.1
|
||||||
cryptography==39.0.0
|
cryptography==39.0.1
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
MarkupSafe==2.1.2
|
MarkupSafe==2.1.2
|
||||||
mypy==0.991
|
mypy==1.0.0
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==1.0.0
|
||||||
packaging==23.0
|
packaging==23.0
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
types-backports==0.1.3
|
types-backports==0.1.3
|
||||||
types-docutils==0.19.1.2
|
types-docutils==0.19.1.3
|
||||||
types-paramiko==2.12.0.3
|
types-paramiko==3.0.0.2
|
||||||
types-PyYAML==6.0.12.3
|
types-PyYAML==6.0.12.5
|
||||||
types-requests==2.28.11.8
|
types-requests==2.28.11.12
|
||||||
types-setuptools==65.7.0.3
|
types-setuptools==67.2.0.1
|
||||||
types-toml==0.10.8.1
|
types-toml==0.10.8.3
|
||||||
types-urllib3==1.26.25.4
|
types-urllib3==1.26.25.5
|
||||||
typing_extensions==4.4.0
|
typing_extensions==4.4.0
|
||||||
|
Loading…
Reference in New Issue