mirror of https://github.com/ansible/ansible.git
Update mypy and its dependencies. (#79812)
* Update mypy and its dependencies. * Fix requirements. * Remove unnecessary matching constraints.pull/79819/head
parent
f4a38a787b
commit
27cd5e77d8
@ -1,10 +1,10 @@
|
|||||||
mypy[python2] != 0.971 # regression in 0.971 (see https://github.com/python/mypy/pull/13223)
|
mypy
|
||||||
|
cryptography # type stubs not published separately
|
||||||
|
jinja2 # type stubs not published separately
|
||||||
packaging # type stubs not published separately
|
packaging # type stubs not published separately
|
||||||
types-backports
|
types-backports
|
||||||
types-jinja2
|
types-paramiko
|
||||||
types-paramiko < 2.8.14 # newer versions drop support for Python 2.7
|
types-pyyaml
|
||||||
types-pyyaml < 6 # PyYAML 6+ stubs do not support Python 2.7
|
|
||||||
types-cryptography < 3.3.16 # newer versions drop support for Python 2.7
|
|
||||||
types-requests
|
types-requests
|
||||||
types-setuptools
|
types-setuptools
|
||||||
types-toml
|
types-toml
|
||||||
|
@ -1,20 +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
|
||||||
mypy==0.961
|
cffi==1.15.1
|
||||||
|
cryptography==39.0.0
|
||||||
|
Jinja2==3.1.2
|
||||||
|
MarkupSafe==2.1.2
|
||||||
|
mypy==0.991
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==0.4.3
|
||||||
packaging==21.3
|
packaging==23.0
|
||||||
pyparsing==3.0.9
|
pycparser==2.21
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
typed-ast==1.5.4
|
|
||||||
types-backports==0.1.3
|
types-backports==0.1.3
|
||||||
types-cryptography==3.3.15
|
types-docutils==0.19.1.2
|
||||||
types-enum34==1.1.8
|
types-paramiko==2.12.0.3
|
||||||
types-ipaddress==1.0.8
|
types-PyYAML==6.0.12.3
|
||||||
types-Jinja2==2.11.9
|
types-requests==2.28.11.8
|
||||||
types-MarkupSafe==1.1.10
|
types-setuptools==65.7.0.3
|
||||||
types-paramiko==2.8.13
|
types-toml==0.10.8.1
|
||||||
types-PyYAML==5.4.12
|
types-urllib3==1.26.25.4
|
||||||
types-requests==2.28.10
|
typing_extensions==4.4.0
|
||||||
types-setuptools==65.3.0
|
|
||||||
types-toml==0.10.8
|
|
||||||
types-urllib3==1.26.24
|
|
||||||
typing_extensions==4.3.0
|
|
||||||
|
Loading…
Reference in New Issue