From d250e7fe585097adbdb528d9a93a6475c8c6f60f Mon Sep 17 00:00:00 2001 From: Faisal Shahzad <84210709+seowings@users.noreply.github.com> Date: Mon, 23 Oct 2023 23:23:31 +0200 Subject: [PATCH 1/2] Update GitPython version to 3.1.37 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8dfce7a..52da62e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.11.1 lxml>=4.9.1 requests==2.31.0 -GitPython==3.1.32 +GitPython==3.1.37 PyGithub==1.59.1 PyYAML==6.0.1 \ No newline at end of file From 185eca1205cfc8974a42d81408dd798fca5edfd3 Mon Sep 17 00:00:00 2001 From: Faisal Shahzad <84210709+seowings@users.noreply.github.com> Date: Mon, 23 Oct 2023 23:36:18 +0200 Subject: [PATCH 2/2] documentation cleanup --- docs/core-project.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 docs/core-project.md diff --git a/docs/core-project.md b/docs/core-project.md deleted file mode 100644 index f17105f..0000000 --- a/docs/core-project.md +++ /dev/null @@ -1,3 +0,0 @@ -# Project Class - -::: staticwordpress.core.project.Project \ No newline at end of file