From 8317c280963f100469d873b26622b5f09babf872 Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Wed, 22 Mar 2023 15:10:14 +0000 Subject: [PATCH] excluded buggy redis version See https://github.com/redis/redis-py/issues/2629 --- .github/workflows/ci.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23ded4a..307bf98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: jobs: build-and-run: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3.4.0 - name: Build image diff --git a/requirements.txt b/requirements.txt index 4df0835..01ec122 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ cli-formatter>=1.2.0,<1.3 py7zr>=0.20.4,<0.21 python-slugify>=8.0.1,<9.0.0 jinja2>=3.1.0,<3.2 -redis>=4.5.1,<5.0 +redis>=4.5.1,!=4.5.2,<5.0 beautifulsoup4>=4.9.3,<5.0 lxml>=4.9.1,<4.10 jinja2-pluralize>=0.3.0,<0.4