mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
Update Python dependencies (#3229)
Co-authored-by: Super-Linter Automation <noreply@github.com>
This commit is contained in:
parent
01d3218744
commit
f5193dd525
5 changed files with 11 additions and 11 deletions
2
dependencies/python/ansible-lint.txt
vendored
2
dependencies/python/ansible-lint.txt
vendored
|
@ -10,7 +10,7 @@ enrich==1.2.7
|
|||
importlib-resources==5.9.0
|
||||
iniconfig==1.1.1
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.9.0
|
||||
jsonschema==4.9.1
|
||||
MarkupSafe==2.1.1
|
||||
packaging==21.3
|
||||
pathspec==0.9.0
|
||||
|
|
10
dependencies/python/cfn-lint.txt
vendored
10
dependencies/python/cfn-lint.txt
vendored
|
@ -1,8 +1,8 @@
|
|||
attrs==22.1.0
|
||||
aws-sam-translator==1.48.0
|
||||
boto3==1.24.42
|
||||
botocore==1.27.42
|
||||
cfn-lint==0.61.4
|
||||
aws-sam-translator==1.49.0
|
||||
boto3==1.24.51
|
||||
botocore==1.27.51
|
||||
cfn-lint==0.61.5
|
||||
jmespath==1.0.1
|
||||
jschema-to-python==1.2.3
|
||||
jsonpatch==1.32
|
||||
|
@ -11,7 +11,7 @@ jsonpointer==2.3
|
|||
jsonschema==3.2.0
|
||||
junit-xml==1.9
|
||||
networkx==2.8.5
|
||||
pbr==5.9.0
|
||||
pbr==5.10.0
|
||||
pyrsistent==0.18.1
|
||||
python-dateutil==2.8.2
|
||||
PyYAML==6.0
|
||||
|
|
4
dependencies/python/flake8.txt
vendored
4
dependencies/python/flake8.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
flake8==5.0.0
|
||||
flake8==5.0.4
|
||||
mccabe==0.7.0
|
||||
pycodestyle==2.9.0
|
||||
pycodestyle==2.9.1
|
||||
pyflakes==2.5.0
|
||||
|
|
2
dependencies/python/pylint.txt
vendored
2
dependencies/python/pylint.txt
vendored
|
@ -6,6 +6,6 @@ mccabe==0.7.0
|
|||
platformdirs==2.5.2
|
||||
pylint==2.14.5
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.1
|
||||
tomlkit==0.11.4
|
||||
typing_extensions==4.3.0
|
||||
wrapt==1.14.1
|
||||
|
|
4
dependencies/python/snakemake.txt
vendored
4
dependencies/python/snakemake.txt
vendored
|
@ -14,7 +14,7 @@ GitPython==3.1.27
|
|||
idna==3.3
|
||||
importlib-resources==5.9.0
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.9.0
|
||||
jsonschema==4.9.1
|
||||
jupyter-core==4.11.1
|
||||
MarkupSafe==2.1.1
|
||||
nbformat==5.4.0
|
||||
|
@ -30,7 +30,7 @@ requests==2.28.1
|
|||
retry==0.9.2
|
||||
smart-open==6.0.0
|
||||
smmap==5.0.0
|
||||
snakemake==7.12.0
|
||||
snakemake==7.12.1
|
||||
stopit==1.1.2
|
||||
tabulate==0.8.10
|
||||
toposort==1.7
|
||||
|
|
Loading…
Reference in a new issue