You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/12/08 19:05:01 UTC

[libcloud] branch trunk updated (66fffbc09 -> 1c01baacc)

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 66fffbc09 Merge pull request #1809 from apache/dependabot/pip/pylint-2.15.8
     new cf79b8b96 Indicate we support Python 3.11, run tests under 3.11.
     new 492ea49c1 Update tox config for new tox version.
     new 3e0464293 Update tox config.
     new f570a46ce Squashed '.github/actions/gh-action-pip-audit/' changes from cce88443a..5e29e4749
     new ddd11fd78 Merge commit 'f570a46ceee56a51103a82a9153be6856af393b9' into py311_support
     new 38ff98490 Try workaround for security checks step.
     new 1c01baacc Merge pull request #1818 from Kami/py311_support

The 9532 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/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