From dbec1c9801747e510f38c61a61f96b5aeb57b49f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 06:11:06 +0000 Subject: [PATCH] build(deps): bump pyhpke from 0.6.2 to 0.6.3 Bumps [pyhpke](https://github.com/dajiaji/pyhpke) from 0.6.2 to 0.6.3. - [Release notes](https://github.com/dajiaji/pyhpke/releases) - [Changelog](https://github.com/dajiaji/pyhpke/blob/main/CHANGES.rst) - [Commits](https://github.com/dajiaji/pyhpke/compare/v0.6.2...v0.6.3) --- updated-dependencies: - dependency-name: pyhpke dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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"