From ca87ca25a9499fceb7e4cbad875563876fad0b54 Mon Sep 17 00:00:00 2001 From: Peter French Date: Tue, 25 Jun 2024 08:55:21 +0200 Subject: [PATCH 1/2] chore: Update canonicalwebteam.discourse to 5.5.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7331f6f0..bfd0ed64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ canonicalwebteam.flask_base==1.1.0 canonicalwebteam.blog==6.4.0 -canonicalwebteam.discourse==5.4.3 +canonicalwebteam.discourse==5.5.0 canonicalwebteam.http==1.0.4 canonicalwebteam.templatefinder==1.0.0 canonicalwebteam.search==1.3.0 From 2cdcdb1052f9b52cb3ec68bfc310381cdeefd200 Mon Sep 17 00:00:00 2001 From: Olwe Samuel Date: Thu, 27 Jun 2024 12:07:27 +0300 Subject: [PATCH 2/2] Update pr.yaml Use dotrun's pip version, and pin the requests version --- .github/workflows/pr.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 0a5734cb..228327b6 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -25,8 +25,8 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install Dotrun - uses: canonical/install-dotrun@main + - name: Install dotrun + run: sudo pip3 install dotrun requests==2.31.0 # requests version is pinned to avoid breaking changes, can be removed once issue is resolved: https://github.com/docker/docker-py/issues/3256 - name: Install dependencies run: | @@ -59,8 +59,8 @@ jobs: - uses: actions/checkout@v2 - name: Install dotrun - uses: canonical/install-dotrun@main - + run: sudo pip3 install dotrun requests==2.31.0 # requests version is pinned to avoid breaking changes, can be removed once issue is resolved: https://github.com/docker/docker-py/issues/3256 + - name: Install dependencies run: | sudo chmod -R 777 .