From 2e1e2f187ebff49eafb2145c3b9d8313255d419f Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Fri, 3 Feb 2023 12:05:51 +0100 Subject: [PATCH] TMP: pin secure-systems-lab/securesystemslib#487 Signed-off-by: Lukas Puehringer --- pyproject.toml | 5 ++++- requirements-pinned.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 72fa2a7738..5091c22100 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ classifiers = [ ] dependencies = [ "requests>=2.19.1", - "securesystemslib>=0.26.0", + "securesystemslib @ git+https://github.com/PradyumnaKrishna/securesystemslib@4c6be46" ] dynamic = ["version"] @@ -57,6 +57,9 @@ Source = "https://github.com/theupdateframework/python-tuf" [tool.hatch.version] path = "tuf/__init__.py" +[tool.hatch.metadata] +allow-direct-references = true + [tool.hatch.build.targets.sdist] include = [ "/docs", diff --git a/requirements-pinned.txt b/requirements-pinned.txt index 190a020922..f4c07db03b 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -6,5 +6,5 @@ idna==3.4 # via requests pycparser==2.21 # via cffi pynacl==1.5.0 # via securesystemslib requests==2.28.1 -securesystemslib[crypto,pynacl]==0.26.0 +git+https://github.com/PradyumnaKrishna/securesystemslib@4c6be46 urllib3==1.26.14 # via requests