From 51e1069ae7462424d750cd15629d7481ff8f3ca2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 05:23:18 +0000 Subject: [PATCH] Update dependency pybind11 to v2.13.4 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7fa3316b..a36bca10 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand. [[package]] name = "astroid" @@ -1365,17 +1365,17 @@ files = [ [[package]] name = "pybind11" -version = "2.13.3" +version = "2.13.4" description = "Seamless operability between C++11 and Python" optional = false python-versions = ">=3.7" files = [ - {file = "pybind11-2.13.3-py3-none-any.whl", hash = "sha256:23f2e842ae2f37babec486d372f2545198a506df785a5fefccf6f0ad3f72a5fb"}, - {file = "pybind11-2.13.3.tar.gz", hash = "sha256:84b1314ca72397f79854161cf852466629dd374bb0efce0c6501d745699d9a43"}, + {file = "pybind11-2.13.4-py3-none-any.whl", hash = "sha256:5932d63d570b3a12ece2f6678adb3846cc1c229dc1f8518a46d5b540f240f959"}, + {file = "pybind11-2.13.4.tar.gz", hash = "sha256:75a9e1f967d3cd3fd59f981eb39406f9de05e33a4dd8f5f18b8e29cae023e1d5"}, ] [package.extras] -global = ["pybind11-global (==2.13.3)"] +global = ["pybind11-global (==2.13.4)"] [[package]] name = "pycnite" @@ -2047,4 +2047,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "2adbaa1bb88c864b99a5acab43b3a0b9c277f80684b25c843eec367f2e39e441" +content-hash = "def569c8705f54d91a90b9894b5375b49d935ff3ba58996df0b89f7bec303bc4" diff --git a/pyproject.toml b/pyproject.toml index 70400d47..e3ad8d0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ grpcio = "1.65.4" grpcio-tools = "1.65.4" protobuf = "5.27.3" prometheus_client = "0.20.0" -pybind11 = "2.13.3" +pybind11 = "2.13.4" os-ken = "<=2.9.0" # dnspython 2.3.0 is not compatible with eventlet # https://github.com/eventlet/eventlet/issues/781