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

* Remove PyYAML pin for yamllint sanity test
* Freeze sanity test requirements
pull/83802/head
Matt Clay 3 months ago committed by GitHub
parent ab624ad031
commit da02611c48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,4 +6,4 @@ mccabe==0.7.0
platformdirs==4.2.2
pylint==3.2.6
PyYAML==6.0.2
tomlkit==0.13.0
tomlkit==0.13.2

@ -1,2 +1,2 @@
PyYAML == 6.0.2rc1 # temporary hack to support Python 3.13
pyyaml
yamllint

@ -1,4 +1,4 @@
# edit "sanity.yamllint.in" and generate with: hacking/update-sanity-requirements.py --test yamllint
pathspec==0.12.1
PyYAML==6.0.2rc1
PyYAML==6.0.2
yamllint==1.35.1

@ -10,9 +10,9 @@ pycparser==2.22
tomli==2.0.1
types-backports==0.1.3
types-paramiko==3.4.0.20240423
types-PyYAML==6.0.12.20240724
types-PyYAML==6.0.12.20240808
types-requests==2.32.0.20240712
types-setuptools==71.1.0.20240806
types-setuptools==71.1.0.20240813
types-toml==0.10.8.20240310
typing_extensions==4.12.2
urllib3==2.2.2

Loading…
Cancel
Save