Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dvilelaf committed Nov 21, 2023
1 parent 645f98e commit 51f75f2
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 44 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
sudo apt-get update --fix-missing
sudo apt-get autoremove
sudo apt-get autoclean
pip install tomte[tox,cli]==0.2.12
pip install tomte[tox,cli]==0.2.14
pip install --upgrade setuptools==60.10.0
- name: Check copyright headers
run: tomte check-copyright --author valory --exclude-part abci --exclude-part http_client --exclude-part ipfs --exclude-part ledger --exclude-part p2p_libp2p_client --exclude-part gnosis_safe --exclude-part gnosis_safe_proxy_factory --exclude-part multisend --exclude-part service_registry --exclude-part acn --exclude-part contract_api --exclude-part http --exclude-part ipfs --exclude-part ledger_api --exclude-part tendermint --exclude-part abstract_abci --exclude-part abstract_round_abci --exclude-part registration_abci --exclude-part reset_pause_abci --exclude-part termination_abci --exclude-part transaction_settlement_abci --exclude-part http_server
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
sudo apt-get update --fix-missing
sudo apt-get autoremove
sudo apt-get autoclean
pip install tomte[tox,cli]==0.2.12
pip install tomte[tox,cli]==0.2.14
pip install --upgrade setuptools==60.10.0
# install Protobuf compiler
wget https://github.com/protocolbuffers/protobuf/releases/download/v24.3/protoc-24.3-linux-x86_64.zip
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
sudo apt-get update --fix-missing
sudo apt-get autoremove
sudo apt-get autoclean
pip install tomte[tox]==0.2.12
pip install tomte[tox]==0.2.14
pip install --upgrade setuptools==60.10.0
# install Protobuf compiler
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
- if: matrix.os == 'macos-latest'
name: Install dependencies (macos-latest)
run: |
pip install tomte[tox]==0.2.12
pip install tomte[tox]==0.2.14
brew install gcc
# brew install protobuf
# brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/72457f0166d5619a83f508f2345b22d0617b5021/Formula/protobuf.rb
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
choco install make -y
# to check make was installed
make --version
pip install tomte[tox]==0.2.12
pip install tomte[tox]==0.2.14
# wget https://github.com/protocolbuffers/protobuf/releases/download/v24.3/protoc-24.3-win64.zip
# unzip protoc-24.3-win64.zip -d protoc
# sudo mv protoc/bin/protoc /usr/local/bin/protoc
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
sudo apt-get update --fix-missing
sudo apt-get autoremove
sudo apt-get autoclean
pip install tomte[tox]==0.2.12
pip install tomte[tox]==0.2.14
pip install --upgrade setuptools==60.10.0
# install Protobuf compiler
Expand Down
20 changes: 10 additions & 10 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ certifi = "==2021.10.8"
cryptography = "==39.0.0"
dag-cbor = "==0.3.2"
grpcio = "==1.53.0"
jsonschema = ">=4.16.0,<=4.19.0"
jsonschema = "<4.4.0,>=4.3.0"
jsonpatch = "==1.32"
hypothesis = "==6.21.6"
multiformats = "==0.2.1"
Expand All @@ -27,16 +27,16 @@ pytest = "==7.2.1"
pytest-asyncio = "==0.20.3"
pytest-cov = "==4.0.0"
pytest-randomly = "==3.12.0"
openapi-core = "==0.13.5"
openapi-core = "==0.13.6"
openapi-spec-validator = "==0.2.8"
open-aea = "==1.41.0.post1"
open-aea-ledger-ethereum = "==1.41.0.post1"
open-aea-ledger-cosmos = "==1.41.0.post1"
open-aea-cli-ipfs = "==1.41.0.post1"
open-aea-test-autonomy = "==0.13.5"
open-autonomy = {version = "==0.13.5", extras = [ "all"]}
tomte = {version = "==0.2.12", extras = ["cli", "tests"]}
requests = "==2.28.2"
open-aea = "==1.42"
open-aea-ledger-ethereum = "==1.42"
open-aea-ledger-cosmos = "==1.42"
open-aea-cli-ipfs = "==1.42"
open-aea-test-autonomy = "==0.13.6"
open-autonomy = {version = "==0.13.6", extras = [ "all"]}
tomte = {version = "==0.2.14", extras = ["cli", "tests"]}
requests = "==2.28.1"
openai = "==0.27.2"
bases = "==0.2.1"
typing_validation = "==1.0.0.post2"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In order to run a local demo service based on the IEKit:
mkdir your_workspace && cd your_workspace
touch Pipfile && pipenv --python 3.10 && pipenv shell

pipenv install open-autonomy[all]==0.13.5
pipenv install open-autonomy[all]==0.13.6
autonomy init --remote --ipfs --reset --author=your_name
```

Expand Down
2 changes: 1 addition & 1 deletion packages/valory/agents/impact_evaluator/aea-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ logging_config:
skill_exception_policy: stop_and_exit
dependencies:
open-aea-ledger-ethereum:
version: ==1.41.0.post1
version: ==1.42
default_connection: null
---
public_id: valory/openai:0.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ contract_interface_paths:
ethereum: build/DynamicContribution.json
dependencies:
open-aea-ledger-ethereum:
version: ==1.41.0.post1
version: ==1.42
web3:
version: <7,>=6.0.0
contracts: []
2 changes: 1 addition & 1 deletion packages/valory/contracts/mech/contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ contract_interface_paths:
ethereum: build/mech.json
dependencies:
open-aea-ledger-ethereum:
version: ==1.41.0.post1
version: ==1.42
web3:
version: <7,>=6.0.0
eth_typing: {}
48 changes: 24 additions & 24 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deps =
dag-cbor==0.3.2
grpcio==1.53.0
hypothesis==6.21.6
jsonschema>=4.16.0,<=4.19.0
jsonschema<4.4.0,>=4.3.0
jsonpatch ==1.32
multiformats==0.2.1
py-ecc==6.0.0
Expand All @@ -33,17 +33,17 @@ deps =
pytest-randomly==3.11.0
pytest-cov==3.0.0
pytest-asyncio==0.18.0
openapi-core==0.13.5
openapi-core==0.13.6
openapi-spec-validator==0.2.8
open-aea==1.41.0.post1
open-aea-ledger-ethereum==1.41.0.post1
open-aea-ledger-cosmos==1.41.0.post1
open-aea-cli-ipfs==1.41.0.post1
open-aea-test-autonomy==0.13.5
open-autonomy==0.13.5
requests==2.28.2
open-aea==1.42
open-aea-ledger-ethereum==1.42
open-aea-ledger-cosmos==1.42
open-aea-cli-ipfs==1.42
open-aea-test-autonomy==0.13.6
open-autonomy==0.13.6
requests==2.28.1
typing-extensions==4.5.0
requests==2.28.2
requests==2.28.1
openai==0.27.2
bases==0.2.1
typing_validation==1.0.0.post2
Expand Down Expand Up @@ -226,15 +226,15 @@ setenv =
skipsdist = True
skip_install = True
deps =
tomte[bandit]==0.2.12
tomte[bandit]==0.2.14
commands = bandit -s B101 -r packages
bandit -s B101 -r scripts

[testenv:black]
skipsdist = True
skip_install = True
deps =
tomte[black]==0.2.12
tomte[black]==0.2.14
commands = black \
{env:SKILLS_PATHS}/ceramic_read_abci \
{env:SKILLS_PATHS}/generic_scoring_abci \
Expand All @@ -252,7 +252,7 @@ commands = black \
skipsdist = True
skip_install = True
deps =
tomte[black]==0.2.12
tomte[black]==0.2.14
commands = black --check \
{env:SKILLS_PATHS}/ceramic_read_abci \
{env:SKILLS_PATHS}/generic_scoring_abci \
Expand All @@ -269,15 +269,15 @@ commands = black --check \
[testenv:isort]
skipsdist = True
skip_install = True
deps = tomte[isort]==0.2.12
deps = tomte[isort]==0.2.14
commands =
isort {env:PACKAGES_PATHS} --gitignore
isort scripts

[testenv:isort-check]
skipsdist = True
skip_install = True
deps = tomte[isort]==0.2.12
deps = tomte[isort]==0.2.14
commands =
isort --check-only {env:PACKAGES_PATHS} --gitignore
isort --check-only scripts
Expand All @@ -302,7 +302,7 @@ commands =
skipsdist = True
skip_install = True
deps =
tomte[flake8]==0.2.12
tomte[flake8]==0.2.14
commands = flake8 \
{env:SKILLS_PATHS}/ceramic_read_abci \
{env:SKILLS_PATHS}/generic_scoring_abci \
Expand All @@ -321,7 +321,7 @@ skipsdist = True
skip_install = True
deps =
{[testenv]deps}
tomte[mypy]==0.2.12
tomte[mypy]==0.2.14
commands = mypy --disallow-untyped-defs \
{env:SKILLS_PATHS}/ceramic_read_abci \
{env:SKILLS_PATHS}/generic_scoring_abci \
Expand All @@ -341,7 +341,7 @@ whitelist_externals = /bin/sh
skipsdist = True
deps =
{[testenv]deps}
tomte[pylint]==0.2.12
tomte[pylint]==0.2.14
commands = pylint \
--ignore-patterns=".*_pb2.py" \
--ignore-paths="^packages/valory/.*$" \
Expand All @@ -362,14 +362,14 @@ commands = pylint \
[testenv:safety]
skipsdist = True
skip_install = True
deps = tomte[safety]==0.2.12
deps = tomte[safety]==0.2.14
commands = safety check -i 37524 -i 38038 -i 37776 -i 38039 -i 39621 -i 40291 -i 39706 -i 41002 -i 51358 -i 51499

[testenv:darglint]
skipsdist = True
skip_install = True
deps =
tomte[darglint]==0.2.12
tomte[darglint]==0.2.14
commands = darglint \
{env:SKILLS_PATHS}/ceramic_read_abci/* \
{env:SKILLS_PATHS}/generic_scoring_abci/* \
Expand All @@ -387,8 +387,8 @@ commands = darglint \
skipsdist = True
usedevelop = True
deps =
tomte[isort]==0.2.12
tomte[black]==0.2.12
tomte[isort]==0.2.14
tomte[black]==0.2.14
commands = aea generate-all-protocols --check-clean

[testenv:abci-docstrings]
Expand Down Expand Up @@ -426,7 +426,7 @@ commands = tomte check-spelling
[testenv:liccheck]
skipsdist = True
usedevelop = True
deps = tomte[liccheck,cli]==0.2.12
deps = tomte[liccheck,cli]==0.2.14
commands =
tomte freeze-dependencies --output-path {envtmpdir}/requirements.txt
liccheck -s tox.ini -r {envtmpdir}/requirements.txt -l PARANOID
Expand Down Expand Up @@ -701,7 +701,7 @@ chardet: >=3.0.4
certifi: >=2019.11.28
;TODO: the following are conflicting packages that need to be sorted
; sub-dep of open-aea-ledger-ethereum-hwi
hidapi: >=0.13.5
hidapi: >=0.13.6
; shows in pip freeze but not referenced on code
paramiko: >=3.1.0
; sub-dep of docker-compose
Expand Down

0 comments on commit 51f75f2

Please sign in to comment.