Skip to content

Commit 08b377d

Browse files
committed
bump redis versions
1 parent 881bd5b commit 08b377d

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
@@ -32,7 +32,7 @@ jobs:
3232
python-version: ['3.10', '3.11', '3.12', '3.13']
3333
os: ['ubuntu-24.04']
3434
redis-version: [4, 5, "6.2.6", "7.0.9"]
35-
redis-py-version: [3.3.0, 4.6.0]
35+
redis-py-version: [4.6.0, 6.1.0]
3636
# Do not cancel any jobs when a single job fails
3737
fail-fast: false
3838
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)