Update git submodules

* Update placement from branch 'master'
  to a0acd219378db6b156d4c14dfaf0cf947ab14e60
  - Fix l-c job and move to latest hacking 4.0.0
    
    There are few failure in l-c jobs due to
    
    - The conflict is caused by:
        The user requested pyflakes>=2.1.1
        hacking 0.12.0 depends on pyflakes==0.8.1
    
    - The conflict is caused by:
        The user requested requests>=2.14.2
        keystonemiddleware 4.18.0 depends on requests>=2.14.2
        oslo-config 6.7.0 depends on requests>=2.18.0
    
    Remove the flake8 and pyflake from lower constraints as they are
    maintained in hacking side[1]. Maintaining in hacking aas well as
    in project side can lead to version conflict. Also few more deps
    from l-c as they are not used in placement directly.
    
    Update requests version to 2.25 to fix the http connection failure with
    2.18
    - https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_dff/766994/6/check/openstack-tox-lower-constraints/dff1943/testr_results.html
    
    This commits also moves the code to latest hacking 4.0.0 with W504 in
    ignore list and fix W503 and other checks.
    
    [1] 4069b0c4f5/lower-constraints.txt (L9)
    
    Change-Id: Id2761300060597c1744e76ea77740ed380d98943
This commit is contained in:
Ghanshyam Mann 2020-12-16 02:16:25 -06:00 committed by Gerrit Code Review
parent 3a82588596
commit 91244e865e

@ -1 +1 @@
Subproject commit c02a073c523d363d7136677ab12884dc4ec03e6f
Subproject commit a0acd219378db6b156d4c14dfaf0cf947ab14e60