Skip to content

Commit 0cb646d

Browse files
chore(deps-dev): update pylint requirement from ~=2.16.1 to ~=2.16.2 (#829)
Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](pylint-dev/pylint@v2.16.1...v2.16.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e19f0d commit 0cb646d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ isort = "~=5.11"
1010
mypy = "~=1.0"
1111
mock = "~=5.0"
1212
pre-commit = "~=2.21"
13-
pylint = "~=2.16.1"
13+
pylint = "~=2.16.2"
1414
pytest = "~=7.2"
1515
pytest-cov = "~=4.0"
1616
python-dateutil = "~=2.8"

0 commit comments

Comments
 (0)