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 2024/04/15 19:36:33 UTC

(libcloud) branch dependabot/github_actions/actions/dependency-review-action-4 updated (a3e0c9c50 -> 44eb6ad8e)

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

github-bot pushed a change to branch dependabot/github_actions/actions/dependency-review-action-4
in repository https://gitbox.apache.org/repos/asf/libcloud.git


 discard a3e0c9c50 Bump actions/dependency-review-action from 3 to 4
     add f979e504b added eu-west-3 region
     add 78d483e68 remove deprecated class, fix lint
     add a637b03da Merge branch 'trunk' into trunk
     add 96b53e642 remove s3 west3 from providers
     add d81c68f52 Bump rstcheck from 6.1.2 to 6.2.1
     add 784811a42 Merge pull request #2001 from apache/dependabot/pip/rstcheck-6.2.1
     add 25977d6b6 Merge branch 'trunk' into trunk
     add 7b641918e Merge pull request #1996 from keremdokuz/trunk
     add dcbce8f32 Add changelog entry for #1996.
     add f18c21450 Remove support for Python 3.7 which is EOL.
     add 64a0abdd9 Add an upgrade notes entry for Python 3.7 support being dropped.
     add e93a04c7a Python 3.12 is stable so update unit tests to run with stable and non dev Python 3.12 version.
     add a3fe5f550 Remove Python 3.11 from required status checks and add 3.12 to required status checks.
     add fff80e2e1 Remove Python 3.7 from required status checks since Python 3.7 supported will be removed in #1941.
     add d5c2a1c54 Merge branch 'trunk' into py36_support_removal
     add 101443c2e Merge pull request #1941 from Kami/py36_support_removal
     add 44eb6ad8e Bump actions/dependency-review-action from 3 to 4

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   (a3e0c9c50)
            \
             N -- N -- N   refs/heads/dependabot/github_actions/actions/dependency-review-action-4 (44eb6ad8e)

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:
 .asf.yaml                      |  2 +-
 .github/workflows/main.yml     |  4 +---
 CHANGES.rst                    | 11 ++++++++++
 README.rst                     |  9 +++++---
 contrib/Dockerfile             |  3 ---
 docs/upgrade_notes.rst         |  6 ++++++
 libcloud/storage/drivers/s3.py |  3 ++-
 libcloud/storage/types.py      |  2 ++
 pyproject.toml                 |  5 ++---
 requirements-docs.txt          |  2 +-
 requirements-lint.txt          |  2 +-
 tox.ini                        | 48 +++---------------------------------------
 12 files changed, 36 insertions(+), 61 deletions(-)