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/12/08 19:06:01 UTC

[libcloud] branch dependabot/pip/flake8-6.0.0 updated (97435310b -> 92e373901)

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

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


    omit 97435310b Bump flake8 from 5.0.4 to 6.0.0
     add cf79b8b96 Indicate we support Python 3.11, run tests under 3.11.
     add 492ea49c1 Update tox config for new tox version.
     add 3e0464293 Update tox config.
     add f570a46ce Squashed '.github/actions/gh-action-pip-audit/' changes from cce88443a..5e29e4749
     add ddd11fd78 Merge commit 'f570a46ceee56a51103a82a9153be6856af393b9' into py311_support
     add 38ff98490 Try workaround for security checks step.
     add 1c01baacc Merge pull request #1818 from Kami/py311_support
     add 92e373901 Bump flake8 from 5.0.4 to 6.0.0

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   (97435310b)
            \
             N -- N -- N   refs/heads/dependabot/pip/flake8-6.0.0 (92e373901)

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/semgrep.yml                  | 22 ++++++
 .github/actions/gh-action-pip-audit/README.md      | 80 +++++++++++++++-------
 .github/actions/gh-action-pip-audit/action.py      | 47 +++++--------
 .../actions/gh-action-pip-audit/requirements.txt   |  2 +-
 .../gh-action-pip-audit/templates/pip-audit.md     | 11 +++
 .github/workflows/main.yml                         |  3 +-
 CHANGES.rst                                        |  6 ++
 setup.py                                           |  1 +
 tox.ini                                            |  4 ++
 9 files changed, 121 insertions(+), 55 deletions(-)
 create mode 100644 .github/actions/gh-action-pip-audit/.github/workflows/semgrep.yml
 create mode 100644 .github/actions/gh-action-pip-audit/templates/pip-audit.md