diff --git a/poetry.lock b/poetry.lock index 624a2668..518fd143 100644 --- a/poetry.lock +++ b/poetry.lock @@ -517,18 +517,18 @@ testutils = ["gitpython (>3)"] [[package]] name = "pylint-pytest" -version = "1.1.7" +version = "1.1.8" description = "A Pylint plugin to suppress pytest-related false positives." optional = false python-versions = ">=3.6" files = [ - {file = "pylint-pytest-1.1.7.tar.gz", hash = "sha256:7a38be02c014eb6d98791eb978e79ed292f1904d3a518289c6d7ac4fb4122e98"}, - {file = "pylint_pytest-1.1.7-py3-none-any.whl", hash = "sha256:5d687a2f4b17e85654fc2a8f04944761efb11cb15dc46d008f420c377b149151"}, + {file = "pylint_pytest-1.1.8-py3-none-any.whl", hash = "sha256:8a532c1709c161406b8459bfc414c57a32a4ab488efd4bc97a22a21cb235331f"}, + {file = "pylint_pytest-1.1.8.tar.gz", hash = "sha256:5c862c88870aa8eb1b376df48ab9e820b5bdadfe37d965aa9ac567a6305955ca"}, ] [package.dependencies] pylint = ">=2" -pytest = ">=4.6" +pytest = ">=4.6,<=8.2.0" [[package]] name = "pytest" @@ -678,4 +678,4 @@ toml = ["tomli"] [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "c0a37fd575f6fc399acf170ac43f2f4a9ca74f8259ac2d5e1d01c22b81c8dfeb" +content-hash = "dbe1dd7635bce97b9cca01c211f7c74de6e0b417562d4a7cb2482cfcf3813341" diff --git a/pyproject.toml b/pyproject.toml index daea69e2..1717b976 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pycodestyle = ">=2.9.1" flake8 = "^5.0.4" pyflakes = "^2.5.0" pylint = "^3.2.2" -pylint-pytest = "^1.1.7" +pylint-pytest = "^1.1.8" pydocstyle = "^6.1.1" black = "^24.4.2" isort = "^5.13.2"