Skip to content

Commit

Permalink
excluded buggy redis version
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Mar 22, 2023
1 parent 393ca39 commit 8317c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build-and-run:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Build image
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8317c28

Please sign in to comment.