ansible-test - Update sanity test requirements (#80354)

pull/80355/head
Matt Clay 3 years ago committed by GitHub
parent 6a66761e0e
commit 49b5c80c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
# edit "sanity.mypy.in" and generate with: hacking/update-sanity-requirements.py --test mypy
cffi==1.15.1
cryptography==39.0.2
cryptography==40.0.1
Jinja2==3.1.2
MarkupSafe==2.1.2
mypy==1.1.1
@ -9,10 +9,10 @@ packaging==23.0
pycparser==2.21
tomli==2.0.1
types-backports==0.1.3
types-paramiko==3.0.0.4
types-PyYAML==6.0.12.8
types-requests==2.28.11.16
types-setuptools==67.6.0.5
types-toml==0.10.8.5
types-urllib3==1.26.25.8
types-paramiko==3.0.0.6
types-PyYAML==6.0.12.9
types-requests==2.28.11.17
types-setuptools==67.6.0.6
types-toml==0.10.8.6
types-urllib3==1.26.25.10
typing_extensions==4.5.0

@ -1,13 +1,13 @@
# edit "sanity.pylint.in" and generate with: hacking/update-sanity-requirements.py --test pylint
astroid==2.15.0
astroid==2.15.1
dill==0.3.6
isort==5.12.0
lazy-object-proxy==1.9.0
mccabe==0.7.0
platformdirs==3.1.1
platformdirs==3.2.0
pylint==2.17.1
PyYAML==6.0
tomli==2.0.1
tomlkit==0.11.6
tomlkit==0.11.7
typing_extensions==4.5.0
wrapt==1.15.0

Loading…
Cancel
Save