We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450c40a commit 354e152Copy full SHA for 354e152
1 file changed
pyproject.toml
@@ -16,14 +16,14 @@ packages = [{ include = "ankr" }]
16
17
[tool.poetry.dependencies]
18
python = "^3.8.1"
19
-web3 = "^6.0.0"
20
-pydantic = "^1.10.7"
+web3 = "^6.4.0"
+pydantic = "^1.10.8"
21
pyhumps = "^3.8.0"
22
-typing-extensions = "^4.5.0"
+typing-extensions = "^4.6.2"
23
24
[tool.poetry.dev-dependencies]
25
-pytest = "^7.2.2"
26
-mypy = "^1.1.1"
+pytest = "^7.3.1"
+mypy = "^1.3.0"
27
flake8 = "^6.0.0"
28
isort = "^5.12.0"
29
0 commit comments