Skip to content

Commit 73dba47

Browse files
committed
Upgrade the redis dependency
1 parent d4f3770 commit 73dba47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: ["3.9", "3.10", "3.11", "3.12"]
3232
os: ["ubuntu-24.04"]
3333
redis-version: [4, 5, "6.2.6", "7.0.9"]
34-
redis-py-version: [3.3.0, 4.6.0]
34+
redis-py-version: [6.1.0]
3535
# Do not cancel any jobs when a single job fails
3636
fail-fast: false
3737
name: Python ${{ matrix.python-version }} on ${{ matrix.os }} with Redis ${{ matrix.redis-version }} and redis-py==${{ matrix.redis-py-version }}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
click==8.1.7
2-
redis==4.5.2
2+
redis==6.1.0
33
structlog==24.1.0
44
croniter

0 commit comments

Comments
 (0)