diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index bf401da4..983f8021 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -51,10 +51,7 @@ jobs: uses: snok/install-poetry@v1 - name: Install Dependencies - run: | - poetry run pip install cython wheel - poetry run pip install ez-a-sync - poetry install --no-interaction + run: poetry install --no-interaction - name: Setup brownie networks run: | diff --git a/poetry.lock b/poetry.lock index 095e7354..e73d12c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2092,12 +2092,12 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] [[package]] name = "ez-a-sync" -version = "0.24.17" +version = "0.24.22" description = "A library that makes it easy to define objects that can be used for both sync and async use cases." optional = false python-versions = "<3.13,>=3.8" files = [ - {file = "ez_a_sync-0.24.17.tar.gz", hash = "sha256:6c1db7a6a0814c9dea47f9e37922a9814c14d420892efe836f82deeda3e31c7a"}, + {file = "ez_a_sync-0.24.22.tar.gz", hash = "sha256:337396a23b5987d5fd33e4aed5b77231e2b37ded5e6833431809a1d54bfb6005"}, ] [package.dependencies]