diff --git a/poetry.lock b/poetry.lock index 59a4a1a..4cb9da4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1316,20 +1316,20 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.4.2" +version = "9.1.1" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["test"] files = [ - {file = "pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"}, - {file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"}, + {file = "pytest-9.1.1-py3-none-any.whl", hash = "sha256:37a86b45efb9a47a61a36449063e8e18d0cab3161329fc099eb21783169c4f0c"}, + {file = "pytest-9.1.1.tar.gz", hash = "sha256:1088fbde8f2b49d95a549a195707afa7a76a3ce9bcadc26b6d71f0ffda5fe313"}, ] [package.dependencies] colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""} -iniconfig = ">=1" -packaging = ">=20" +iniconfig = ">=1.0.1" +packaging = ">=22" pluggy = ">=1.5,<2" pygments = ">=2.7.2" @@ -1750,4 +1750,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "0184cbb7174f18b754db13757cab18396a085d81a257c7848715c6c696e0e89f" +content-hash = "3ccd8e99bc39ed558105036ee28b763a5f631f7e6934e04be24b55dc3287cdb7" diff --git a/pyproject.toml b/pyproject.toml index 8170b86..51a1334 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ nuitka = "^4.2.0" imageio = "^2.37.4" [tool.poetry.group.test.dependencies] -pytest = "^8.3.0" +pytest = "^9.1.1" pytest-asyncio = "^1.4.0" [tool.pytest.ini_options]