diff --git a/pyproject.toml b/pyproject.toml index e74f364..5fbb1a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ name = 'cryptobom-forge' description = 'Generate a cryptographic bill of materials from CodeQL output!' dependencies = [ 'click >= 8.0.0', - 'cyclonedx-python-lib @ git+ssh://git@github.com/pre-quantum-research/cyclonedx-python-lib.git@cbom#egg=cyclonedx-python-lib', + 'cyclonedx-python-lib @ git+https://github.com/pre-quantum-research/cyclonedx-python-lib.git@cbom#egg=cyclonedx-python-lib', 'jsonschema >= 2.0.0', 'pyyaml >= 3.10', 'requests >= 2.3.0' diff --git a/requirements.txt b/requirements.txt index a4767ae..ec07dae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ certifi==2024.7.4 cffi==1.16.0 charset-normalizer==3.3.2 click~=8.1.7 -cyclonedx-python-lib @ git+https://git@github.com/pre-quantum-research/cyclonedx-python-lib.git@cbom#egg=cyclonedx-python-lib +cyclonedx-python-lib @ git+https://github.com/pre-quantum-research/cyclonedx-python-lib.git@cbom#egg=cyclonedx-python-lib defusedxml==0.7.1 gitchangelog==3.0.4 idna==3.7