Skip to content

Commit

Permalink
Update deps (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
djstrong authored Oct 29, 2024
1 parent 7801b4d commit 85c8370
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions packages/nameguard-python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/nameguard-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nameguard"
version = "0.1.8"
version = "0.1.9"
description = "Security \"x-ray\" for ENS names"
authors = ["NameHash Team <[email protected]>"]
maintainers = ["NameHash Team <[email protected]>"]
Expand All @@ -13,8 +13,8 @@ packages = [{ include = "nameguard" }]

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
ens-label-inspector = "^0.2.11"
fastapi = "^0.114.2"
ens-label-inspector = "^0.2.12"
fastapi = "^0.115.4"
mangum = { version = "^0.17.0", optional = true }
web3 = "6.11.1"
eth-typing = "^4.4.0"
Expand Down

0 comments on commit 85c8370

Please sign in to comment.