This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/rstcheck-6.1.1 in repository https://gitbox.apache.org/repos/asf/libcloud.git
discard 5455b929d Bump rstcheck from 6.1.0 to 6.1.1 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 18d76a30d Bump rstcheck from 6.1.0 to 6.1.1 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 (5455b929d) \ N -- N -- N refs/heads/dependabot/pip/rstcheck-6.1.1 (18d76a30d) 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