diff --git a/poetry.lock b/poetry.lock index 4eaa128..e6a88c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1072,13 +1072,13 @@ test = ["coverage[toml] (>=5.2)", "hypothesis", "pytest (>=6.0)", "pytest-benchm [[package]] name = "pytest" -version = "8.0.1" +version = "8.0.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, - {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, + {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, + {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, ] [package.dependencies] @@ -1491,4 +1491,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8.2" -content-hash = "b7b90d2a1a9b0ce3b14b128ae6d48e14d45baecf9d4777636714d4ac02dcf30d" +content-hash = "2c9fd9f39333a4d26abfa44a325fa5277578a8d9b08ca85afaf75de926d5ce1b" diff --git a/pyproject.toml b/pyproject.toml index 0ef6833..24346de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ coverage = "^7.4.0" flake8 = "^7.0.0" pydocstyle = "^6.3.0" pylint = "^3.0.3" -pytest = "^8.0.1" +pytest = "^8.0.2" PyYAML = "^6.0.1" toml = "^0.10.2" tabulate = "^0.9.0"