diff --git a/poetry.lock b/poetry.lock index 6732819..d78867a 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 = "cf66259fedcebd22bfae962b20b3a00a095b3f4970fc39eb13c541163eee5735" +content-hash = "c105833f50f06c782a6fa323f213d039141817b54a9c1365641508cf6512a562" diff --git a/pyproject.toml b/pyproject.toml index 952da04..5edfabc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ nuitka = "^4.1.3" 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]