From 196460a607ecfe84963b53db33bff7677a49a53b Mon Sep 17 00:00:00 2001 From: marc0olo Date: Tue, 22 Mar 2022 13:19:11 +0100 Subject: [PATCH 1/2] chore(deps): bump pygments version --- .github/workflows/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements.txt b/.github/workflows/requirements.txt index 9d6b62f..a44013b 100644 --- a/.github/workflows/requirements.txt +++ b/.github/workflows/requirements.txt @@ -2,4 +2,4 @@ mkdocs==1.2.3 mkdocs-simple-hooks==0.1.3 mkdocs-material==7.1.9 mike==1.0.1 -git+git://github.com/pygments/pygments@38cd147859fdaeb73a0a2018601f4ec5277798bc#egg=pygments \ No newline at end of file +pygments==2.11.2 \ No newline at end of file -- 2.30.2 From ca31db7cad0b058b2a504086880756a64b43bab6 Mon Sep 17 00:00:00 2001 From: marc0olo Date: Mon, 28 Mar 2022 10:43:37 +0200 Subject: [PATCH 2/2] chore(deps): bump mkdocs version from 1.2.3 to 1.2.4 --- .github/workflows/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements.txt b/.github/workflows/requirements.txt index a44013b..3ae5cf3 100644 --- a/.github/workflows/requirements.txt +++ b/.github/workflows/requirements.txt @@ -1,4 +1,4 @@ -mkdocs==1.2.3 +mkdocs==1.2.4 mkdocs-simple-hooks==0.1.3 mkdocs-material==7.1.9 mike==1.0.1 -- 2.30.2