From a536fa950501c91689aa954f1d7b15c0503b6fc6 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sat, 7 Dec 2024 02:25:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=F0=9F=93=A6=20Include=20jeepney=20?= =?UTF-8?q?&=20secretstorage=20pins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It appears these have been missed when updating `cryptography`. This is probably dependabot's fault. --- requirements/runtime.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/requirements/runtime.txt b/requirements/runtime.txt index 98bbda9..ac8be5d 100644 --- a/requirements/runtime.txt +++ b/requirements/runtime.txt @@ -18,6 +18,7 @@ cryptography==42.0.7 # via # pyopenssl # pypi-attestations + # secretstorage # sigstore dnspython==2.6.1 # via email-validator @@ -47,6 +48,10 @@ jaraco-context==5.3.0 # via keyring jaraco-functools==4.0.1 # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage keyring==25.2.1 # via twine markdown-it-py==3.0.0 @@ -118,6 +123,8 @@ rich==13.7.1 # via # sigstore # twine +secretstorage==3.3.3 + # via keyring securesystemslib==1.0.0 # via tuf sigstore==3.5.1