diff --git a/TEMPLATES/.ansible-lint.yml b/TEMPLATES/.ansible-lint.yml index c7696a69..32b88d5e 100644 --- a/TEMPLATES/.ansible-lint.yml +++ b/TEMPLATES/.ansible-lint.yml @@ -35,6 +35,7 @@ skip_list: - 'command-instead-of-module' # Allow git commands for push, add, etc... - 'command-instead-of-shell' # Allow use of shell when you want - 'no-handler' # Allow step to run like handler + - 'unnamed-task' # Allow tasks without a name ################## # Tags to follow # diff --git a/dependencies/python/ansible-lint.txt b/dependencies/python/ansible-lint.txt index 6af3d3f2..62b56798 100644 --- a/dependencies/python/ansible-lint.txt +++ b/dependencies/python/ansible-lint.txt @@ -1,8 +1,8 @@ -ansible-compat==2.0.3 -ansible-core==2.12.5 -ansible-lint==6.1.0 +ansible-compat==2.0.4 +ansible-core==2.13.0 +ansible-lint==6.2.1 attrs==21.4.0 -bracex==2.2.1 +bracex==2.3 cffi==1.15.0 commonmark==0.9.1 cryptography==37.0.2 diff --git a/dependencies/python/cfn-lint.txt b/dependencies/python/cfn-lint.txt index 282b2be8..6c6582d0 100644 --- a/dependencies/python/cfn-lint.txt +++ b/dependencies/python/cfn-lint.txt @@ -1,8 +1,8 @@ attrs==21.4.0 aws-sam-translator==1.45.0 -boto3==1.23.0 -botocore==1.26.0 -cfn-lint==0.60.0 +boto3==1.23.5 +botocore==1.26.5 +cfn-lint==0.60.1 jmespath==1.0.0 jschema-to-python==1.2.3 jsonpatch==1.32 @@ -10,7 +10,7 @@ jsonpickle==2.2.0 jsonpointer==2.3 jsonschema==3.2.0 junit-xml==1.9 -networkx==2.8 +networkx==2.8.2 pbr==5.9.0 pyrsistent==0.18.1 python-dateutil==2.8.2 diff --git a/dependencies/python/pylint.txt b/dependencies/python/pylint.txt index a72f14b2..020c596d 100644 --- a/dependencies/python/pylint.txt +++ b/dependencies/python/pylint.txt @@ -1,5 +1,5 @@ astroid==2.11.5 -dill==0.3.4 +dill==0.3.5.1 isort==5.10.1 lazy-object-proxy==1.7.1 mccabe==0.7.0 diff --git a/dependencies/python/snakemake.txt b/dependencies/python/snakemake.txt index 991ca4f9..0e66f973 100644 --- a/dependencies/python/snakemake.txt +++ b/dependencies/python/snakemake.txt @@ -1,6 +1,6 @@ appdirs==1.4.4 attrs==21.4.0 -certifi==2021.10.8 +certifi==2022.5.18.1 charset-normalizer==2.0.12 ConfigArgParse==1.5.3 connection-pool==0.0.3 @@ -19,7 +19,7 @@ jupyter-core==4.10.0 MarkupSafe==2.1.1 nbformat==5.4.0 plac==1.3.5 -psutil==5.9.0 +psutil==5.9.1 PuLP==2.6.0 py==1.11.0 pyrsistent==0.18.1 @@ -29,11 +29,11 @@ requests==2.27.1 retry==0.9.2 smart-open==6.0.0 smmap==5.0.0 -snakemake==7.6.2 +snakemake==7.7.0 stopit==1.1.2 tabulate==0.8.9 toposort==1.7 -traitlets==5.2.0 +traitlets==5.2.1.post0 urllib3==1.26.9 wrapt==1.14.1 yte==1.4.0 diff --git a/dependencies/python/sqlfluff.txt b/dependencies/python/sqlfluff.txt index 6dd73bbe..bf6aa517 100644 --- a/dependencies/python/sqlfluff.txt +++ b/dependencies/python/sqlfluff.txt @@ -16,7 +16,7 @@ pyparsing==3.0.9 pytest==7.1.2 PyYAML==6.0 regex==2022.4.24 -sqlfluff==0.13.1 +sqlfluff==0.13.2 tblib==1.7.0 toml==0.10.2 tomli==2.0.1