Skip to content

Commit

Permalink
chore: bump tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdi committed Oct 3, 2024
1 parent ef45232 commit 6d08468
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ deps =
[deps-packages]
deps =
{[deps-tests]deps}
open-autonomy==0.14.12
open-autonomy==0.14.14.post1
requests==2.28.1
py-multibase==1.0.3
py-multicodec==0.2.1
py-eth-sig-utils
grpcio==1.53.0
asn1crypto<1.5.0,>=1.4.0
open-aea-ledger-ethereum==1.52.0
open-aea-ledger-cosmos==1.52.0
open-aea-ledger-ethereum==1.53.0
open-aea-ledger-cosmos==1.53.0
protobuf<4.25.0,>=4.21.6
hypothesis==6.21.6
open-aea-test-autonomy==0.14.12
open-aea-test-autonomy==0.14.14.post1
web3<7,>=6.0.0
ipfshttpclient==0.8.0a2
open-aea-cli-ipfs==1.52.0
open-aea-cli-ipfs==1.53.0
aiohttp<4.0.0,>=3.8.5
certifi
multidict
Expand Down Expand Up @@ -216,7 +216,7 @@ commands = isort --check-only --gitignore {env:SERVICE_SPECIFIC_PACKAGES} script
[testenv:check-hash]
skipsdist = True
usedevelop = True
deps = open-autonomy[all]==0.14.12
deps = open-autonomy[all]==0.14.14.post1
commands =
autonomy init --reset --author ci --remote --ipfs --ipfs-node "/dns/registry.autonolas.tech/tcp/443/https"
autonomy packages sync
Expand Down

0 comments on commit 6d08468

Please sign in to comment.