Skip to content

Commit 73d4a52

Browse files
chore(deps): Bump pylint from 3.3.7 to 3.3.8 in /dev_requirements (#1023)
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.7 to 3.3.8. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/pylint/commit/98942ba4126a6fe1657bad77027bcc11016d16da"><code>98942ba</code></a> Bump pylint to 3.3.8, update changelog (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10486">#10486</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/6a1620ac1671455905a3c5d59b7421b05e505854"><code>6a1620a</code></a> Update pytest-benchmark requirement from ~=4.0 to ~=5.1 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10066">#10066</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10484">#10484</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/cef60cc3a557e22e70a25de121ac2810869a0256"><code>cef60cc</code></a> Fix false-negative for used-before-assignment with postponed evaluation in fu...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/5a5a9be7abcf44e55f789b8fb917f32d7a01a509"><code>5a5a9be</code></a> Fix <code>unused-variable</code> false positive when using same name for multiple except...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/6ec71ba09efcec9c39187475eefc64f16f0208bf"><code>6ec71ba</code></a> Respect docstring-min-length in docparams extension (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10104">#10104</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10434">#10434</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/fbde89024e40c2e97846a151e2e6d9b4c340fa4c"><code>fbde890</code></a> Fix Mermaid printer rendering double underscores as bold formatting (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10403">#10403</a>) ...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/51234e556d7c6054993097f2df8ae3927686a964"><code>51234e5</code></a> Fix Pyreverse: Aggregations aren't filtered according to filter mode (PUB_ONL...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/329c96798de2dcfc4fa64ec6f3eaa39a538e2186"><code>329c967</code></a> Use custom Github App to authenticate backport job (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10394">#10394</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10396">#10396</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/7038ef463fb8fe10a3906defbe69db5bfd5a8826"><code>7038ef4</code></a> [Backport maintenance/3.3.x] Resolve possibly-used-before-assignment false po...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/045f179c0e86ff3a31f7b9e329caea0976c59757"><code>045f179</code></a> Resolve <code>possibly-used-before-assignment</code> false positives from <code>match</code> block ...</li> <li>Additional commits viewable in <a href="https://github.com/pylint-dev/pylint/compare/v3.3.7...v3.3.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pylint&package-manager=pip&previous-version=3.3.7&new-version=3.3.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 572b0d8 commit 73d4a52

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

dev_requirements/requirements-linting.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#
77
astroid==3.3.10
88
# via pylint
9-
colorama==0.4.6
10-
# via pylint
119
dill==0.4.0
1210
# via pylint
1311
isort==6.0.1
@@ -16,7 +14,7 @@ mccabe==0.7.0
1614
# via pylint
1715
platformdirs==4.3.8
1816
# via pylint
19-
pylint==3.3.7
20-
# via -r .\dev_requirements\requirements-linting.in
17+
pylint==3.3.8
18+
# via -r requirements-linting.in
2119
tomlkit==0.13.3
2220
# via pylint

0 commit comments

Comments
 (0)