diff --git a/setup.py b/setup.py index 5d2576b..7e98f70 100644 --- a/setup.py +++ b/setup.py @@ -10,10 +10,10 @@ "hypothesis>=6.2.0,<7.0", # Strategy-based fuzzer ], "lint": [ - "black>=21.10b0,<22.0", # auto-formatter and linter + "black>=22.3.0,<23.0", # auto-formatter and linter "mypy>=0.910,<1.0", # Static type analyzer "flake8>=3.9.2,<4.0", # Style linter - "isort>=5.9.3,<6.0", # Import sorting linter + "isort>=5.10.1,<6.0", # Import sorting linter ], "doc": [ "Sphinx>=3.4.3,<4", # Documentation generator @@ -60,7 +60,7 @@ url="https://github.com/ApeWorX/ape-infura", include_package_data=True, install_requires=[ - "eth-ape>=0.1.0,<0.2.0", + "eth-ape>=0.2.1,<0.3.0", "importlib-metadata ; python_version<'3.8'", ], # NOTE: Add 3rd party libraries here python_requires=">=3.7.2,<4",