From af17a5db6010420b16c09acceadce25a1e0cbca8 Mon Sep 17 00:00:00 2001 From: "alexandre.caldato" <alexandre.caldato@sully-group.fr> Date: Mon, 3 Jul 2023 07:59:34 +0200 Subject: [PATCH] Added a new script to generate commit.md file --- Pipfile | 2 +- Pipfile.lock | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 52440cb..3d1d35f 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -mkdocs-dsfr = "0.1.0" +mkdocs-dsfr = "0.3.0" mkdocs = "*" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index 461a5b1..4025116 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "19b31975aedbf45efbc4457ac91694f255d0e683ec2864abb4a1b367d667bd55" + "sha256": "15debe083779214ddf104805e6801bfb37b89f41854bfc41762541dcbb67c662" }, "pipfile-spec": 6, "requires": { @@ -24,6 +24,14 @@ "markers": "python_version >= '3.7'", "version": "==8.1.3" }, + "colorama": { + "hashes": [ + "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", + "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" + ], + "markers": "platform_system == 'Windows'", + "version": "==0.4.6" + }, "ghp-import": { "hashes": [ "sha256:8337dd7b50877f163d4c0289bc1f1c7f127550241988d568c1db512c4324a619", @@ -121,11 +129,11 @@ }, "mkdocs-dsfr": { "hashes": [ - "sha256:2fcab30362d279c1d3e496d780ddec85648cc4d8a519bfd980718abc62f544d7", - "sha256:6f39bd4482c7f6f805e0e6c218897b3c07894ceb070cf976dbf2a6109d4327ab" + "sha256:1379cbead25d1423fe2275b0e287b6c64322be76a73ac06ba2f5fce74744de0b", + "sha256:ff58532bfcfc258360c05aa81259e6113a64f3b8d5b8017a6c0fffe6b48bb369" ], "index": "pypi", - "version": "==0.1.0" + "version": "==0.3.0" }, "packaging": { "hashes": [ -- GitLab