This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/flake8-7.1.2 in repository https://gitbox.apache.org/repos/asf/libcloud.git
discard 3b247caeb Bump flake8 from 5.0.4 to 7.1.2 add d62c7ceb1 Add AWS region me-central-1 add ffe1e942c Update s3.py add 6cb123e03 Merge branch 'patch-1' of github.com:seifertdan/libcloud into seifertdan-patch-1 add 1604aa104 Add changelog entry for #2030. add a292dea46 Scrape and update EC2 sizing data. add acf68599b Merge branch 'trunk' of github.com:apache/libcloud into seifertdan-patch-1 add 0a5bc0d59 Scrape and update EC2 pricing data. add 973f8913b Merge pull request #2030 from seifertdan/patch-1 add 5ddff4d8a Update codespell. add 8756555ef Fix various typos detected by latest version of codespell. add beecb62dd Fix formatting. add 06e6ee167 Upgrade tox. add 0a5acdc04 Store dev artifacts directly without compressing them so they can directly be downloaded, installed and re-used. add 4433657a4 Merge pull request #2055 from apache/chore/deps-update add ac0a449a0 Bump flake8 from 5.0.4 to 7.1.2 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (3b247caeb) \ N -- N -- N refs/heads/dependabot/pip/flake8-7.1.2 (ac0a449a0) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/publish_dev_artifact.yml | 13 +- CHANGES.rst | 4 + contrib/scrape-ec2-prices.py | 2 +- libcloud/common/openstack.py | 2 +- libcloud/common/openstack_identity.py | 2 +- libcloud/compute/base.py | 2 +- libcloud/compute/constants/ec2_instance_types.py | 20761 +++-- .../constants/ec2_region_details_complete.py | 662 + libcloud/compute/deployment.py | 2 +- libcloud/compute/drivers/ec2.py | 4 +- libcloud/compute/drivers/gce.py | 2 +- libcloud/compute/drivers/kubevirt.py | 2 +- libcloud/compute/drivers/outscale.py | 2 +- libcloud/compute/drivers/vcloud.py | 2 +- libcloud/compute/drivers/vsphere.py | 4 +- libcloud/compute/ssh.py | 2 +- libcloud/container/drivers/lxd.py | 2 +- libcloud/data/pricing.json | 91152 ++++++++++--------- libcloud/http.py | 2 +- libcloud/storage/drivers/cloudfiles.py | 2 +- libcloud/storage/drivers/s3.py | 1 + libcloud/test/common/test_openstack_identity.py | 2 +- libcloud/test/compute/test_openstack.py | 2 +- libcloud/test/compute/test_ssh_client.py | 2 +- requirements-ci.txt | 2 +- requirements-lint.txt | 2 +- 26 files changed, 61926 insertions(+), 50711 deletions(-)