From e75400881998d4b01cd3cbdcccf51871dc154551 Mon Sep 17 00:00:00 2001
From: "alexandre.caldato" <alexandre.caldato@sully-group.fr>
Date: Tue, 5 Sep 2023 14:11:50 +0200
Subject: [PATCH] upgraded to 0.5.2

---
 .gitignore | 3 ++-
 Pipfile    | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 400a50f..46a51a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@
 .idea/
 *.iml
 *.iws
-public
\ No newline at end of file
+public
+Pipfile.lock
diff --git a/Pipfile b/Pipfile
index e662061..0d3422c 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,7 +4,7 @@ verify_ssl = true
 name = "pypi"
 
 [packages]
-mkdocs-dsfr = "0.5.0"
+mkdocs-dsfr = "0.5.2"
 mkdocs = "*"
 
 [dev-packages]
-- 
GitLab