From c05caeef35ab70614a5a7af706c75e9b19713c1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:24:24 +0000 Subject: [PATCH] Bump pybind11 from 3.0.2 to 3.0.4 Bumps [pybind11](https://github.com/pybind/pybind11) from 3.0.2 to 3.0.4. - [Release notes](https://github.com/pybind/pybind11/releases) - [Changelog](https://github.com/pybind/pybind11/blob/master/docs/changelog.md) - [Commits](https://github.com/pybind/pybind11/compare/v3.0.2...v3.0.4) --- updated-dependencies: - dependency-name: pybind11 dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1e47a85..023bcad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "levenshtein>=0.27.3", "numpy>=2.4.3", "polars>=1.38.1", - "pybind11>=3.0.2", + "pybind11>=3.0.4", "setuptools>=82.0.1", "tqdm", ] diff --git a/uv.lock b/uv.lock index 150f461..a4c7661 100644 --- a/uv.lock +++ b/uv.lock @@ -119,7 +119,7 @@ requires-dist = [ { name = "levenshtein", specifier = ">=0.27.3" }, { name = "numpy", specifier = ">=2.4.3" }, { name = "polars", specifier = ">=1.38.1" }, - { name = "pybind11", specifier = ">=3.0.2" }, + { name = "pybind11", specifier = ">=3.0.4" }, { name = "setuptools", specifier = ">=82.0.1" }, { name = "tqdm" }, ] @@ -486,11 +486,11 @@ wheels = [ [[package]] name = "pybind11" -version = "3.0.2" +version = "3.0.4" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/a5/98/9118a0659646f1628c592ef9bb48e0056efa6bf27c951fd12a178e0136fb/pybind11-3.0.2.tar.gz", hash = "sha256:432f01aeb68e361a3a7fc7575c2c7f497595bf640f747acd909ff238dd766e06", size = 577131, upload-time = "2026-02-17T04:46:52.556Z" } +sdist = { url = "https://files.pythonhosted.org/packages/cc/f0/35145a3c3baffeef55d4b8324caa33abaa8fa56ab345ecd4b2211d09163e/pybind11-3.0.4.tar.gz", hash = "sha256:3286b59c8a774b9ee650169302dd5a4eedc30a8617905a0560dd8ee44775130c", size = 589533, upload-time = "2026-04-19T03:08:15.925Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/88/c5/e98d9c51f3d5300d5e40ad9037dd6b3b60736fd02ab68dcc98c96be7592d/pybind11-3.0.2-py3-none-any.whl", hash = "sha256:f8a6500548919cc33bcd220d5f984688326f574fa97f1107f2f4fdb4c6fb019f", size = 310158, upload-time = "2026-02-17T04:46:49.91Z" }, + { url = "https://files.pythonhosted.org/packages/b3/06/c3a23c9a0263b136c519f033a58d4641e73065fefc7754e9667ec206d992/pybind11-3.0.4-py3-none-any.whl", hash = "sha256:961720ee652da51d531b7b2451a6bd2bc042b0106e6d9baa48ecb7d58034ce63", size = 314166, upload-time = "2026-04-19T03:08:14.091Z" }, ] [[package]]