diff --git a/poetry.lock b/poetry.lock index 50ecf50..a9ef2d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "argcomplete" @@ -526,24 +526,25 @@ setuptools = "*" [[package]] name = "nox" -version = "2024.3.2" +version = "2024.4.15" description = "Flexible test automation." optional = false python-versions = ">=3.7" files = [ - {file = "nox-2024.3.2-py3-none-any.whl", hash = "sha256:e53514173ac0b98dd47585096a55572fe504fecede58ced708979184d05440be"}, - {file = "nox-2024.3.2.tar.gz", hash = "sha256:f521ae08a15adbf5e11f16cb34e8d0e6ea521e0b92868f684e91677deb974553"}, + {file = "nox-2024.4.15-py3-none-any.whl", hash = "sha256:6492236efa15a460ecb98e7b67562a28b70da006ab0be164e8821177577c0565"}, + {file = "nox-2024.4.15.tar.gz", hash = "sha256:ecf6700199cdfa9e5ea0a41ff5e6ef4641d09508eda6edb89d9987864115817f"}, ] [package.dependencies] argcomplete = ">=1.9.4,<4.0" colorlog = ">=2.6.1,<7.0.0" packaging = ">=20.9" +tomli = {version = ">=1", markers = "python_version < \"3.11\""} virtualenv = ">=20.14.1" [package.extras] tox-to-nox = ["jinja2", "tox"] -uv = ["uv"] +uv = ["uv (>=0.1.6)"] [[package]] name = "numpy" @@ -920,4 +921,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "==3.10.*" -content-hash = "8fb0d38174973b9daaf96937cec2d4b073ee3daa3d0dfe5b1c401e3846aaa2b1" +content-hash = "662fbeabcb68005d466e12e829116f12faccad5be157289a2910cb386e23da66" diff --git a/pyproject.toml b/pyproject.toml index 63fbe91..61f4966 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ bpy-addon-build = "^0.3.0" ffmpeg-python = "^0.2.0" [tool.poetry.group.dev.dependencies] -nox = "^2024.3.2" +nox = "^2024.4.15" pre-commit = "^3.6.2" pytest = "^8.1.1"