diff --git a/poetry.lock b/poetry.lock index 6a08d84..e3cec91 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "anyio" @@ -582,20 +582,20 @@ files = [ [[package]] name = "pytest" -version = "7.4.1" +version = "8.0.1" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-7.4.1-py3-none-any.whl", hash = "sha256:460c9a59b14e27c602eb5ece2e47bec99dc5fc5f6513cf924a7d03a578991b1f"}, - {file = "pytest-7.4.1.tar.gz", hash = "sha256:2f2301e797521b23e4d2585a0a3d7b5e50fdddaaf7e7d6773ea26ddb17c213ab"}, + {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, + {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" +pluggy = ">=1.3.0,<2.0" [package.extras] testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] @@ -812,4 +812,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<4.0" -content-hash = "c91ef0571903d611c4fc46919b37c0beac5bae945b9ea5ce315b928c6e17b273" +content-hash = "09bf4f69c4675fc56b09f73df7b0f0c167b4103f1103d5ee2bdedfb4e8c771b2" diff --git a/pyproject.toml b/pyproject.toml index ffcafe8..18c694f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ flake8-bugbear = "^23.7.10" isort = "^5.9.3" # Testing -pytest = "^7.1.3" +pytest = ">=7.1.3,<9.0.0" pytest-asyncio = "^0.21.1" pytest-cov = "^4.0.0" pytest-docker-tools = "^3.1.3"