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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-16 23:29:28 +00:00 committed by GitHub
parent c9d5df7fe8
commit fe942f4ed9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -611,17 +611,17 @@ xmp = ["defusedxml"]
[[package]] [[package]]
name = "pybind11" name = "pybind11"
version = "2.13.5" version = "2.13.6"
description = "Seamless operability between C++11 and Python" description = "Seamless operability between C++11 and Python"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "pybind11-2.13.5-py3-none-any.whl", hash = "sha256:dc35a98b61a0d23ee8599b317664f5be7e259fdc369a3b810b1ebbc3f5674d27"}, {file = "pybind11-2.13.6-py3-none-any.whl", hash = "sha256:237c41e29157b962835d356b370ededd57594a26d5894a795960f0047cb5caf5"},
{file = "pybind11-2.13.5.tar.gz", hash = "sha256:ae33f635322f9d9741abde0c5f348bf9373f6c22298883395e586cb43c55574e"}, {file = "pybind11-2.13.6.tar.gz", hash = "sha256:ba6af10348c12b24e92fa086b39cfba0eff619b61ac77c406167d813b096d39a"},
] ]
[package.extras] [package.extras]
global = ["pybind11-global (==2.13.5)"] global = ["pybind11-global (==2.13.6)"]
[[package]] [[package]]
name = "pycryptodome" name = "pycryptodome"
@ -997,4 +997,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "0d9d8d1380fbc47e8cb9f13586cc0a54f8c5349c808c8accb0df45cadd4632b2" content-hash = "f41c06d526474e3d0e4f891fbb194de0506464204fb7e5b20577b27c7cead824"

View File

@ -20,7 +20,7 @@ pillow = "^10.4.0"
mutagen = "^1.47.0" mutagen = "^1.47.0"
colorama = "^0.4.6" colorama = "^0.4.6"
ruamel-yaml = "^0.18.6" ruamel-yaml = "^0.18.6"
pybind11 = "^2.13.5" pybind11 = "^2.13.6"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]