diff --git a/poetry.lock b/poetry.lock index 55bf6ac..ea83449 100644 --- a/poetry.lock +++ b/poetry.lock @@ -746,23 +746,23 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "8.1.1" +version = "8.2.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, - {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, + {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, + {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.4,<2.0" +pluggy = ">=1.5,<2.0" [package.extras] -testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-asyncio" @@ -1145,4 +1145,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "981a78e79194ac1ac3d86da38d903759e20d28ab2e58c1bc7ed2dc2f10112b8f" +content-hash = "51d80e4542ccd20fb0a5d4c1b7300d0a22162b3b15a98865a74ea15f55aec52b" diff --git a/pyproject.toml b/pyproject.toml index 055af45..18f48b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ mypy = "1.10.0" pre-commit = "3.7.0" pre-commit-hooks = "4.6.0" pylint = "3.1.0" -pytest = "8.1.1" +pytest = "8.2.0" pytest-asyncio = "0.23.6" pytest-cov = "5.0.0" ruff = "0.4.2"