diff --git a/poetry.lock b/poetry.lock index 74982037..b5e74914 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2423,23 +2423,23 @@ rsa = ["cryptography"] [[package]] name = "pytest" -version = "7.4.4" +version = "8.1.1" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, - {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, + {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, + {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" +pluggy = ">=1.4,<2.0" [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-asyncio" @@ -3843,4 +3843,4 @@ dev = ["honcho", "watchfiles"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "0278e2352904cf1830e2e5abae41f494ca09be72926f2dac3bcd3c6452e9f576" +content-hash = "223aefc7a00369c92e9f750d882128311299685c3bcbef336ef2ff5e2fe62c8b" diff --git a/pyproject.toml b/pyproject.toml index 48ae6b21..70d3faa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ black = ">=23.12,<25.0" furo = ">=2023.9.10,<2025.0.0" isort = "^5.13.2" pre-commit = "^3.6.0" -pytest = "^7.4.3" +pytest = ">=7.4.3,<9.0.0" pytest-asyncio = "^0.21.1" # 0.23 breaks the test suite (https://github.com/pytest-dev/pytest-asyncio/releases/tag/v0.23.0) respx = ">=0.20.2,<0.22.0" sphinx = "^7.2.6"