greenbone / ospd

OSPd is a framework for vulnerability scanners which share the same communication protocol: OSP (Open Scanner Protocol)
GNU Affero General Public License v3.0
30 stars 36 forks source link

Bump pylint from 2.11.1 to 2.12.1 #485

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps pylint from 2.11.1 to 2.12.1.

Changelog

Sourced from pylint's changelog.

What's New in Pylint 2.12.1?

Release date: 2021-11-25

  • Require Python 3.6.2 to run pylint.

    Closes #5065

What's New in Pylint 2.12.0?

Release date: 2021-11-24

  • Upgrade astroid to 2.9.0

    Closes #4982

  • Add ability to add end_line and end_column to the --msg-template option. With the standard TextReporter this will add the line and column number of the end of a node to the output of Pylint. If these numbers are unknown, they are represented by an empty string.

  • Introduced primer tests and a configuration tests framework. The helper classes available in pylint/testutil/ are still unstable and might be modified in the near future.

    Closes #4412 #5287

  • Fix install graphiz message which isn't needed for puml output format.

  • MessageTest of the unittest testutil now requires the confidence attribute to match the expected value. If none is provided it is set to UNDEFINED.

  • add_message of the unittest testutil now actually handles the col_offset parameter and allows it to be checked against actual output in a test.

  • Fix a crash in the check_elif extensions where an undetected if in a comprehension with an if statement within a f-string resulted in an out of range error. The checker no longer relies on counting if statements anymore and uses known if statements locations instead. It should not crash on badly parsed if statements anymore.

  • Fix simplify-boolean-expression when condition can be inferred as False.

    Closes #5200

  • Fix exception when pyreverse parses property function of a class.

  • The functional testutils now accept end_lineno and end_column. Expected output files without these will trigger a DeprecationWarning. Expected output files can be easily updated with the python tests/test_functional.py --update-functional-output command.

... (truncated)

Commits
  • 2c15137 Bump pylint to 2.12.1, update changelog
  • a9c1017 Require Python 3.6.2 (#5068)
  • 1f7f2e9 Add flake8-typing-import to the pre-commit configuration (#5070)
  • e4a1935 Activate and fix existing use-set-for-membership checks (#5379)
  • 07a635c Upgrade the version to 2.12.1-dev0 following 2.12.0 release
  • f6d3d39 Bump pylint to 2.12.0, update changelog
  • f84c069 Add Copyrite configuration for Nick Pesce
  • aa048f7 Add documentation for primer and convert to command line option (#5387)
  • fa7a84f Add min_pyver_end_position option (#5386)
  • be149db Update functional test expected output (#5349)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #485 (5f3d476) into main (0edb426) will increase coverage by 75.25%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           main     #485       +/-   ##
=========================================
+ Coverage      0   75.25%   +75.25%     
=========================================
  Files         0       23       +23     
  Lines         0     2683     +2683     
=========================================
+ Hits          0     2019     +2019     
- Misses        0      664      +664     
Impacted Files Coverage Δ
ospd/timer.py 0.00% <0.00%> (ø)
ospd/server.py 32.05% <0.00%> (ø)
ospd/main.py 0.00% <0.00%> (ø)
ospd/ospd.py 73.38% <0.00%> (ø)
ospd/ospd_ssh.py 89.36% <0.00%> (ø)
ospd/command/command.py 89.15% <0.00%> (ø)
ospd/protocol.py 90.43% <0.00%> (ø)
ospd/resultlist.py 90.62% <0.00%> (ø)
ospd/scan.py 91.91% <0.00%> (ø)
ospd/vtfilter.py 82.69% <0.00%> (ø)
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0edb426...5f3d476. Read the comment docs.

dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.