From 3496ba3c97349f60b4d7496bf77f93b6395bf053 Mon Sep 17 00:00:00 2001
From: Adrien CABARBAYE <adrien.cabarbaye@arm.com>
Date: Wed, 20 Oct 2021 15:27:43 +0100
Subject: [PATCH 1/3] Update setup.py

---
 setup.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/setup.py b/setup.py
index e5a1900..a4ee7e7 100644
--- a/setup.py
+++ b/setup.py
@@ -40,6 +40,12 @@
     description="Code snippet extraction for documentation",
     keywords="documentation-generator documentation-tool snippet-generator snippet project-management documentation",
     include_package_data=True,
+    install_requires=[
+        "toml==0.10.2",
+        "python-dotenv==0.19.1",
+        "pystache==0.5.4 ",
+        "mbed-tools-lib==1.2.0",
+    ],
     install_requires=["python-dotenv", "toml", "pystache", "mbed-tools-lib"],
     license="Apache 2.0",
     long_description_content_type="text/markdown",

From c32c44e8860063cd26d88705f811dd3c3302f8e2 Mon Sep 17 00:00:00 2001
From: Adrien CABARBAYE <adrien.cabarbaye@arm.com>
Date: Wed, 20 Oct 2021 15:29:27 +0100
Subject: [PATCH 2/3] Create 202110201529.bugfix

---
 news/202110201529.bugfix | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 news/202110201529.bugfix

diff --git a/news/202110201529.bugfix b/news/202110201529.bugfix
new file mode 100644
index 0000000..27f82ad
--- /dev/null
+++ b/news/202110201529.bugfix
@@ -0,0 +1 @@
+Fix dependency versions

From 4e6bcfcfb02ad81119c8bce19aae3c5418eff93a Mon Sep 17 00:00:00 2001
From: Adrien CABARBAYE <adrien.cabarbaye@arm.com>
Date: Wed, 20 Oct 2021 15:34:37 +0100
Subject: [PATCH 3/3] Update setup.py

---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index a4ee7e7..f393556 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,6 @@
         "pystache==0.5.4 ",
         "mbed-tools-lib==1.2.0",
     ],
-    install_requires=["python-dotenv", "toml", "pystache", "mbed-tools-lib"],
     license="Apache 2.0",
     long_description_content_type="text/markdown",
     long_description=long_description,