mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-23 05:02:15 -05:00
Update Python dependencies (#3017)
Co-authored-by: Super-Linter Automation <noreply@github.com>
This commit is contained in:
parent
9d4d9b13a0
commit
359371f18c
5 changed files with 8 additions and 8 deletions
2
dependencies/python/ansible-lint.txt
vendored
2
dependencies/python/ansible-lint.txt
vendored
|
@ -1,6 +1,6 @@
|
||||||
ansible-compat==2.1.0
|
ansible-compat==2.1.0
|
||||||
ansible-core==2.13.0
|
ansible-core==2.13.0
|
||||||
ansible-lint==6.2.2
|
ansible-lint==6.3.0
|
||||||
attrs==21.4.0
|
attrs==21.4.0
|
||||||
bracex==2.3.post1
|
bracex==2.3.post1
|
||||||
cffi==1.15.0
|
cffi==1.15.0
|
||||||
|
|
6
dependencies/python/cfn-lint.txt
vendored
6
dependencies/python/cfn-lint.txt
vendored
|
@ -1,7 +1,7 @@
|
||||||
attrs==21.4.0
|
attrs==21.4.0
|
||||||
aws-sam-translator==1.45.0
|
aws-sam-translator==1.46.0
|
||||||
boto3==1.24.2
|
boto3==1.24.7
|
||||||
botocore==1.27.2
|
botocore==1.27.7
|
||||||
cfn-lint==0.61.0
|
cfn-lint==0.61.0
|
||||||
jmespath==1.0.0
|
jmespath==1.0.0
|
||||||
jschema-to-python==1.2.3
|
jschema-to-python==1.2.3
|
||||||
|
|
2
dependencies/python/mypy.txt
vendored
2
dependencies/python/mypy.txt
vendored
|
@ -1,4 +1,4 @@
|
||||||
mypy==0.960
|
mypy==0.961
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==0.4.3
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
typing_extensions==4.2.0
|
typing_extensions==4.2.0
|
||||||
|
|
2
dependencies/python/pylint.txt
vendored
2
dependencies/python/pylint.txt
vendored
|
@ -4,7 +4,7 @@ isort==5.10.1
|
||||||
lazy-object-proxy==1.7.1
|
lazy-object-proxy==1.7.1
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
platformdirs==2.5.2
|
platformdirs==2.5.2
|
||||||
pylint==2.14.0
|
pylint==2.14.1
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
tomlkit==0.11.0
|
tomlkit==0.11.0
|
||||||
typing_extensions==4.2.0
|
typing_extensions==4.2.0
|
||||||
|
|
4
dependencies/python/snakemake.txt
vendored
4
dependencies/python/snakemake.txt
vendored
|
@ -25,11 +25,11 @@ py==1.11.0
|
||||||
pyrsistent==0.18.1
|
pyrsistent==0.18.1
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
ratelimiter==1.2.0.post0
|
ratelimiter==1.2.0.post0
|
||||||
requests==2.27.1
|
requests==2.28.0
|
||||||
retry==0.9.2
|
retry==0.9.2
|
||||||
smart-open==6.0.0
|
smart-open==6.0.0
|
||||||
smmap==5.0.0
|
smmap==5.0.0
|
||||||
snakemake==7.8.1
|
snakemake==7.8.2
|
||||||
stopit==1.1.2
|
stopit==1.1.2
|
||||||
tabulate==0.8.9
|
tabulate==0.8.9
|
||||||
toposort==1.7
|
toposort==1.7
|
||||||
|
|
Loading…
Reference in a new issue