From edf675f25e9ca68b9080da81da0fd9b64278e0c7 Mon Sep 17 00:00:00 2001
From: wsmart17 <25076205+wsmart17@users.noreply.github.com>
Date: Wed, 1 May 2024 09:46:18 +0930
Subject: [PATCH] Remove pinned version for mkdocs-material in requirements.txt

---
 .github/workflows/ci.yml | 1 -
 requirements.txt         | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1bac31d22..2af10f123 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,6 +11,5 @@ jobs:
       - uses: actions/setup-python@v2
         with:
           python-version: 3.x
-      - run: pip install mkdocs-material 
       - run: pip install -r requirements.txt
       - run: mkdocs gh-deploy --force
diff --git a/requirements.txt b/requirements.txt
index fae6edf89..29ed93fb1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 mkdocs
-mkdocs-material==8.0.5
+mkdocs-material
 mkdocs-awesome-pages-plugin
 mkdocs-git-revision-date-localized-plugin
 mkdocs-redirects
\ No newline at end of file