Skip to content

Commit 726bf32

Browse files
authored
Merge pull request #120 from ARMmaster17/dependabot/pip/redis-4.3.5
Bump redis from 4.3.4 to 4.3.5
2 parents f3e06b2 + c61a09c commit 726bf32

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
python-version:
19-
- 3.6.x
2019
- 3.7.x
2120
- 3.8.x
2221
- 3.9.x
@@ -84,7 +83,7 @@ jobs:
8483
- name: Set up Python ${{ matrix.python-version }}
8584
uses: actions/setup-python@v4
8685
with:
87-
python-version: 3.10.3
86+
python-version: 3.10.8
8887
- name: Install dependencies
8988
run: |
9089
pip install coverage
@@ -109,7 +108,7 @@ jobs:
109108
- name: Set up Python ${{ matrix.python-version }}
110109
uses: actions/setup-python@v4
111110
with:
112-
python-version: 3.10.3
111+
python-version: 3.10.8
113112
- name: Install dependencies
114113
run: pip install black
115114
- name: Run linters

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"pycron==3.0.0",
2626
],
2727
extras_require={
28-
"lock-redis": ["redis==4.3.4"],
28+
"lock-redis": ["redis==4.3.5"],
2929
"metrics-elasticsearch": ["elastic-apm==6.13.2"],
3030
},
3131
setup_requires=["black==22.10.0"],

0 commit comments

Comments
 (0)