From 88fe83765db82cd6d8ebc2bf77fe18d1207cb649 Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Sat, 6 Nov 2021 10:32:17 +0100 Subject: [PATCH 1/2] fix compatibility issue in CI --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 66c4ecc9f..f5216ee73 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -53,7 +53,7 @@ jobs: PYMONGO: $PYMONGO_3_9 - python-version: 3.7 MONGODB: $MONGODB_4_2 - PYMONGO: $PYMONGO_3_6 + PYMONGO: $PYMONGO_3_9 - python-version: 3.7 MONGODB: $MONGODB_4_4 PYMONGO: $PYMONGO_3_11 From 322a4164d502fa5d5733af8c7fed0439ed67eb86 Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Sat, 6 Nov 2021 10:55:50 +0100 Subject: [PATCH 2/2] pin docutils --- docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index dfda6a70b..3621a13b2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ Sphinx==3.3.0 sphinx-rtd-theme==0.5.0 readthedocs-sphinx-ext==2.1.1 +docutils==0.17.1