diff --git a/pyproject.toml b/pyproject.toml index 885ce31..b2cda45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dev = [ "mypy>=0.990", "poetry-plugin-export", "pymdown-extensions>=10.0.1", - "pytest>=8.0.0,<9", + "pytest>=9.0.3,<10", "pytest-asyncio>=0.20.3", "pytest-cov>=4.0.0", "pytest-factoryboy>=2.5.0", diff --git a/uv.lock b/uv.lock index 3bf8195..2cf5444 100644 --- a/uv.lock +++ b/uv.lock @@ -1625,7 +1625,7 @@ wheels = [ [[package]] name = "pytest" -version = "8.4.2" +version = "9.1.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, @@ -1634,9 +1634,9 @@ dependencies = [ { name = "pluggy" }, { name = "pygments" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a3/5c/00a0e072241553e1a7496d638deababa67c5058571567b92a7eaa258397c/pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01", size = 1519618, upload-time = "2025-09-04T14:34:22.711Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e4/47/b9efed96c114afcfa3c9d3fe98a76a1d14c74a9e266d397cf6eb64be5e01/pytest-9.1.1.tar.gz", hash = "sha256:1088fbde8f2b49d95a549a195707afa7a76a3ce9bcadc26b6d71f0ffda5fe313", size = 1636369, upload-time = "2026-06-19T10:58:32.857Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a8/a4/20da314d277121d6534b3a980b29035dcd51e6744bd79075a6ce8fa4eb8d/pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79", size = 365750, upload-time = "2025-09-04T14:34:20.226Z" }, + { url = "https://files.pythonhosted.org/packages/24/25/1de2678b631f5a49215c6c96fff41ba892b0a34df68d6d80292b1b48aa7f/pytest-9.1.1-py3-none-any.whl", hash = "sha256:37a86b45efb9a47a61a36449063e8e18d0cab3161329fc099eb21783169c4f0c", size = 386536, upload-time = "2026-06-19T10:58:31.347Z" }, ] [[package]] @@ -2070,7 +2070,7 @@ dev = [ { name = "mypy", specifier = ">=0.990" }, { name = "poetry-plugin-export" }, { name = "pymdown-extensions", specifier = ">=10.0.1" }, - { name = "pytest", specifier = ">=8.0.0,<9" }, + { name = "pytest", specifier = ">=9.0.3,<10" }, { name = "pytest-asyncio", specifier = ">=0.20.3" }, { name = "pytest-cov", specifier = ">=4.0.0" }, { name = "pytest-factoryboy", specifier = ">=2.5.0" },