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

arm pushed a change to branch dependabot/uv/cryptography-46.0.6
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


 discard 5b6da324 Bump cryptography from 46.0.5 to 46.0.6
     add 95a23912 #901 - add support for XML in sbom tooling and conversion 
from XML to JSON

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   (5b6da324)
            \
             N -- N -- N   refs/heads/dependabot/uv/cryptography-46.0.6 
(95a23912)

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:
 .pre-commit-config.yaml                 |   4 +-
 atr/analysis.py                         |   1 +
 atr/get/compose.py                      |   4 +-
 atr/get/draft.py                        |  13 ++
 atr/models/results.py                   |  11 ++
 atr/models/sql.py                       |   1 +
 atr/post/draft.py                       |  76 ++++++++++-
 atr/sbom/cli.py                         |  29 ++--
 atr/sbom/conformance.py                 |  30 ++--
 atr/sbom/constants/licenses.py          |   1 +
 atr/sbom/cyclonedx.py                   |  25 ++--
 atr/sbom/licenses.py                    |  22 ++-
 atr/sbom/models/__init__.py             |   4 +-
 atr/sbom/models/bom.py                  | 100 --------------
 atr/sbom/models/bundle.py               |  10 +-
 atr/sbom/osv.py                         |  36 ++---
 atr/sbom/tool.py                        |  24 ++--
 atr/sbom/utilities.py                   |  60 ++++++--
 atr/storage/writers/sbom.py             |  27 ++++
 atr/tasks/__init__.py                   |   2 +
 atr/tasks/sbom.py                       | 235 ++++++++++++++++++++------------
 atr/templates/draft-tools.html          |   8 ++
 pip-audit.requirements                  |  18 +--
 pyproject.toml                          |   3 +
 typestubs/cyclonedx/model/bom.pyi       |  44 ++++++
 typestubs/cyclonedx/model/component.pyi |  48 +++++++
 typestubs/cyclonedx/output/__init__.pyi |  22 +++
 typestubs/py_serializable/__init__.pyi  |  94 +++++++++++++
 uv.lock                                 | 191 +++++++++++++-------------
 29 files changed, 764 insertions(+), 379 deletions(-)
 delete mode 100644 atr/sbom/models/bom.py
 create mode 100644 typestubs/cyclonedx/model/bom.pyi
 create mode 100644 typestubs/cyclonedx/model/component.pyi
 create mode 100644 typestubs/cyclonedx/output/__init__.pyi
 create mode 100644 typestubs/py_serializable/__init__.pyi


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to