diff --git a/poetry.lock b/poetry.lock index 28e28be72..930bf7942 100644 --- a/poetry.lock +++ b/poetry.lock @@ -760,14 +760,14 @@ test = ["coverage", "mock (>=4)", "pytest (>=7)", "pytest-cov", "pytest-mock (>= [[package]] name = "hathorlib" -version = "0.9.0" +version = "0.9.1" description = "Hathor Network base objects library" optional = false python-versions = "<4,>=3.9" groups = ["main"] files = [ - {file = "hathorlib-0.9.0-py3-none-any.whl", hash = "sha256:fee191a709949bfc3fa67ef0d01977887817f752808385cab2913197c582811a"}, - {file = "hathorlib-0.9.0.tar.gz", hash = "sha256:98ead66f252c143fd5e9171d025a4c36d0e8edd83aca30665f1fb04bb0f1dcbb"}, + {file = "hathorlib-0.9.1-py3-none-any.whl", hash = "sha256:1ef25984b020c2964123ca903090ad486e28e3305420008ffed698d31a9c7d6c"}, + {file = "hathorlib-0.9.1.tar.gz", hash = "sha256:ecc41cc49353f9ed705a953d84cf470e563a9c05009d2b8c8e8f81e15e67c23a"}, ] [package.dependencies] @@ -2607,4 +2607,4 @@ sentry = ["sentry-sdk", "structlog-sentry"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "61e3077bb2920363acbfd0cb502fcad0c6a5b556e089cdf1200ef63f63948dbf" +content-hash = "6d9f6d43e3bf109d181f3bf5e5ceaa340824ad07576f3411d8bf74b3eee933a8" diff --git a/pyproject.toml b/pyproject.toml index 5e640b65f..82a780a9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ idna = "~3.4" setproctitle = "^1.3.3" sentry-sdk = {version = "^1.5.11", optional = true} structlog-sentry = {version = "^1.4.0", optional = true} -hathorlib = "^0.9.0" +hathorlib = "^0.9.1" pydantic = "~1.10.17" pyyaml = "^6.0.1" typing-extensions = "~4.12.2"