diff --git a/poetry.lock b/poetry.lock index cb2287b..5ba2fbd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -828,21 +828,18 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhpke" -version = "0.6.2" +version = "0.6.3" description = "A Python implementation of HPKE." optional = false python-versions = "<4.0,>=3.9" groups = ["main"] files = [ - {file = "pyhpke-0.6.2-py3-none-any.whl", hash = "sha256:abb51bfd444f00a0b7402d9e6cfd5e488ddbdc73ecc84868f1cc33556199d7d0"}, - {file = "pyhpke-0.6.2.tar.gz", hash = "sha256:2653f78d80a39a643918e07185dcd7bd05d306d8c86b107770931fe3f619bd59"}, + {file = "pyhpke-0.6.3-py3-none-any.whl", hash = "sha256:15e3cf85b0b8271b89947738f7e5cb42c80a8f55756377ee7fc26a285f3076df"}, + {file = "pyhpke-0.6.3.tar.gz", hash = "sha256:e310dfe70ab0428871236335dce2e0bb5d5578d86f8067b5326204e69571913e"}, ] [package.dependencies] -cryptography = ">=42.0.1,<45" - -[package.extras] -docs = ["Sphinx[docs] (>=7.1,<8)", "sphinx-autodoc-typehints[docs] (>=1.25.2)", "sphinx-rtd-theme[docs] (>=1.2.1)"] +cryptography = ">=42.0.1,<47" [[package]] name = "pyproject-api"