Skip to content

Commit

Permalink
bumo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
romanankr committed May 27, 2023
1 parent 450c40a commit 354e152
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 354e152

Please sign in to comment.