From 45c61cc02f89ee581c52b963c19668e564b6f7f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 22:05:56 +0000 Subject: [PATCH] build(deps-dev): bump pytest-pylint from 0.18.0 to 0.19.0 Bumps [pytest-pylint](https://github.com/carsongee/pytest-pylint) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/carsongee/pytest-pylint/releases) - [Commits](https://github.com/carsongee/pytest-pylint/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: pytest-pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4ebfdbf..c21a803 100644 --- a/poetry.lock +++ b/poetry.lock @@ -678,13 +678,13 @@ tests = ["pytest-isort", "pytest-pycodestyle (>=2.3,<3.0)"] [[package]] name = "pytest-pylint" -version = "0.18.0" +version = "0.19.0" description = "pytest plugin to check source code with pylint" optional = false -python-versions = ">=3.5" +python-versions = ">=3.7" files = [ - {file = "pytest-pylint-0.18.0.tar.gz", hash = "sha256:790c7a8019fab08e59bd3812db1657a01995a975af8b1c6ce95b9aa39d61da27"}, - {file = "pytest_pylint-0.18.0-py3-none-any.whl", hash = "sha256:b63aaf8b80ff33c8ceaa7f68323ed04102c7790093ccf6bdb261a4c2dc6fd564"}, + {file = "pytest-pylint-0.19.0.tar.gz", hash = "sha256:d88e83c1023c641548a9ec3567707ceee7616632a986af133426d4a74d066932"}, + {file = "pytest_pylint-0.19.0-py3-none-any.whl", hash = "sha256:b51d3f93bed9c192e2b046f16520981bee5abe7bd61b070306e7ee685219fdd3"}, ] [package.dependencies] @@ -922,4 +922,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a1f6cd654ac1396518864485bf608e20ec16dbdecc7569791bf511b5ec8e6133" +content-hash = "e7db79cdb32d5c1cdc59e4e299383e7471c4badbf9cfa74b68c7489e8bb6e25e" diff --git a/pyproject.toml b/pyproject.toml index 87cd595..b0db41d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pytest = "^7.1.1" pytest-cov = ">=3,<5" typeguard = "^2.13.3" docformatter = "^1.4" -pytest-pylint = "^0.18.0" +pytest-pylint = ">=0.18,<0.20" pytest-mypy = "^0.9.1" pydocstyle = "^6.1.1" pytest-pydocstyle = "^2.3.0"