diff --git a/poetry.lock b/poetry.lock index b5ef470..854801e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -808,13 +808,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "7.4.4" +version = "8.0.2" 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.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, + {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, ] [package.dependencies] @@ -822,7 +822,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" +pluggy = ">=1.3.0,<2.0" tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] @@ -1133,4 +1133,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "2d4dd5ba2f8cf6f62636be642b3cf6bb9715d29ff8412c0186f0386fe7928def" +content-hash = "d3b0981364297cde60c038bb189319871cd18973bd47b5e47c8373dec40243e8" diff --git a/pyproject.toml b/pyproject.toml index 3517100..924b6dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pre-commit = "^3.3.3" mypy = "^1.4.1" mypy-extensions = "^1.0.0" pylint = "^2.17.4" -pytest = "^7.4.0" +pytest = ">=7.4,<9.0" pytest-cov = "^4.1.0" responses = ">=0.23.1,<0.26.0"