mirror of https://github.com/ansible/ansible.git
Update mypy to 1.1.1 (#80175)
parent
b7a0e0d792
commit
85b5f31f75
@ -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
|
||||
|
Loading…
Reference in New Issue