From 99d0fccbe2d86dce9afd658ed8c20073e33ee4e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:58:45 +0000 Subject: [PATCH] build(deps-dev): bump eth-ape from 0.6.20 to 0.6.21 Bumps [eth-ape](https://github.com/ApeWorX/ape) from 0.6.20 to 0.6.21. - [Release notes](https://github.com/ApeWorX/ape/releases) - [Commits](https://github.com/ApeWorX/ape/compare/v0.6.20...v0.6.21) --- updated-dependencies: - dependency-name: eth-ape dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 99b487d2c..8eae20d3d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1282,13 +1282,13 @@ test = ["coverage", "hypothesis (>=4.18.0,<5)", "pytest (>=6.2.5,<7)", "pytest-x [[package]] name = "eth-ape" -version = "0.6.20" +version = "0.6.21" description = "Ape Ethereum Framework" optional = false python-versions = ">=3.8,<4" files = [ - {file = "eth-ape-0.6.20.tar.gz", hash = "sha256:33bf7fc278b2d03254acf8fc7d2073db22410de4e71db5e5d292d41a36b7e419"}, - {file = "eth_ape-0.6.20-py3-none-any.whl", hash = "sha256:16d53ba2d30a6c680e18dfda7c36b8aef3473c33cdd1a55adf0e9648bf267def"}, + {file = "eth-ape-0.6.21.tar.gz", hash = "sha256:ba1aae093fd3ee02d2b46aa3b422f35961278ca0c6951ca702c638c73ed36cf1"}, + {file = "eth_ape-0.6.21-py3-none-any.whl", hash = "sha256:effebb12956df21fc7d6bd69197b9671c1c85a232084042dedda41c60c92cc95"}, ] [package.dependencies] @@ -1309,7 +1309,7 @@ packaging = ">=23.0,<24" pandas = ">=1.3.0,<2" pluggy = ">=1.3,<2" py-geth = ">=3.13.0,<4" -pydantic = ">=1.10.8,<2" +pydantic = ">=1.10.8,<3" PyGithub = ">=1.59,<2" pytest = ">=6.0,<8.0" python-dateutil = ">=2.8.2,<3" @@ -1324,9 +1324,9 @@ watchdog = ">=3.0,<4" web3 = {version = ">=6.7.0,<7", extras = ["tester"]} [package.extras] -dev = ["Sphinx (>=6.1.3,<7)", "black (>=23.9.1,<24)", "commitizen (>=2.40,<2.41)", "flake8 (>=6.1.0,<7)", "flake8-breakpoint (>=1.1.0,<2)", "flake8-print (>=4.0.1,<5)", "hypothesis (>=6.2.0,<7.0)", "hypothesis-jsonschema (==0.19.0)", "ipdb", "isort (>=5.10.1,<6)", "mdformat (>=0.7.17)", "mdformat-frontmatter (>=0.4.1)", "mdformat-gfm (>=0.3.5)", "mdformat-pyproject (>=0.0.1)", "mypy (>=1.5.1,<2)", "myst-parser (>=1.0.0,<2)", "pandas-stubs (==1.2.0.62)", "pre-commit", "pytest-cov (>=4.0.0,<5)", "pytest-mock", "pytest-watch", "pytest-xdist", "setuptools", "sphinx-click (>=4.4.0,<5)", "sphinx-plausible (>=0.1.2,<0.2)", "sphinx-rtd-theme (>=1.2.0,<2)", "sphinxcontrib-napoleon (>=0.7)", "twine (==3.8.0)", "types-PyYAML", "types-SQLAlchemy (>=1.4.49)", "types-requests", "types-setuptools", "wheel"] +dev = ["Sphinx (>=6.1.3,<7)", "black (>=23.9.1,<24)", "commitizen (>=2.40,<2.41)", "flake8 (>=6.1.0,<7)", "flake8-breakpoint (>=1.1.0,<2)", "flake8-print (>=4.0.1,<5)", "hypothesis (>=6.2.0,<7.0)", "hypothesis-jsonschema (==0.19.0)", "ipdb", "isort (>=5.10.1,<6)", "mdformat (>=0.7.17)", "mdformat-frontmatter (>=0.4.1)", "mdformat-gfm (>=0.3.5)", "mdformat-pyproject (>=0.0.1)", "mypy (>=1.5.1,<2)", "myst-parser (>=1.0.0,<2)", "pandas-stubs (==1.2.0.62)", "pre-commit", "pydantic (<2.0)", "pytest-cov (>=4.0.0,<5)", "pytest-mock", "pytest-watch", "pytest-xdist", "setuptools", "sphinx-click (>=4.4.0,<5)", "sphinx-plausible (>=0.1.2,<0.2)", "sphinx-rtd-theme (>=1.2.0,<2)", "sphinxcontrib-napoleon (>=0.7)", "twine (==3.8.0)", "types-PyYAML", "types-SQLAlchemy (>=1.4.49)", "types-requests", "types-setuptools", "wheel"] doc = ["Sphinx (>=6.1.3,<7)", "myst-parser (>=1.0.0,<2)", "sphinx-click (>=4.4.0,<5)", "sphinx-plausible (>=0.1.2,<0.2)", "sphinx-rtd-theme (>=1.2.0,<2)", "sphinxcontrib-napoleon (>=0.7)"] -lint = ["black (>=23.9.1,<24)", "flake8 (>=6.1.0,<7)", "flake8-breakpoint (>=1.1.0,<2)", "flake8-print (>=4.0.1,<5)", "isort (>=5.10.1,<6)", "mdformat (>=0.7.17)", "mdformat-frontmatter (>=0.4.1)", "mdformat-gfm (>=0.3.5)", "mdformat-pyproject (>=0.0.1)", "mypy (>=1.5.1,<2)", "pandas-stubs (==1.2.0.62)", "types-PyYAML", "types-SQLAlchemy (>=1.4.49)", "types-requests", "types-setuptools"] +lint = ["black (>=23.9.1,<24)", "flake8 (>=6.1.0,<7)", "flake8-breakpoint (>=1.1.0,<2)", "flake8-print (>=4.0.1,<5)", "isort (>=5.10.1,<6)", "mdformat (>=0.7.17)", "mdformat-frontmatter (>=0.4.1)", "mdformat-gfm (>=0.3.5)", "mdformat-pyproject (>=0.0.1)", "mypy (>=1.5.1,<2)", "pandas-stubs (==1.2.0.62)", "pydantic (<2.0)", "types-PyYAML", "types-SQLAlchemy (>=1.4.49)", "types-requests", "types-setuptools"] recommended-plugins = ["ape-alchemy", "ape-ens", "ape-etherscan", "ape-foundry", "ape-hardhat", "ape-infura", "ape-solidity", "ape-template", "ape-tokens", "ape-vyper"] release = ["setuptools", "twine (==3.8.0)", "wheel"] test = ["hypothesis (>=6.2.0,<7.0)", "hypothesis-jsonschema (==0.19.0)", "pytest-cov (>=4.0.0,<5)", "pytest-mock", "pytest-xdist"] @@ -4779,4 +4779,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "b82a7539e7dcfbde81e7b4065e49ddb49712c6f09df04ec56d900ff1bae90776" +content-hash = "fba593b914dad64f8ca828f434344d9e2c72af18f7556211e3d79b350cd1b6c7" diff --git a/pyproject.toml b/pyproject.toml index c922df9b2..69920bd0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ freezegun = "^1.2.2" types-pyyaml = "^6.0.12" types-python-dateutil = "^2.8.19.14" psutil = "^5.9.5" -eth-ape = "^0.6.20" +eth-ape = "^0.6.21" ape-solidity = "^0.6.9" ape-ganache = "^0.6.8" ape-alchemy = "^0.6.4"