From 72bbf612deca46f51d6388da15672a23bec9eeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 27 Jun 2024 13:15:18 +0200 Subject: [PATCH] Fix pyp package check --- ci/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/requirements.txt b/ci/requirements.txt index fc7a3a0a18..0b83cd9c1b 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,5 @@ c2cciutils[checks,publish]==1.5.10 +importlib-metadata<8.0.0 pre-commit==3.0.4 requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability cryptography>=42.0.8 # not directly required, pinned by Snyk to avoid a vulnerability