diff --git a/poetry.lock b/poetry.lock index 1858a5a..527fd42 100644 --- a/poetry.lock +++ b/poetry.lock @@ -16,15 +16,15 @@ test = ["coverage", "mypy", "pexpect", "ruff", "wheel"] [[package]] name = "bpy" -version = "3.6.0" +version = "4.0.0" description = "Blender as a Python module" optional = false python-versions = "==3.10.*" files = [ - {file = "bpy-3.6.0-cp310-cp310-macosx_10_15_x86_64.whl", hash = "sha256:1215d5b972fd71ae1ddcb45108e25b2b3a0d7b89645365bca01341604dcecb5f"}, - {file = "bpy-3.6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:4bc8bb77cc88143e78c04645351a7791d0e412c84f78a4771e68052ecac7d41c"}, - {file = "bpy-3.6.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:ede2c95ace7848f4f5a075a7d8cc3a9e643c335f4596c3c15087d93c7ae5f56a"}, - {file = "bpy-3.6.0-cp310-cp310-win_amd64.whl", hash = "sha256:3b4a9d2add44c4689435ee1e7b18cbb4c2be49149443825d9c6181dfb60b4381"}, + {file = "bpy-4.0.0-cp310-cp310-macosx_10_15_x86_64.whl", hash = "sha256:fb3f0d8c2ffb4dfa26d9cb31ccd59b9cc7336d5bc3b6b8f067642b191785cf10"}, + {file = "bpy-4.0.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:97dce1885b04296c3d27ddfde3e078acdc3ccf455983bbf46c681f966b61612a"}, + {file = "bpy-4.0.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:d6caceb7598232df42dcaa13433c6fee91ea811c67a3e32816643840f97c30cf"}, + {file = "bpy-4.0.0-cp310-cp310-win_amd64.whl", hash = "sha256:57e66dcf1a99e0bdbb8fbaad52e6c922b9454e3b9a06ce698852ab66bc6a31b1"}, ] [package.dependencies] @@ -871,4 +871,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "==3.10.*" -content-hash = "cadf0f2ab54d64d095339adcce892002b1534e14c8884b37fae1fd44dc52726b" +content-hash = "584e1b1e65e063cb576bbf8169b175951792421c2b573245814121c7a69c1fa5" diff --git a/pyproject.toml b/pyproject.toml index 9b95e3e..8688c6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = ["README.md", "LICENSE.md"] [tool.poetry.dependencies] python = "==3.10.*" -bpy = "^3.6.0" +bpy = "^4.0.0" [tool.poetry.group.build.dependencies] bpy-addon-build = "^0.2.1"