diff --git a/pyproject.toml b/pyproject.toml index da07abc..16743e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,14 +16,14 @@ packages = [{ include = "ankr" }] [tool.poetry.dependencies] python = "^3.8.1" -web3 = "^6.0.0" -pydantic = "^1.10.7" +web3 = "^6.4.0" +pydantic = "^1.10.8" pyhumps = "^3.8.0" -typing-extensions = "^4.5.0" +typing-extensions = "^4.6.2" [tool.poetry.dev-dependencies] -pytest = "^7.2.2" -mypy = "^1.1.1" +pytest = "^7.3.1" +mypy = "^1.3.0" flake8 = "^6.0.0" isort = "^5.12.0"