From ee840cbd8e56bf1a2d59904d697f918fdd32b417 Mon Sep 17 00:00:00 2001 From: Paul Hewlett Date: Thu, 7 Sep 2023 14:28:42 +0100 Subject: [PATCH] Upgrade to rkvst-archivist 0.25.2 To eliminate use of obsolete Attachments behaviour AB#4810 --- archivist_samples/sbom_document/README.md | 2 +- archivist_samples/software_bill_of_materials/README.md | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archivist_samples/sbom_document/README.md b/archivist_samples/sbom_document/README.md index c210e7d..7e8572d 100644 --- a/archivist_samples/sbom_document/README.md +++ b/archivist_samples/sbom_document/README.md @@ -142,7 +142,7 @@ In order to control data sharing to restrict general customers to see only the r "access_permissions": [ { "subjects": [ "subjects/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ], - "behaviours": [ "Attachments", "RecordEvidence" ], + "behaviours": [ "RecordEvidence" ], "include_attributes": [], "user_attributes": [], "asset_attributes_read": [ diff --git a/archivist_samples/software_bill_of_materials/README.md b/archivist_samples/software_bill_of_materials/README.md index 91f7463..25d2597 100644 --- a/archivist_samples/software_bill_of_materials/README.md +++ b/archivist_samples/software_bill_of_materials/README.md @@ -150,7 +150,7 @@ In order to control data sharing to restrict general customers to see only the r "access_permissions": [ { "subjects": [ "subjects/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ], - "behaviours": [ "Attachments", "RecordEvidence" ], + "behaviours": [ "RecordEvidence" ], "include_attributes": [], "user_attributes": [], "asset_attributes_read": [ diff --git a/requirements.txt b/requirements.txt index ae3ea27..b781a87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ cryptography~=41.0.2 -rkvst-archivist==0.25.0 +rkvst-archivist==0.25.2 pyyaml~=6.0.1