Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
flake8 (changelog) ==7.1.2 -> ==7.2.0 age adoption passing confidence dependency-groups minor
pylint (changelog) ==3.3.5 -> ==3.3.7 age adoption passing confidence dependency-groups patch
pytest-cov (changelog) ==6.0 -> ==6.1.1 age adoption passing confidence dependency-groups minor
pytest-httpserver ==1.1.2 -> ==1.1.3 age adoption passing confidence dependency-groups patch
python 3.9-alpine3.17 -> 3.12-alpine3.17 age adoption passing confidence final minor
tox (changelog) ==4.24.2 -> ==4.25.0 age adoption passing confidence dependency-groups minor
yamllint ==1.36.0 -> ==1.37.1 age adoption passing confidence dependency-groups minor

Release Notes

pycqa/flake8 (flake8)

v7.2.0

Compare Source

pylint-dev/pylint (pylint)

v3.3.7

Compare Source

What's new in Pylint 3.3.7?

Release date: 2025-05-04

False Positives Fixed

  • Comparisons between two calls to type() won't raise an unidiomatic-typecheck warning anymore, consistent with the behavior applied only for == previously.

    Closes #​10161

Other Bug Fixes

  • Fixed a crash when importing a class decorator that did not exist with the same name as a class attribute after the class definition.

    Closes #​10105

  • Fix a crash caused by malformed format strings when using .format with keyword arguments.

    Closes #​10282

  • Using a slice as a class decorator now raises a not-callable message instead of crashing. A lot of checks that dealt with decorators (too many to list) are now shortcut if the decorator can't immediately be inferred to a function or class definition.

    Closes #​10334

Other Changes

  • The algorithm used for no-member suggestions is now more efficient and cuts the
    calculation when the distance score is already above the threshold.

    Refs #​10277

v3.3.6

Compare Source

What's new in Pylint 3.3.6?

Release date: 2025-03-20

False Positives Fixed

  • Fix a false positive for used-before-assignment when an inner function's return type
    annotation is a class defined at module scope.

    Closes #​9391

pytest-dev/pytest-cov (pytest-cov)

v6.1.1

Compare Source

  • Fixed breakage that occurs when --cov-context and the no_cover marker are used together.

v6.1.0

Compare Source

  • Change terminal output to use full width lines for the coverage header.
    Contributed by Tsvika Shapira in #&#8203;678 <https://github.com/pytest-dev/pytest-cov/pull/678>_.
  • Removed unnecessary CovFailUnderWarning. Fixes #&#8203;675 <https://github.com/pytest-dev/pytest-cov/issues/675>_.
  • Fixed the term report not using the precision specified via --cov-precision.
csernazs/pytest-httpserver (pytest-httpserver)

v1.1.3

Compare Source

=====

.. _Release Notes_1.1.3_Bug Fixes:

Bug Fixes

  • Run server threads with daemon flag, preventing shutdown issues.
    #&#8203;411 <https://github.com/csernazs/pytest-httpserver/pull/411>_

.. _Release Notes_1.1.2:

tox-dev/tox (tox)

v4.25.0

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.24.2...4.25.0

adrienverge/yamllint (yamllint)

v1.37.1

Compare Source

  • Rule comments: tell how many spaces are expected
  • Rule quoted-strings: Fix only-when-needed on multiline with backslash
  • Config: Report if rules is not a dict
  • Fix test_codec_built_in_equivalent() test when run with pytest
  • CI: Fix TestPyPI "dev0" versions for master commits on tags
  • Docs: Add links to GitHub repository and releases
  • Docs: Fix GitLab integration example
  • Docs: Fix GitLab integration link
  • Fix the tests badge link on the README

v1.37.0

Compare Source

  • Automatically detect Unicode character encoding of files
  • Publish pushes to master branch to TestPyPI

v1.36.2

Compare Source

  • Build: Restore missing documentation and tests in sdist

v1.36.1

Compare Source

  • Publish PyPI releases using GitHub Actions workflows

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from maxdymond May 7, 2025 08:15
@maxdymond maxdymond merged commit b1155d6 into main May 7, 2025
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch May 7, 2025 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants