mirror of
https://github.com/super-linter/super-linter.git
synced 2025-01-09 07:54:55 -05:00
Bumps PyYAML to 6.0.1 (#4497)
There's some conflict where PyYAML 6.0.0 and Cython 3.0 do not play well together, this version fixes that.
This commit is contained in:
parent
dd470a5282
commit
ddb1589d62
6 changed files with 6 additions and 6 deletions
2
dependencies/python/ansible-lint.txt
vendored
2
dependencies/python/ansible-lint.txt
vendored
|
@ -19,7 +19,7 @@ platformdirs==3.5.1
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
Pygments==2.15.1
|
Pygments==2.15.1
|
||||||
pyrsistent==0.19.3
|
pyrsistent==0.19.3
|
||||||
PyYAML==6.0
|
PyYAML==6.0.1
|
||||||
resolvelib==0.8.1
|
resolvelib==0.8.1
|
||||||
rich==13.3.5
|
rich==13.3.5
|
||||||
ruamel.yaml==0.17.21
|
ruamel.yaml==0.17.21
|
||||||
|
|
2
dependencies/python/cfn-lint.txt
vendored
2
dependencies/python/cfn-lint.txt
vendored
|
@ -16,7 +16,7 @@ pbr==5.11.1
|
||||||
pydantic==1.10.9
|
pydantic==1.10.9
|
||||||
pyrsistent==0.19.3
|
pyrsistent==0.19.3
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
PyYAML==6.0
|
PyYAML==6.0.1
|
||||||
regex==2023.6.3
|
regex==2023.6.3
|
||||||
s3transfer==0.6.0
|
s3transfer==0.6.0
|
||||||
sarif-om==1.0.4
|
sarif-om==1.0.4
|
||||||
|
|
2
dependencies/python/snakemake.txt
vendored
2
dependencies/python/snakemake.txt
vendored
|
@ -22,7 +22,7 @@ platformdirs==3.5.1
|
||||||
psutil==5.9.5
|
psutil==5.9.5
|
||||||
PuLP==2.7.0
|
PuLP==2.7.0
|
||||||
pyrsistent==0.19.3
|
pyrsistent==0.19.3
|
||||||
PyYAML==6.0
|
PyYAML==6.0.1
|
||||||
requests==2.28.2
|
requests==2.28.2
|
||||||
reretry==0.11.8
|
reretry==0.11.8
|
||||||
smart-open==6.3.0
|
smart-open==6.3.0
|
||||||
|
|
2
dependencies/python/sqlfluff.txt
vendored
2
dependencies/python/sqlfluff.txt
vendored
|
@ -12,7 +12,7 @@ pathspec==0.11.1
|
||||||
pluggy==1.0.0
|
pluggy==1.0.0
|
||||||
Pygments==2.15.1
|
Pygments==2.15.1
|
||||||
pytest==7.3.1
|
pytest==7.3.1
|
||||||
PyYAML==6.0
|
PyYAML==6.0.1
|
||||||
regex==2023.6.3
|
regex==2023.6.3
|
||||||
sqlfluff==2.1.2
|
sqlfluff==2.1.2
|
||||||
tblib==1.7.0
|
tblib==1.7.0
|
||||||
|
|
2
dependencies/python/yamllint.txt
vendored
2
dependencies/python/yamllint.txt
vendored
|
@ -1,3 +1,3 @@
|
||||||
pathspec==0.11.1
|
pathspec==0.11.1
|
||||||
PyYAML==6.0
|
PyYAML==6.0.1
|
||||||
yamllint==1.31.0
|
yamllint==1.31.0
|
||||||
|
|
2
dependencies/python/yq.txt
vendored
2
dependencies/python/yq.txt
vendored
|
@ -1,5 +1,5 @@
|
||||||
argcomplete==3.0.8
|
argcomplete==3.0.8
|
||||||
PyYAML==6.0
|
PyYAML==6.0.1
|
||||||
tomlkit==0.11.8
|
tomlkit==0.11.8
|
||||||
xmltodict==0.13.0
|
xmltodict==0.13.0
|
||||||
yq==3.2.2
|
yq==3.2.2
|
||||||
|
|
Loading…
Reference in a new issue