Skip to content

Commit 354e152

Browse files
committed
bumo deps
1 parent 450c40a commit 354e152

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ packages = [{ include = "ankr" }]
1616

1717
[tool.poetry.dependencies]
1818
python = "^3.8.1"
19-
web3 = "^6.0.0"
20-
pydantic = "^1.10.7"
19+
web3 = "^6.4.0"
20+
pydantic = "^1.10.8"
2121
pyhumps = "^3.8.0"
22-
typing-extensions = "^4.5.0"
22+
typing-extensions = "^4.6.2"
2323

2424
[tool.poetry.dev-dependencies]
25-
pytest = "^7.2.2"
26-
mypy = "^1.1.1"
25+
pytest = "^7.3.1"
26+
mypy = "^1.3.0"
2727
flake8 = "^6.0.0"
2828
isort = "^5.12.0"
2929

0 commit comments

Comments
 (0)