diff --git a/poetry.lock b/poetry.lock index 585c877..0055a8d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1165,23 +1165,23 @@ cp2110 = ["hidapi"] [[package]] name = "pytest" -version = "7.4.4" +version = "8.2.0" 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.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, + {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" +pluggy = ">=1.5,<2.0" [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" @@ -1603,4 +1603,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "663b63196c2c27c64f603ad8f5b303be1d13a1deb279a8109a47094bdfbc200b" +content-hash = "43c4663a46309daf027a988cf270b3d7f723066b1011c34482dad74309ff1149" diff --git a/pyproject.toml b/pyproject.toml index c624509..54953be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ netmiko = "^4.2.0" python-dotenv = "^1.0.1" [tool.poetry.group.dev.dependencies] -pytest = "^7.4.1" +pytest = ">=7.4.1,<9.0.0" pytest-cov = ">=4.1,<6.0" blue = "^0.9.1" isort = "^5.12.0"