From 9d4b02d404a8dbea7ff86323f06a41c653ab8331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 18:14:43 +0000 Subject: [PATCH] Bump pylint-pytest from 1.1.2 to 1.1.3 Bumps [pylint-pytest](https://github.com/pylint-dev/pylint-pytest) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/pylint-dev/pylint-pytest/releases) - [Changelog](https://github.com/pylint-dev/pylint-pytest/blob/master/CHANGELOG.md) - [Commits](https://github.com/pylint-dev/pylint-pytest/compare/pylint-pytest-1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: pylint-pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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"