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) #2041

Merged
merged 1 commit into from
Dec 17, 2024
Merged

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

merged 1 commit into from
Dec 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
astroid ==3.3.5 -> ==3.3.6 age adoption passing confidence
coverage ==7.6.7 -> ==7.6.9 age adoption passing confidence
craft-archives ==2.0.1 -> ==2.0.2 age adoption passing confidence
lazr-uri ==1.0.6 -> ==1.0.7 age adoption passing confidence
pyfakefs ==5.7.1 -> ==5.7.3 age adoption passing confidence
pylint (changelog) ==3.3.1 -> ==3.3.2 age adoption passing confidence
pytest (changelog) ==8.3.3 -> ==8.3.4 age adoption passing confidence

Release Notes

pylint-dev/astroid (astroid)

v3.3.6

Compare Source

============================
Release date: 2024-12-08

  • Fix inability to import collections.abc in python 3.13.1.

    Closes pylint-dev/pylint#10112

  • Fix crash when typing._alias() call is missing arguments.

    Closes #​2513

nedbat/coveragepy (coverage)

v7.6.9

Compare Source

  • Fix: Tomas Uribe fixed <pull 1901_>_ a performance problem in the XML
    report. Large code bases should produce XML reports much faster now.

.. _pull 1901:https://github.com/nedbat/coveragepy/pull/19011

.. _changes_7-6-8:

v7.6.8

Compare Source

  • Fix: the LCOV report code assumed that a branch line that took no branches
    meant that the entire line was unexecuted. This isn't true in a few cases:
    the line might always raise an exception, or might have been optimized away.
    Fixes issue 1896_.

  • Fix: similarly, the HTML report will now explain that a line that jumps to
    none of its expected destinations must have always raised an exception.
    Previously, it would say something nonsensical like, "line 4 didn't jump to
    line 5 because line 4 was never true, and it didn't jump to line 7 because
    line 4 was always true." This was also shown in issue 1896_.

.. _issue 1896:https://github.com/nedbat/coveragepy/issues/18966

.. _changes_7-6-7:

pytest-dev/pyfakefs (pyfakefs)

v5.7.3

Compare Source

Fixes a regression in version 5.7.3.

Fixes
  • fixed a regression in version 5.7.2 that tempfile was not patched after pause/resume
    (POSIX only, see #​1098)
  • added workaround for a recursion occurring if using pytest under Windows and Python >= 3.12
    (see #​1096)
Infrastructure
  • run pytest-specific tests for all supported Python versions
  • pytest is only supported for versions >= 6.2.5, earlier version do not work in Python >= 3.10
    due to a pytest issue - adapted tests and documentation

v5.7.2

Compare Source

Fixes some problems with patching.

Fixes
  • added some support for loading fake modules in AUTO patch mode
    using importlib.import_module (see #​1079)
  • added some support to avoid patching debugger related modules
    (see #​1083)
Performance
  • avoid reloading tempfile in Posix systems
Infrastructure
pylint-dev/pylint (pylint)

v3.3.2

Compare Source

False Positives Fixed

  • Fix a false positive for potential-index-error when an indexed iterable
    contains a starred element that evaluates to more than one item.

    Closes #​10076

Other Bug Fixes

  • Fixes the issue with --source-root option not working when the source files are in a subdirectory of the source root (e.g. when using a /src layout).

    Closes #​10026

pytest-dev/pytest (pytest)

v8.3.4

Compare Source

pytest 8.3.4 (2024-12-01)

Bug fixes

  • #​12592: Fixed KeyError{.interpreted-text role="class"} crash when using --import-mode=importlib in a directory layout where a directory contains a child directory with the same name.

  • #​12818: Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with the AST, like executing.

  • #​12849: ANSI escape codes for colored output now handled correctly in pytest.fail{.interpreted-text role="func"} with [pytrace=False]{.title-ref}.

  • #​9353: pytest.approx{.interpreted-text role="func"} now uses strict equality when given booleans.

Improved documentation

  • #​10558: Fix ambiguous docstring of pytest.Config.getoption{.interpreted-text role="func"}.

  • #​10829: Improve documentation on the current handling of the --basetemp option and its lack of retention functionality (temporary directory location and retention{.interpreted-text role="ref"}).

  • #​12866: Improved cross-references concerning the recwarn{.interpreted-text role="fixture"} fixture.

  • #​12966: Clarify filterwarnings{.interpreted-text role="ref"} docs on filter precedence/order when using multiple @pytest.mark.filterwarnings <pytest.mark.filterwarnings ref>{.interpreted-text role="ref"} marks.

Contributor-facing changes

  • #​12497: Fixed two failing pdb-related tests on Python 3.13.

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 added the dependencies Pull requests that update a dependency file label Dec 15, 2024
@lengau lengau enabled auto-merge December 15, 2024 02:14
@lengau lengau requested review from lengau and mattculler December 15, 2024 02:15
@renovate renovate bot force-pushed the renovate/main-bugfixes branch from 18ee6c8 to b3ff3bb Compare December 16, 2024 15:48
@renovate renovate bot force-pushed the renovate/main-bugfixes branch 7 times, most recently from 050cefc to 53fc549 Compare December 17, 2024 20:57
@renovate renovate bot force-pushed the renovate/main-bugfixes branch from 53fc549 to 38a2024 Compare December 17, 2024 20:59
@lengau lengau disabled auto-merge December 17, 2024 21:04
@lengau lengau merged commit 0977fbf into main Dec 17, 2024
34 checks passed
@lengau lengau deleted the renovate/main-bugfixes branch December 17, 2024 21:04
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