diff --git a/poetry.lock b/poetry.lock index 0cd7ea4b..faa0892a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -289,14 +289,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[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] @@ -409,4 +409,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "fd1858910ad1979f315548a1912f276ba5ddba0181b58b9e2f77c8f2772af49e" +content-hash = "d93dac59e6fad75210daf2bd5d8be41df74967228d3a466fcab241e604a1829b" diff --git a/pyproject.toml b/pyproject.toml index cba12d55..af12c384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ codespell = "^2.4.1" flake8 = "^7.3.0" invoke = "^2.2.0" pep8-naming = "^0.15.1" -pytest = "^8.4.1" +pytest = "^8.4.2" yamllint = "^1.37.1" [build-system]