From 1fd6343a8ba2229e5b6e39952323e234ed02e0a5 Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 06:51:13 +0000 Subject: [PATCH] Audit Dpkg 1.21 (#2387) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Audit Dpkg 1.21 * Fix package check --------- Co-authored-by: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com> Co-authored-by: Stéphane Brunner --- ci/dpkg-versions.yaml | 4 ++-- ci/requirements.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/dpkg-versions.yaml b/ci/dpkg-versions.yaml index 8f93cebc1..be75e91b4 100644 --- a/ci/dpkg-versions.yaml +++ b/ci/dpkg-versions.yaml @@ -172,7 +172,7 @@ camptocamp/tilecloud-chain:latest: ubuntu_22_04/libsqlite3-0: 3.37.2-2ubuntu0.3 ubuntu_22_04/libss2: 1.46.5-2ubuntu1.1 ubuntu_22_04/libssh-4: 0.9.6-2ubuntu0.22.04.3 - ubuntu_22_04/libssl3: 3.0.2-0ubuntu1.15 + ubuntu_22_04/libssl3: 3.0.2-0ubuntu1.16 ubuntu_22_04/libstdc++6: 12.3.0-1ubuntu1~22.04 ubuntu_22_04/libsuperlu5: 5.3.0+dfsg1-2 ubuntu_22_04/libsystemd0: 249.11-0ubuntu3.12 @@ -217,7 +217,7 @@ camptocamp/tilecloud-chain:latest: ubuntu_22_04/ncurses-bin: 6.3-2ubuntu0.1 ubuntu_22_04/net-tools: 1.60+git20181103.0eebece-1ubuntu5 ubuntu_22_04/netbase: '6.3' - ubuntu_22_04/openssl: 3.0.2-0ubuntu1.15 + ubuntu_22_04/openssl: 3.0.2-0ubuntu1.16 ubuntu_22_04/optipng: 0.7.7-2build1 ubuntu_22_04/passwd: 1:4.8.1-2ubuntu2.2 ubuntu_22_04/perl: 5.34.0-3ubuntu1.3 diff --git a/ci/requirements.txt b/ci/requirements.txt index b26e88888..298797aea 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -4,6 +4,7 @@ poetry-plugin-export==1.6.0 poetry-plugin-tweak-dependencies-version==1.5.2 pre-commit==3.6.2 poetry-plugin-drop-python-upper-constraint==0.1.0 +importlib-metadata<8.0.0 certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability jinja2>=3.1.4 # not directly required, pinned by Snyk to avoid a vulnerability