diff --git a/poetry.lock b/poetry.lock index e6437387..b156803a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -569,16 +569,17 @@ testutils = ["gitpython (>3)"] [[package]] name = "pylint-pytest" -version = "1.1.2" +version = "1.1.3" description = "A Pylint plugin to suppress pytest-related false positives." optional = false python-versions = ">=3.6" files = [ - {file = "pylint_pytest-1.1.2-py2.py3-none-any.whl", hash = "sha256:fb20ef318081cee3d5febc631a7b9c40fa356b05e4f769d6e60a337e58c8879b"}, + {file = "pylint-pytest-1.1.3.tar.gz", hash = "sha256:c12831f968973b434c1f78df6acf37b9de2f0981fadbc139942eb459a9b7bca8"}, + {file = "pylint_pytest-1.1.3-py3-none-any.whl", hash = "sha256:69de0dcf8fba357c47acc889bbd7eb423e58d8eab0274d0a5b61a895aff46bb9"}, ] [package.dependencies] -pylint = "*" +pylint = "<3" pytest = ">=4.6" [[package]] @@ -813,4 +814,4 @@ toml = ["tomli"] [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "28b41342e2d1b97d4cc74581d4efdc906ac82a6f8075d1f63416cf84538ec5b0" +content-hash = "a81e8dcb23f1f2e4858614711b863064121d6605dc52ffb9a44c554a0da9b888" diff --git a/pyproject.toml b/pyproject.toml index dfbb7b0b..b2943132 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pycodestyle = ">=2.9.1" flake8 = "^5.0.4" pyflakes = "^2.5.0" pylint = "^2.17.7" -pylint-pytest = "^1.1.2" +pylint-pytest = "^1.1.3" pydocstyle = "^6.1.1" black = "^23.9.1" isort = "^5.11.5"