diff --git a/poetry.lock b/poetry.lock index 348023e..872b075 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "certifi" @@ -897,23 +897,23 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "7.4.4" +version = "8.3.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.3.1-py3-none-any.whl", hash = "sha256:e9600ccf4f563976e2c99fa02c7624ab938296551f280835ee6516df8bc4ae8c"}, + {file = "pytest-8.3.1.tar.gz", hash = "sha256:7e8e5c5abd6e93cb1cc151f23e57adc31fcf8cfd2a3ff2da63e23f732de35db6"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" +pluggy = ">=1.5,<2" [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "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-cov" @@ -1266,4 +1266,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "4b45406e8a8a91dedf1df1cb02ae454caf156ab8df123a16ea22c8b08177dd88" +content-hash = "c8c439c3d6798b7d651ae4f22a209f02e6cfa3a7e9949293192eb216e08afb92" diff --git a/pyproject.toml b/pyproject.toml index 6a3696b..f679638 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ cmem-plugin-examples = "^0.3.0" genbadge = {extras = ["coverage"], version = "^1.1.1"} mypy = "^1.10.0" pip = "^24" -pytest = "^7.4.4" +pytest = ">=7.4.4,<9.0.0" pytest-cov = "^4.1.0" pytest-dotenv = "^0.5.2" pytest-html = "^4.1.1"