diff --git a/poetry.lock b/poetry.lock index f919abf4..31a5d4d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "astroid" @@ -565,13 +565,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pylint-pytest" -version = "1.1.3" +version = "1.1.6" description = "A Pylint plugin to suppress pytest-related false positives." optional = false python-versions = ">=3.6" files = [ - {file = "pylint-pytest-1.1.3.tar.gz", hash = "sha256:c12831f968973b434c1f78df6acf37b9de2f0981fadbc139942eb459a9b7bca8"}, - {file = "pylint_pytest-1.1.3-py3-none-any.whl", hash = "sha256:69de0dcf8fba357c47acc889bbd7eb423e58d8eab0274d0a5b61a895aff46bb9"}, + {file = "pylint-pytest-1.1.6.tar.gz", hash = "sha256:8a98235e0ce2f4ca7c5bb177823ed485c0c45453300fa107e10c041614140e53"}, + {file = "pylint_pytest-1.1.6-py3-none-any.whl", hash = "sha256:e9d2a778918ee0f11a763d30758008b75ad33ab234f55b83954dbcce8c8db62c"}, ] [package.dependencies] @@ -810,4 +810,4 @@ toml = ["tomli"] [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "1a961f0fc76e25327d5e692987df52fd88999c218b1e599fe5e5065deb488df8" +content-hash = "89cce2799d11f5a0dac4ce6e66c69234aaffd0d9bc45d9ddf51175adf54c33b3" diff --git a/pyproject.toml b/pyproject.toml index d9b864b8..a4a8c8ba 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.3" +pylint-pytest = "^1.1.6" pydocstyle = "^6.1.1" black = "^23.10.1" isort = "^5.11.5"