diff --git a/poetry.lock b/poetry.lock index a7769317..87692e79 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1621,13 +1621,13 @@ shiboken6 = "6.6.3.1" [[package]] name = "pytest" -version = "7.4.4" +version = "8.3.3" 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.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] @@ -1635,11 +1635,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" -tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} +pluggy = ">=1.5,<2" +tomli = {version = ">=1", markers = "python_version < \"3.11\""} [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" @@ -2180,4 +2180,4 @@ win = ["playsound", "pyImpinj", "pywin32"] [metadata] lock-version = "2.0" python-versions = "~3.8.1" -content-hash = "8a38ebea7805f83e841fa21ee7926bee764e5ceb797a1dc04189304e118e66fa" +content-hash = "9dcdcff27968cf5fa91f17405d31a9ce8ea14090b2beb3d139a74be0b45458bf" diff --git a/pyproject.toml b/pyproject.toml index 8bf9d3d0..8ff2387c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ sportident = "^1" cx_Freeze = "^6" mypy = "^1.4" poethepoet = ">=0.22,<0.31" -pytest = "^7.4" +pytest = ">=7.4,<9.0" pytest-cov = "*" pytest-deadfixtures = "*" pytest-mock = "*"