From e437bb41ddbb84d7844f40b213878c67c071cc23 Mon Sep 17 00:00:00 2001 From: Paul Horton Date: Mon, 21 Feb 2022 17:14:26 +0000 Subject: [PATCH] chore: bump to latest `cyclonedx-python` BREAKING CHANGE: Notion of default schema version has been removed by upstream library and replaced with latest supported schema version Signed-off-by: Paul Horton --- poetry.lock | 22 +++++++++++----------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3f30c9a..8a678ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -49,18 +49,18 @@ toml = ["tomli"] [[package]] name = "cyclonedx-bom" -version = "3.0.0rc3" +version = "3.0.0" description = "CycloneDX Software Bill of Materials (SBOM) generation utility" category = "main" optional = false python-versions = ">=3.6,<4.0" [package.dependencies] -cyclonedx-python-lib = ">=2.0.0rc4,<3.0.0" +cyclonedx-python-lib = ">=2.0.0,<3.0.0" [[package]] name = "cyclonedx-python-lib" -version = "2.0.0rc4" +version = "2.0.0" description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files." category = "main" optional = false @@ -358,7 +358,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] name = "tinydb" -version = "4.6.1" +version = "4.7.0" description = "TinyDB is a tiny, document oriented database optimized for your happiness :)" category = "main" optional = false @@ -505,7 +505,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "21cd9ebe7237f1631f8a8e95e9ef117b8fb1e4b58f2f34f4c63af286766dab6c" +content-hash = "1269321668547fe6c2d7a4d601e5a5aa8c8d3a3bf7e44543b8d912a879f1f0d4" [metadata.files] certifi = [ @@ -574,12 +574,12 @@ coverage = [ {file = "coverage-6.2.tar.gz", hash = "sha256:e2cad8093172b7d1595b4ad66f24270808658e11acf43a8f95b41276162eb5b8"}, ] cyclonedx-bom = [ - {file = "cyclonedx-bom-3.0.0rc3.tar.gz", hash = "sha256:25a82d417cffc08996544fee82fa7f24c06fee69bb6a36eb86cbe5d4a1d0dd2e"}, - {file = "cyclonedx_bom-3.0.0rc3-py3-none-any.whl", hash = "sha256:50cdafd0b66634d94537faca01e38756b8d22a137be36c9e3092db4a44c2eebd"}, + {file = "cyclonedx-bom-3.0.0.tar.gz", hash = "sha256:77f9adecc18f9809df9af4fcdb3c5abded6bae314d7693130c2e9056e4a034b2"}, + {file = "cyclonedx_bom-3.0.0-py3-none-any.whl", hash = "sha256:1861e00c1af73df0852541ef7acb5eb1d5fa127a6379d2a15c7124b7b8de9040"}, ] cyclonedx-python-lib = [ - {file = "cyclonedx-python-lib-2.0.0rc4.tar.gz", hash = "sha256:3db3af890c1fd507f6668d8211d2ca3070dbd41ed476c33a1aaccb2b8d88a8fb"}, - {file = "cyclonedx_python_lib-2.0.0rc4-py3-none-any.whl", hash = "sha256:2a2c749129441eca6d04634c85c92dba50e38b71973ed44794da2984d54832d4"}, + {file = "cyclonedx-python-lib-2.0.0.tar.gz", hash = "sha256:32d6f3372b69df5734373a698cce81ffeed65d882a1a9c48891914cb0658279e"}, + {file = "cyclonedx_python_lib-2.0.0-py3-none-any.whl", hash = "sha256:9c5da7c37b54649990029c375b27166f1355a8d3ba43c3cb5e83a4481da64d5b"}, ] dataclasses = [ {file = "dataclasses-0.8-py3-none-any.whl", hash = "sha256:0201d89fa866f68c8ebd9d08ee6ff50c0b255f8ec63a71c16fda7af82bb887bf"}, @@ -700,8 +700,8 @@ six = [ {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, ] tinydb = [ - {file = "tinydb-4.6.1-py3-none-any.whl", hash = "sha256:ac1fdae2a7d5d7e2ca915d2666e685d63982991827c5dd097b6be4a3b5822dbc"}, - {file = "tinydb-4.6.1.tar.gz", hash = "sha256:0d5400f5e5ae368a84d57cb234456f1cf70430fd39bcd77ccd568fea91ff2a4e"}, + {file = "tinydb-4.7.0-py3-none-any.whl", hash = "sha256:e2cdf6e2dad49813e9b5fceb3c7943387309a8738125fbff0b58d248a033f7a9"}, + {file = "tinydb-4.7.0.tar.gz", hash = "sha256:357eb7383dee6915f17b00596ec6dd2a890f3117bf52be28a4c516aeee581100"}, ] toml = [ {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, diff --git a/pyproject.toml b/pyproject.toml index 8783216..532cf53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ jake = 'jake.app:main' [tool.poetry.dependencies] python = "^3.6.2" -cyclonedx-bom = "^3.0.0rc3" +cyclonedx-bom = "^3.0.0" importlib-metadata = { version = ">= 3.4", python = "< 3.8" } ossindex-lib = "^1.0.0rc5" polling2 = "^0.5.0"