diff --git a/poetry.lock b/poetry.lock index a8e7116..283715c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1340,14 +1340,14 @@ testing = ["covdefaults (>=2.3)", "pytest (>=8.3.5)", "pytest-cov (>=6.1.1)", "p [[package]] name = "pytest" -version = "8.4.1" +version = "8.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, - {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, + {file = "pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"}, + {file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"}, ] [package.dependencies] @@ -2124,4 +2124,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "5466a0738ebc5d3add1aa8bde081281e418bc09adb1f0ffac0f71753ac6fd267" +content-hash = "ae3cc1efa021012dbf3704f2aa37a1d3125c96d0a820eef84ede24cba95f733d" diff --git a/pyproject.toml b/pyproject.toml index da68c54..43020be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ sphinx-immaterial = ">=0.11,<0.13" [tool.poetry.group.dev.dependencies] tbump = "^6.11.0" pre-commit = "*" -pytest = "^8.2.2" +pytest = "^8.4.2" pytest-flake8 = "=1.3.0" pytest-cov = "^6.1.1" tox = "*"