From 354e1527508e1798499e9dc4e4e514fe1631e011 Mon Sep 17 00:00:00 2001 From: Roman Fasakhov Date: Sat, 27 May 2023 20:04:10 +0800 Subject: [PATCH] bumo deps --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"