diff --git a/poetry.lock b/poetry.lock index fbdcae0..70c6c52 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1033,13 +1033,13 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.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] @@ -1639,4 +1639,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "13ddd8b8a76b97626218c8ba81a836c9ef4f29fad174c913cdae8dbf1def4ac6" +content-hash = "56126bd0235d3909725a0b1613bbce402bd913858dee547981bc75fd13f7f791" diff --git a/pyproject.toml b/pyproject.toml index 91d2583..bcf6495 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ black = "^24.4.2" coverage = {extras = ["toml"], version = "^7.6.0"} docformatter = "1.7.5" mypy = "^1.11" -pytest = {extras = ["toml"], version = "^8.3.1"} +pytest = {extras = ["toml"], version = "^8.3.3"} pytest-asyncio = "^0.24.0" pytest-cov = "^5.0.0" pytest-mock = "^3.14.0"