From fe942f4ed910ce0505797cf772bbdb5de8da996a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:29:28 +0000 Subject: [PATCH] build(deps): bump pybind11 from 2.13.5 to 2.13.6 Bumps [pybind11](https://github.com/pybind/pybind11) from 2.13.5 to 2.13.6. - [Release notes](https://github.com/pybind/pybind11/releases) - [Changelog](https://github.com/pybind/pybind11/blob/master/docs/changelog.rst) - [Commits](https://github.com/pybind/pybind11/compare/v2.13.5...v2.13.6) --- updated-dependencies: - dependency-name: pybind11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 36a4257..75c4ef4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -611,17 +611,17 @@ xmp = ["defusedxml"] [[package]] name = "pybind11" -version = "2.13.5" +version = "2.13.6" description = "Seamless operability between C++11 and Python" optional = false python-versions = ">=3.7" files = [ - {file = "pybind11-2.13.5-py3-none-any.whl", hash = "sha256:dc35a98b61a0d23ee8599b317664f5be7e259fdc369a3b810b1ebbc3f5674d27"}, - {file = "pybind11-2.13.5.tar.gz", hash = "sha256:ae33f635322f9d9741abde0c5f348bf9373f6c22298883395e586cb43c55574e"}, + {file = "pybind11-2.13.6-py3-none-any.whl", hash = "sha256:237c41e29157b962835d356b370ededd57594a26d5894a795960f0047cb5caf5"}, + {file = "pybind11-2.13.6.tar.gz", hash = "sha256:ba6af10348c12b24e92fa086b39cfba0eff619b61ac77c406167d813b096d39a"}, ] [package.extras] -global = ["pybind11-global (==2.13.5)"] +global = ["pybind11-global (==2.13.6)"] [[package]] name = "pycryptodome" @@ -997,4 +997,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "0d9d8d1380fbc47e8cb9f13586cc0a54f8c5349c808c8accb0df45cadd4632b2" +content-hash = "f41c06d526474e3d0e4f891fbb194de0506464204fb7e5b20577b27c7cead824" diff --git a/pyproject.toml b/pyproject.toml index 4c3e74d..b18b065 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pillow = "^10.4.0" mutagen = "^1.47.0" colorama = "^0.4.6" ruamel-yaml = "^0.18.6" -pybind11 = "^2.13.5" +pybind11 = "^2.13.6" [build-system] requires = ["poetry-core"]