You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by gi...@apache.org on 2022/09/05 20:14:42 UTC

[libcloud] branch dependabot/pip/astroid-2.12.6 updated (055ffd557 -> 6eb13c72c)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/pip/astroid-2.12.6
in repository https://gitbox.apache.org/repos/asf/libcloud.git


 discard 055ffd557 Bump astroid from 2.11.4 to 2.12.6
     add d181c9bed Add new bandit lint check and hook it up to the new security_checks GHA job.
     add c91165009 Use latest version of tox.
     add 36dd6857b Update testing Dockerfile to use non EOL Ubuntu 20.04, removed non supported versions (Python 2.5) and add new versions we support (Python 3.9, Python 3.10).
     add e15538699 Update bandit config to ignore xmlrpc related warning since we don't have alternative in older Python versions.
     add 120e2bbe0 Also install missing distutils package in Dockerfile.
     add f7e5b767e Use pypypy-3.8 target in the Dockerfile.
     add 1a90b84ac Add environment marker for paramiko lib to avoid issues running tests under PyPy in Docker image.
     add aaa936b2c Fix test failure under Python 3.6.
     add 3caf330cb Also build and run testing Docker image on GHA to continuously very it works.
     add 5229b2824 Use temporary file path to avoid issues with tests in some environments.
     add 342b0ddcf Add TODO comment.
     add 38b33fb41 Merge pull request #1754 from Kami/security_job_dockerfile_fixes
     add 6eb13c72c Bump astroid from 2.11.4 to 2.12.6

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   (055ffd557)
            \
             N -- N -- N   refs/heads/dependabot/pip/astroid-2.12.6 (6eb13c72c)

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:
 .bandit.yaml                                | 10 ++++
 .github/workflows/integration-tests.yml     |  2 +-
 .github/workflows/main.yml                  | 74 ++++++++++++++++++++++++++---
 .github/workflows/publish_pricing_to_s3.yml |  2 +-
 contrib/Dockerfile                          | 19 +++++---
 libcloud/test/storage/test_s3.py            |  4 +-
 requirements-tests.txt                      |  1 +
 tox.ini                                     | 16 +++++--
 8 files changed, 108 insertions(+), 20 deletions(-)
 create mode 100644 .bandit.yaml