Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update bugfixes (main) #2072

Merged
merged 1 commit into from
Jan 14, 2025
Merged

build(deps): update bugfixes (main) #2072

merged 1 commit into from
Jan 14, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
astral-sh/ruff-pre-commit repository patch v0.9.0 -> v0.9.1 age adoption passing confidence
astroid patch ==3.3.6 -> ==3.3.8 age adoption passing confidence
charset-normalizer (changelog) patch ==3.4.0 -> ==3.4.1 age adoption passing confidence
coverage patch ==7.6.9 -> ==7.6.10 age adoption passing confidence
pylint (changelog) patch ==3.3.2 -> ==3.3.3 age adoption passing confidence
pyparsing patch ==3.2.0 -> ==3.2.1 age adoption passing confidence
pytest-subprocess patch ==1.5.2 -> ==1.5.3 age adoption passing confidence
responses (changelog) patch ==0.25.3 -> ==0.25.5 0.25.6 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.9.1

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.9.1

pylint-dev/astroid (astroid)

v3.3.8

Compare Source

============================
Release date: 2024-12-23

  • Fix inability to import collections.abc in python 3.13.1. The reported fixes in astroid 3.3.6
    and 3.3.7 did not actually fix this issue.

    Closes pylint-dev/pylint#10112

v3.3.7

Compare Source

============================
Release date: 2024-12-20

This release was yanked.

  • Fix inability to import collections.abc in python 3.13.1. The reported fix in astroid 3.3.6
    did not actually fix this issue.

    Closes pylint-dev/pylint#10112

jawah/charset_normalizer (charset-normalizer)

v3.4.1

Compare Source

Changed
  • Project metadata are now stored using pyproject.toml instead of setup.cfg using setuptools as the build backend.
  • Enforce annotation delayed loading for a simpler and consistent types in the project.
  • Optional mypyc compilation upgraded to version 1.14 for Python >= 3.8
Added
  • pre-commit configuration.
  • noxfile.
Removed
  • build-requirements.txt as per using pyproject.toml native build configuration.
  • bin/integration.py and bin/serve.py in favor of downstream integration test (see noxfile).
  • setup.cfg in favor of pyproject.toml metadata configuration.
  • Unused utils.range_scan function.
Fixed
  • Converting content to Unicode bytes may insert utf_8 instead of preferred utf-8. (#​572)
  • Deprecation warning "'count' is passed as positional argument" when converting to Unicode bytes on Python 3.13+
nedbat/coveragepy (coverage)

v7.6.10

Compare Source

  • Fix: some descriptions of missing branches in HTML and LCOV reports were
    incorrect when multi-line statements were involved (issue 1874_ and issue 1875_). These are now fixed.

  • Fix: Python 3.14 defers evaluation of annotations <pep649_>_ by moving them
    into separate code objects. That code is rarely executed, so coverage.py
    would mark them as missing, as reported in issue 1908_. Now they are
    ignored by coverage automatically.

  • Fixed an obscure and mysterious problem on PyPy 3.10 seemingly involving
    mocks, imports, and trace functions: issue 1902_. To be honest, I don't
    understand the problem or the solution, but git bisect helped find it,
    and now it's fixed.

  • Docs: re-wrote the :ref:subprocess page to put multiprocessing first and to
    highlight the correct use of :class:multiprocessing.Pool <python:multiprocessing.pool.Pool>.

.. _issue 1874:https://github.com/nedbat/coveragepy/issues/18744
.. _issue 1875https://github.com/nedbat/coveragepy/issues/187575
.. _issue 190https://github.com/nedbat/coveragepy/issues/1902902
.. _issue 19https://github.com/nedbat/coveragepy/issues/19081908
.. _pep649: https://docs.python.org/3.14/whatsnew/3.14.html#pep-649-deferred-evaluation-of-annotations

.. _changes_7-6-9:

pylint-dev/pylint (pylint)

v3.3.3

Compare Source

What's new in Pylint 3.3.3?

Release date: 2024-12-23

False Positives Fixed

  • Fix false positives for undefined-variable for classes using Python 3.12
    generic type syntax.

    Closes #​9335

  • Fix a false positive for use-implicit-booleaness-not-len. No lint should be emitted for
    generators (len is not defined for generators).

    Refs #​10100

Other Bug Fixes

  • Fix Unable to import 'collections.abc' (import-error) on Python 3.13.1.

    Closes #​10112

aklajnert/pytest-subprocess (pytest-subprocess)

v1.5.3

Compare Source

Features

* `#&#8203;171 <https://github.com/aklajnert/pytest-subprocess/pull/171>`_, `#&#8203;178 <https://github.com/aklajnert/pytest-subprocess/pull/178>`_: Allow to access keyword arguments passed to Popen.

Bug fixes  
  • #&#8203;180 <https://github.com/aklajnert/pytest-subprocess/pull/180>_: Fixed an incorrect wait timeout calculation.
  • #&#8203;170 <https://github.com/aklajnert/pytest-subprocess/pull/170>_: Wrapped ProcessDispatcher.dispatch into FakePopenWrapper as it was causing TypeError when Popen is used as a type.
  • #&#8203;169 <https://github.com/aklajnert/pytest-subprocess/pull/169>_: Get rid of using thread in AsyncFakePopen as it causes thread.join() to hang indefinitely.
getsentry/responses (responses)

v0.25.5

Compare Source

  • Fix readme issue that prevented 0.25.4 from being published to pypi.

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 lengau as a code owner January 11, 2025 04:38
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 11, 2025
@renovate renovate bot force-pushed the renovate/main-bugfixes branch 6 times, most recently from fae2a29 to ee66443 Compare January 14, 2025 02:14
@lengau lengau requested a review from a team January 14, 2025 03:05
@renovate renovate bot force-pushed the renovate/main-bugfixes branch from ee66443 to 0c5e7d3 Compare January 14, 2025 16:12
@lengau
Copy link
Collaborator

lengau commented Jan 14, 2025

CI issue is actions/runner-images#11370

Merging despite that as the versions do wor.

@lengau lengau merged commit 7348ef5 into main Jan 14, 2025
27 of 34 checks passed
@lengau lengau deleted the renovate/main-bugfixes branch January 14, 2025 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants