Skip to content

Commit 0041491

Browse files
build(deps-dev): bump pytest-pylint from 0.18.0 to 0.19.0 (#37)
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](carsongee/pytest-pylint@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 606c5c9 commit 0041491

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pytest = "^7.1.2"
1919
pytest-asyncio = ">=0.18.3,<0.22.0"
2020
pytest-cov = "^4.1.0"
2121
docformatter = "^1.4"
22-
pytest-pylint = "^0.18.0"
22+
pytest-pylint = ">=0.18,<0.20"
2323
pytest-mypy = "^0.9.1"
2424
pydocstyle = "^6.1.1"
2525
pytest-pydocstyle = "^2.3.0"

0 commit comments

Comments
 (0)