diff --git a/poetry.lock b/poetry.lock index d4d2fcb6..2ca17326 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1795,17 +1795,18 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-black" -version = "0.3.12" +version = "0.6.0" description = "A pytest plugin to enable format checking with black" optional = false -python-versions = ">=2.7" +python-versions = ">=3.5" files = [ - {file = "pytest-black-0.3.12.tar.gz", hash = "sha256:1d339b004f764d6cd0f06e690f6dd748df3d62e6fe1a692d6a5500ac2c5b75a5"}, + {file = "pytest_black-0.6.0-py3-none-any.whl", hash = "sha256:7eb747f54b6c997497b5cbc66a988be114b92016dbfa66d210d1d1f9f6b2dc76"}, + {file = "pytest_black-0.6.0.tar.gz", hash = "sha256:ecb77455f379805cb4bd8f45a813a3754c3bbee3199adf1b3665c0dfd086b511"}, ] [package.dependencies] black = {version = "*", markers = "python_version >= \"3.6\""} -pytest = ">=3.5.0" +pytest = ">=7.0.0" toml = "*" [[package]] @@ -2363,4 +2364,4 @@ torch-pyg = ["torch"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "41cf965b91b648ca4a2e3860280614d198a45443f0deba859d02acfd5c13afed" +content-hash = "46e5eedac9928b522e965be9734117d5641f0dc2ac7ef71754f12c113073dec6" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 0cbcf2b6..1f8e3a5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,8 +56,8 @@ docker = ["docker"] [tool.poetry.group.dev.dependencies] black = "^22.3.0" +pytest-black = ">=0.3.12,<0.7.0" pytest = ">=7.1.1,<9.0.0" -pytest-black = "^0.3.12" pytest-cov = "^2.12.0" pytest-flake8 = "^1.0.7" pytest-timeout = ">=1.4.2,<3.0.0"