Skip to content

Commit ca7ddfb

Browse files
authored
Merge pull request #562 from skalenetwork/publish-for-stable
Bump web3.py to 6.20.2
2 parents 748e5d2 + b4af821 commit ca7ddfb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
types: [closed]
55
branches:
6-
- master
6+
- stable
77
- develop
88
- beta
99

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Launch hardhat node
3131
working-directory: hardhat-node
3232
run: |
33-
docker-compose up -d && sleep 20
33+
docker compose up -d && sleep 20
3434
3535
- name: Deploy manager
3636
run: |
@@ -85,7 +85,7 @@ jobs:
8585
- name: Launch hardhat node
8686
working-directory: hardhat-node
8787
run: |
88-
docker-compose up -d && sleep 20
88+
docker compose up -d && sleep 20
8989
9090
- name: Deploy manager contracts
9191
run: |

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
install_requires=[
4444
"asyncio==3.4.3",
4545
"pyyaml==6.0",
46-
"sgx.py==0.9dev2",
47-
"redis==4.4.4",
46+
"sgx.py==0.9dev3",
47+
"redis==5.0.3",
4848
"typing-extensions==4.9.0",
49-
"web3==6.13.0"
49+
"web3==6.20.2"
5050
],
5151

5252
python_requires='>=3.7,<4',

0 commit comments

Comments
 (0)