From 3a097060301ef150bd23a8317d264a0bc4f2530e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 1 Jan 2024 16:25:06 +0000
Subject: [PATCH 1/2] Update Poetry

---
 ci/requirements.txt | 2 +-
 requirements.txt    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ci/requirements.txt b/ci/requirements.txt
index d0980d635..aceb549de 100644
--- a/ci/requirements.txt
+++ b/ci/requirements.txt
@@ -1,7 +1,7 @@
 c2cciutils[checks,publish]==1.6.12
 poetry-dynamic-versioning==1.1.1
 poetry-plugin-export==1.6.0
-poetry-plugin-tweak-dependencies-version==1.5.1
+poetry-plugin-tweak-dependencies-version==1.5.2
 pre-commit==3.5.0
 certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
diff --git a/requirements.txt b/requirements.txt
index 0a7824c4a..12808f78d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
 poetry==1.6.1
 poetry-plugin-export==1.6.0
 poetry-dynamic-versioning==1.1.1
-poetry-plugin-tweak-dependencies-version==1.5.1
-pip==23.3.1
+poetry-plugin-tweak-dependencies-version==1.5.2
+pip==23.3.2
 certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
 urllib3>=1.26.18 # not directly required, pinned by Snyk to avoid a vulnerability

From 01220d606e4c57378baa04adbd6af489981d1ff9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Brunner?= <stephane.brunner@camptocamp.com>
Date: Mon, 8 Jan 2024 15:15:10 +0100
Subject: [PATCH 2/2] Fetch all the commits

---
 .github/workflows/main.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index d5f90431a..3d2a255fa 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -25,6 +25,8 @@ jobs:
     steps:
       - run: docker system prune --all --force
       - uses: actions/checkout@v4
+        with:
+          fetch-depth: 0
 
       - uses: camptocamp/initialise-gopass-summon-action@v2
         with: