Skip to content

Commit 089a90c

Browse files
dependabot[bot]skshetry
authored andcommitted
build(deps-dev): Bump pylint from 2.15.8 to 2.15.9
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.8 to 2.15.9. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](pylint-dev/pylint@v2.15.8...v2.15.9) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 198daec commit 089a90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ tests = [
101101
"beautifulsoup4==4.11.1",
102102
"pywin32>=225; sys_platform == 'win32'", # optional dependency
103103
# pylint requirements
104-
"pylint==2.15.8",
104+
"pylint==2.15.9",
105105
# we use this to suppress pytest-related false positives in our tests.
106106
"pylint-pytest==1.1.2",
107107
# we use this to suppress some messages in tests, eg: foo/bar naming,

0 commit comments

Comments
 (0)