diff --git a/poetry.lock b/poetry.lock index 54d6c09..44b43cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -655,13 +655,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.2.2" +version = "7.4.4" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.7" files = [ - {file = "pytest-8.2.2-py3-none-any.whl", hash = "sha256:c434598117762e2bd304e526244f67bf66bbd7b5d6cf22138be51ff661980343"}, - {file = "pytest-8.2.2.tar.gz", hash = "sha256:de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977"}, + {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, + {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, ] [package.dependencies] @@ -669,11 +669,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.5,<2.0" -tomli = {version = ">=1", markers = "python_version < \"3.11\""} +pluggy = ">=0.12,<2.0" +tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] -dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-testconfig" @@ -1034,4 +1034,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8bc85c1fb6eaa68c012df680557505594080721cb6ea18b5a85f2487b96daa61" +content-hash = "4706f48cd1678d2c6f5f56e4f8e8f0b75b802d9614e7093cf4745d62b1f295d7" diff --git a/pyproject.toml b/pyproject.toml index 31789dc..836971f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,5 +48,5 @@ build-backend = "poetry_dynamic_versioning.backend" python = "^3.8" pyyaml = "^6.0.1" openshift-python-wrapper = "*" -pytest = "^8.0.0" +pytest = "^7.0.0" pytest-testconfig = "^0.2.0"