Skip to content

Commit 342a260

Browse files
committed
bump some deps
1 parent c63ac40 commit 342a260

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM circleci/python:3.10
1+
FROM python:3.12
22

33
WORKDIR /src
44
COPY requirements.txt .

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)