diff --git a/poetry.lock b/poetry.lock index b49b8f67..af2b0199 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1321,13 +1321,13 @@ test = ["pretend", "pytest (>=3.0.1)", "pytest-rerunfailures"] [[package]] name = "pytest" -version = "8.2.0" +version = "8.2.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, - {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, + {file = "pytest-8.2.2-py3-none-any.whl", hash = "sha256:c434598117762e2bd304e526244f67bf66bbd7b5d6cf22138be51ff661980343"}, + {file = "pytest-8.2.2.tar.gz", hash = "sha256:de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977"}, ] [package.dependencies] @@ -1722,4 +1722,4 @@ pgsql = [] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d7d50ad7e666f7db6cb18ddab202eed418930c9d79dd5a5a5e0b47ed8237a85c" +content-hash = "32e566a0180186e33654bcfa3abc58a01731fa631a479951aa70cfbd4a72901e" diff --git a/pyproject.toml b/pyproject.toml index 2f76ba32..3e377f9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ black = "^24.2" isort = "^5.12.0" autoflake = "^2.2.1" pre-commit = "^3.5.0" -pytest = "^8.0.1" +pytest = "^8.2.2" coverage = "^7.5.3" [tool.poetry.extras]