This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
from c501a5c15 Upgrade requests and requests_mock library. new 3e5cc5a42 Upgrade various dev and tests dependencies. new 21f688347 Squashed '.github/actions/gh-action-pip-audit/' changes from 9075e938d..d499194be new 55658ba06 Merge commit '21f6883472df778d022fd9ffe34c442d18fa52be' into trunk new ac9d7b5ab Update GHA actions. new 95457516d Upgrade black. new bae8e9607 Reformat code with the latest version of black library. The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../.github/ISSUE_TEMPLATE/bug_report.yml | 64 ++++++++++++++++++++ .../.github/ISSUE_TEMPLATE/config.yml | 11 ++++ .../.github/ISSUE_TEMPLATE/feature_request.yml | 50 ++++++++++++++++ .../.github/workflows/selftest.yml | 18 ++++++ .github/actions/gh-action-pip-audit/README.md | 69 +++++++++++----------- .github/actions/gh-action-pip-audit/action.py | 24 ++++---- .github/actions/gh-action-pip-audit/action.yml | 8 +-- .../actions/gh-action-pip-audit/requirements.txt | 2 +- .../actions/gh-action-pip-audit/test/empty.txt | 0 .github/workflows/main.yml | 2 +- contrib/generate_contributor_list.py | 1 - contrib/scrape-azure-prices.py | 1 - contrib/scrape-ec2-prices.py | 2 +- docs/examples/container/lxd/example_lxd.py | 1 - libcloud/backup/drivers/dimensiondata.py | 1 - libcloud/common/aliyun.py | 1 - libcloud/common/azure.py | 1 - libcloud/common/azure_arm.py | 1 - libcloud/common/durabledns.py | 1 - libcloud/common/google.py | 1 - libcloud/common/gridscale.py | 1 - libcloud/common/kubernetes.py | 2 - libcloud/common/nttcis.py | 1 - libcloud/common/vultr.py | 3 - libcloud/common/xmlrpc.py | 1 - libcloud/compute/drivers/azure.py | 9 --- libcloud/compute/drivers/cloudstack.py | 7 --- libcloud/compute/drivers/dimensiondata.py | 3 - libcloud/compute/drivers/ec2.py | 8 --- libcloud/compute/drivers/gce.py | 1 - libcloud/compute/drivers/gridscale.py | 1 - libcloud/compute/drivers/internetsolutions.py | 1 - libcloud/compute/drivers/kubevirt.py | 6 -- libcloud/compute/drivers/linode.py | 1 - libcloud/compute/drivers/ntta.py | 1 - libcloud/compute/drivers/nttcis.py | 3 - libcloud/compute/drivers/vsphere.py | 4 -- libcloud/container/drivers/docker.py | 5 -- libcloud/container/drivers/lxd.py | 29 --------- libcloud/container/drivers/rancher.py | 1 - libcloud/dns/drivers/cloudflare.py | 1 - libcloud/dns/drivers/linode.py | 1 - libcloud/dns/drivers/vultr.py | 1 - libcloud/loadbalancer/drivers/alb.py | 4 -- libcloud/loadbalancer/drivers/dimensiondata.py | 1 - libcloud/loadbalancer/drivers/gce.py | 1 - libcloud/loadbalancer/drivers/nttcis.py | 1 - libcloud/pricing.py | 2 +- libcloud/storage/drivers/azure_blobs.py | 1 - libcloud/storage/drivers/backblaze_b2.py | 1 - libcloud/storage/drivers/digitalocean_spaces.py | 3 - libcloud/storage/drivers/minio.py | 1 - libcloud/storage/drivers/oss.py | 3 +- libcloud/storage/drivers/rgw.py | 3 - libcloud/storage/drivers/s3.py | 2 +- libcloud/test/backup/test_dimensiondata_v2_3.py | 1 - libcloud/test/backup/test_dimensiondata_v2_4.py | 1 - libcloud/test/common/test_cloudstack.py | 1 - libcloud/test/common/test_google.py | 1 - libcloud/test/common/test_openstack_identity.py | 8 +-- libcloud/test/compute/test_abiquo.py | 1 - libcloud/test/compute/test_azure.py | 11 ---- libcloud/test/compute/test_azure_arm.py | 2 - libcloud/test/compute/test_cloudsigma_v1_0.py | 7 --- libcloud/test/compute/test_cloudstack.py | 4 -- libcloud/test/compute/test_dimensiondata_v2_3.py | 3 - libcloud/test/compute/test_dimensiondata_v2_4.py | 3 - libcloud/test/compute/test_gandi.py | 2 - libcloud/test/compute/test_kamatera.py | 1 - libcloud/test/compute/test_kubevirt.py | 3 - libcloud/test/compute/test_nttcis.py | 3 - libcloud/test/compute/test_openstack.py | 2 - libcloud/test/compute/test_rackspace.py | 6 -- libcloud/test/compute/test_rimuhosting.py | 1 - libcloud/test/compute/test_vcloud.py | 10 +++- libcloud/test/compute/test_vsphere.py | 2 - libcloud/test/container/test_lxd.py | 8 --- libcloud/test/dns/test_liquidweb.py | 1 - libcloud/test/dns/test_luadns.py | 1 - .../test/loadbalancer/test_dimensiondata_v2_3.py | 1 - .../test/loadbalancer/test_dimensiondata_v2_4.py | 1 - libcloud/test/loadbalancer/test_nttcis.py | 2 - libcloud/test/loadbalancer/test_rackspace.py | 1 - libcloud/test/storage/test_azure_blobs.py | 1 - libcloud/test/storage/test_base.py | 1 - libcloud/test/storage/test_cloudfiles.py | 9 --- libcloud/test/storage/test_oss.py | 1 - libcloud/test/storage/test_s3.py | 1 - libcloud/test/test_utils.py | 1 - libcloud/utils/decorators.py | 1 - requirements-lint.txt | 6 +- requirements-tests.txt | 4 +- 92 files changed, 218 insertions(+), 268 deletions(-) create mode 100644 .github/actions/gh-action-pip-audit/.github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/actions/gh-action-pip-audit/.github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/actions/gh-action-pip-audit/.github/ISSUE_TEMPLATE/feature_request.yml copy .gitmodules => .github/actions/gh-action-pip-audit/test/empty.txt (100%)