From c4b38a47bb062f9eb8a88a4782ba493c4a6756cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 04:00:00 +0000 Subject: [PATCH] build(deps): bump pybind11 from 2.12.0 to 2.13.1 Bumps [pybind11](https://github.com/pybind/pybind11) from 2.12.0 to 2.13.1. - [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.12.0...v2.13.1) --- updated-dependencies: - dependency-name: pybind11 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1688984..c48c64a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohttp" @@ -584,17 +584,17 @@ xmp = ["defusedxml"] [[package]] name = "pybind11" -version = "2.12.0" +version = "2.13.1" description = "Seamless operability between C++11 and Python" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "pybind11-2.12.0-py3-none-any.whl", hash = "sha256:df8d60b94f9e714d81013db233393d430ebf9f3551642b82291cf1b14d1afdbd"}, - {file = "pybind11-2.12.0.tar.gz", hash = "sha256:5e3c557a84b06b969247630407fc4d985bed157b4253b13153b8e8e165e0c3dc"}, + {file = "pybind11-2.13.1-py3-none-any.whl", hash = "sha256:97881536abe0cd4260a9ccc5bf6d1cf3113318f08af1feb82d4b9f95e93f0aa4"}, + {file = "pybind11-2.13.1.tar.gz", hash = "sha256:65be498b1cac516161add1508e65375674916bebf2570d057dc9c3c7bcbbc7b0"}, ] [package.extras] -global = ["pybind11-global (==2.12.0)"] +global = ["pybind11-global (==2.13.1)"] [[package]] name = "pycryptodome" @@ -970,4 +970,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "681e057875a203ebd0a640f698037a6e286171e48daa0c683bf61f4244a6a006" +content-hash = "9fccd0b28bf1c177629d1f0f6cc6355fbc01766337f4dad1f180642c7353e432" diff --git a/pyproject.toml b/pyproject.toml index 9ea40ac..c62ef0d 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.12.0" +pybind11 = "^2.13.1" [build-system] requires = ["poetry-core"]