Merge pull request #70 from MeoProject/dependabot/pip/pybind11-2.13.5

This commit is contained in:
dependabot[bot] 2024-09-15 01:34:52 +00:00 committed by GitHub
commit 9bcfd581d9
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

@ -596,17 +596,17 @@ xmp = ["defusedxml"]
[[package]]
name = "pybind11"
version = "2.13.1"
version = "2.13.5"
description = "Seamless operability between C++11 and Python"
optional = false
python-versions = ">=3.7"
files = [
{file = "pybind11-2.13.1-py3-none-any.whl", hash = "sha256:97881536abe0cd4260a9ccc5bf6d1cf3113318f08af1feb82d4b9f95e93f0aa4"},
{file = "pybind11-2.13.1.tar.gz", hash = "sha256:65be498b1cac516161add1508e65375674916bebf2570d057dc9c3c7bcbbc7b0"},
{file = "pybind11-2.13.5-py3-none-any.whl", hash = "sha256:dc35a98b61a0d23ee8599b317664f5be7e259fdc369a3b810b1ebbc3f5674d27"},
{file = "pybind11-2.13.5.tar.gz", hash = "sha256:ae33f635322f9d9741abde0c5f348bf9373f6c22298883395e586cb43c55574e"},
]
[package.extras]
global = ["pybind11-global (==2.13.1)"]
global = ["pybind11-global (==2.13.5)"]
[[package]]
name = "pycryptodome"
@ -982,4 +982,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "eb2b102903286bbac55057ce9086945ceceb9b612968ed32402ab4352132e18c"
content-hash = "a6726ad2ce46e20efb61c651df96bcfe160ef5d16d76cb350dd6d7231e0d2ff2"

View File

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