diff --git a/poetry.lock b/poetry.lock index c0be81d..524953b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2098,14 +2098,14 @@ files = [ [[package]] name = "pytest" -version = "8.3.4" +version = "7.4.4" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.7" groups = ["tests"] files = [ - {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, - {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, + {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, + {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, ] [package.dependencies] @@ -2113,11 +2113,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.5,<2" -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-codeblocks" @@ -3240,4 +3240,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "bb91f043021cc64ca3679decbeda1f177f16cf0d766a4d9554c60b0a2c18159c" +content-hash = "4e11f687dada5ecf816cf7e9271fb1bc48c28196fbf684c760325ed4bbd053a7" diff --git a/pyproject.toml b/pyproject.toml index 373641a..ac873aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ pylsp-rope = "^0.1.17" python-lsp-isort = "^0.2.0" [tool.poetry.group.tests.dependencies] -pytest = "^8.3.4" +pytest = "7.4.4" xdoctest = "^1.2.0" pytest-lazy-fixture = "^0.6.3" pytest-codeblocks = "^0.17.0"