Skip to content

Commit dba3425

Browse files
committed
Update test_min_reqs.yml
1 parent bd4e099 commit dba3425

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test_min_reqs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
run: |
108108
python -m pip install --upgrade pip
109109
pip install -r requirements-dev.txt
110-
pip install cbor2==5.4.0
110+
pip install cbor2==5.5.0
111111
pip install coincurve==${{ runner.os == 'macOS' && '18.0.0' || '15.0.1' }}
112112
pip install crcmod==1.7
113113
pip install ecdsa==0.17
@@ -139,7 +139,7 @@ jobs:
139139
run: |
140140
python -m pip install --upgrade pip
141141
pip install -r requirements-dev.txt
142-
pip install cbor2==5.4.0
142+
pip install cbor2==5.5.0
143143
pip install coincurve==${{ runner.os == 'macOS' && '18.0.0' || '16.0.0' }}
144144
pip install crcmod==1.7
145145
pip install ecdsa==0.17
@@ -170,7 +170,7 @@ jobs:
170170
run: |
171171
python -m pip install --upgrade pip
172172
pip install -r requirements-dev.txt
173-
pip install cbor2==5.4.0
173+
pip install cbor2==5.5.0
174174
pip install coincurve==18.0.0
175175
pip install crcmod==1.7
176176
pip install ecdsa==0.17
@@ -201,7 +201,7 @@ jobs:
201201
run: |
202202
python -m pip install --upgrade pip
203203
pip install -r requirements-dev.txt
204-
pip install cbor2==5.4.0
204+
pip install cbor2==5.5.0
205205
pip install coincurve==19.0.1
206206
pip install crcmod==1.7
207207
pip install ecdsa==0.17
@@ -232,7 +232,7 @@ jobs:
232232
run: |
233233
python -m pip install --upgrade pip
234234
pip install -r requirements-dev.txt
235-
pip install cbor2==5.4.0
235+
pip install cbor2==5.5.0
236236
pip install coincurve==21.0.0
237237
pip install crcmod==1.7
238238
pip install ecdsa==0.17

0 commit comments

Comments
 (0)