Update most test/lint dependencies#300
Merged
AlexWaygood merged 2 commits intomainfrom Jan 2, 2025
Merged
Conversation
1902a02 to
72ba488
Compare
72ba488 to
81c23c9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.8.2->v0.8.3v0.8.0->v0.8.5==7.6.8->==7.6.10==9.5.45->==9.5.49==1.12.2->==1.13.0==1.13.0->==1.14.1==1.1.389->==1.1.391==8.3.3->==8.3.4==0.24.0->==0.25.1==0.13.1->==0.14.1==3.7.0.20240822->==3.7.0.20241204Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
alan-turing-institute/CleverCSV-pre-commit (alan-turing-institute/CleverCSV-pre-commit)
v0.8.3Compare Source
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)
v0.8.5Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.5
v0.8.4Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.4
v0.8.3Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.3
v0.8.2Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.2
v0.8.1Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.1
nedbat/coveragepy (coverage)
v7.6.10Compare Source
Fix: some descriptions of missing branches in HTML and LCOV reports were
incorrect when multi-line statements were involved (
issue 1874_ andissue 1875_). These are now fixed.Fix: Python 3.14
defers evaluation of annotations <pep649_>_ by moving theminto separate code objects. That code is rarely executed, so coverage.py
would mark them as missing, as reported in
issue 1908_. Now they areignored 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'tunderstand the problem or the solution, but
git bisecthelped find it,and now it's fixed.
Docs: re-wrote the :ref:
subprocesspage to put multiprocessing first and tohighlight 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:
v7.6.9Compare Source
Tomas Uribe fixed <pull 1901_>_ a performance problem in the XMLreport. Large code bases should produce XML reports much faster now.
.. _pull 1901:https://github.com/nedbat/coveragepy/pull/19011
.. _changes_7-6-8:
squidfunk/mkdocs-material (mkdocs-material)
v9.5.49: mkdocs-material-9.5.49Compare Source
v9.5.48: mkdocs-material-9.5.48Compare Source
v9.5.47: mkdocs-material-9.5.47Compare Source
Thanks go to @perpil for their contributions
v9.5.46: mkdocs-material-9.5.46Compare Source
preloadhints in privacy pluginThanks go to @nejch and @perpil for their contributions
mkdocstrings/python (mkdocstrings-python)
v1.13.0Compare Source
Compare with 1.12.2
Features
Bug Fixes
show_signature_annotationsoption for attribute signatures in headings (e93d166 by Timothée Mazzucotelli). Issue-griffe-pydantic#9__init__overloads when merging into class (af6fab3 by Timothée Mazzucotelli). Issue-212linenumsconfig forpyconexamples in docstrings (53eb82a by Timothée Mazzucotelli). Related-to-#192__init__docstring into class docstring if such inherited method wasn't selected through theinherited_membersconfiguration option (6c5b5c3 by Timothée Mazzucotelli). Issue-189Code Refactoring
*and**outside of cross-references in signatures (c4506f0 by Timothée Mazzucotelli). Needed-for-PR-216python/mypy (mypy)
v1.14.1Compare Source
v1.14.0Compare Source
RobertCraigie/pyright-python (pyright)
v1.1.391Compare Source
v1.1.390Compare Source
pytest-dev/pytest (pytest)
v8.3.4Compare Source
pytest 8.3.4 (2024-12-01)
Bug fixes
#12592: Fixed
KeyError{.interpreted-text role="class"} crash when using--import-mode=importlibin 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
--basetempoption 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
pytest-dev/pytest-asyncio (pytest-asyncio)
v0.25.1: pytest-asyncio 0.25.1Compare Source
v0.25.0: pytest-asyncio 0.25.0Compare Source
0.25.0 (2024-12-13)
@pytest.fixturein strict mode. This will become an error in a future version of flake8-asyncio. #979pytest-dev/pytest-subtests (pytest-subtests)
v0.14.1Compare Source
2024-12-09
self.instance._outcomeisNonecase in #173 (#174_)... _#174:https://github.com/pytest-dev/pytest-subtests/pull/1744
v0.14.0Compare Source
2024-12-07
Add support for Python 3.13.
Dropped support for EOL Python 3.8.
Fixed output when using
TestCase.skipTest(#169_).Fixed
pytestrequirement to>=7.3(#159_)... _#159:https://github.com/pytest-dev/pytest-subtests/issues/1599
.. _#169https://github.com/pytest-dev/pytest-subtests/pull/16969
Configuration
📅 Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.