diff --git a/poetry.lock b/poetry.lock index 8f90f82..e856352 100644 --- a/poetry.lock +++ b/poetry.lock @@ -164,13 +164,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pytest" -version = "8.3.2" +version = "8.3.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, - {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, + {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] @@ -320,4 +320,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "96173d486f883c39c4e5a56a74ba5368cf85348ad1e6f8c841c17680a0891c34" +content-hash = "c418d5b27f3992af96e8d05f2df6651782e0b1a18ce1ecbd9bc07d2c189c1f8f" diff --git a/pyproject.toml b/pyproject.toml index 45f2a3e..1ca3893 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.10" [tool.poetry.group.dev.dependencies] -pytest = "^8.3.2" +pytest = "^8.3.3" pre-commit = "^3.8.0" ruff = "^0.5.7"