Update Python dependencies (6/edge)#300
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Author
|
4a56d07 to
424b552
Compare
afddd27 to
869b59a
Compare
869b59a to
dc04d04
Compare
dc04d04 to
a8907a2
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:
^2.13.5→^2.16.0^0.1.2→^0.1.4^2.2.6→^2.4.2^7.5.0→^7.14.1~=1.9.0→~=1.9.2^4.2.0.post1→^4.3.0>=2.0→>=2.4.1^4.0.1→^4.6.0^0.21.1→^0.26.0^0.36.0→^0.43.2~=6.0.2→~=6.0.3^0.7.2→^0.15.15Release Notes
allure-framework/allure-python (allure-pytest)
v2.16.0Compare Source
🚀 New Features
👻 Internal Changes
ruff(via #888) - @kieran-ryan👀 Links
Commits since 2.15.3
canonical/allure-pytest-default-results (allure-pytest-default-results)
v0.1.4Compare Source
What's Changed
New Contributors
Full Changelog: canonical/allure-pytest-default-results@v0.1.3...v0.1.4
codespell-project/codespell (codespell)
v2.4.2Compare Source
Highlights
What's Changed
liento the rare dictionary by @nikolaik in #3631timeourtotimeoutby @jamesbraza in #3656mangitude->magnitudeby @nathanjmcdougall in #3827codespell:ignorecheck by skipping the regex in most cases by @nthykier in #3721insteam->insteadto the dictionary by @nathanjmcdougall in #3831unreliable/reliablemisspellings to dictionary by @nathanjmcdougall in #3829hypocenterto the dictionary by @nathanjmcdougall in #3830quaterto rare dictionary by @DimitriPapadopoulos in #3844appedix->appendixand variants to dictionary by @nathanjmcdougall in #3843damageby @nathanjmcdougall in #3834indiciation->indicationby @nathanjmcdougall in #3849sharability->shareabilityby @jfrost-mo in #3859outptu -> outputandoutptus -> outputsby @George-Ogden in #3860recorev -> recoverby @George-Ogden in #3862parger -> larger, pager, parker, parserby @George-Ogden in #3863fomrula->formulaby @George-Ogden in #3865reinstat -> reinstateby @George-Ogden in #3866complox -> complexby @George-Ogden in #3867unamiguous->unambiguousetc. by @nathanjmcdougall in #3875New Contributors
Full Changelog: codespell-project/codespell@v2.4.1...v2.4.2
coveragepy/coveragepy (coverage)
v7.14.1Compare Source
Fix: the HTML report used typographic niceties to make file paths more
readable by adding a small amount of space around slashes. Those spaces
interfered with searching the page for file paths of interest. Now the report
uses CSS to accomplish the same visual tweak so that searches with slashes
work correctly. Closes
issue 2170_.Add a 3.16 PyPI classifier <hugo-316_>_ since we test on the 3.16 mainbranch.
.. _issue 2170: #2170
.. _hugo-316: https://mastodon.social/@hugovk/116588523571204490
.. _changes_7-14-0:
v7.14.0Compare Source
Feature: now when running one of the reporting commands, if there are
parallel data files that need combining, they will be implicitly combined
before creating the report. There is no option to avoid the combination; let
us know if you have a use case that requires it. Thanks,
Tim Hatch <pull 2162_>. Closesissue 1781.Fix: the output from
combinewas too verbose, listing each fileconsidered. Now it shows a single line with the counts of files combined,
files skipped, and files with errors. The
-qflag suppresses this line.The old detailed lines are available with the new
--debug=combineoption.Fix: running a Python file through a symlink now sets the sys.path correctly,
matching regular Python behavior. Fixes
issue 2157_.Fix:
Collector.flush_datacould fail with "RuntimeError: Set changedsize during iteration" when a tracer in another thread added a line to the
per-file set that
add_lines(oradd_arcs) was iterating. The valuespassed to
CoverageDataare now snapshotted viadict.copy()andset.copy(), which are atomic under the GIL. Thanks,Alex Vandiver <pull 2165_>_.Fix: the soft keyword
lazyis now bolded in HTML reports.We are no longer testing eventlet support. Eventlet started issuing stern
deprecation warnings that break our tests. Our support code is still there.
.. _issue 1781: #1781
.. _issue 2157: #2157
.. _pull 2162: #2162
.. _pull 2165: #2165
.. _changes_7-13-5:
v7.13.5Compare Source
Fix:
issue 2138_ describes a memory leak that happened when repeatedlyusing the Coverage API with in-memory data. This is now fixed.
Fix: the markdown-formatted coverage report didn't fully escape special
characters in file paths (
issue 2141). This would be very unlikely tocause a problem, but now it's done properly, thanks to
Ellie Ayla <pull 2142_>.Fix: the C extension wouldn't build on VS2019, but now it does (
issue 2145_)... _issue 2138: #2138
.. _issue 2141: #2141
.. _pull 2142: #2142
.. _issue 2145: #2145
.. _changes_7-13-4:
v7.13.4Compare Source
Fix: the third-party code fix in 7.13.3 required examining the parent
directories where coverage was run. In the unusual situation that one of the
parent directories is unreadable, a PermissionError would occur, as
described in
issue 2129_. This is now fixed.Fix: in test suites that change sys.path, coverage.py could fail with
"RuntimeError: Set changed size during iteration" as described and fixed in
pull 2130_. Thanks, Noah Fatsi.We now publish ppc64le wheels, thanks to
Pankhudi Jain <pull 2121_>_... _pull 2121: #2121
.. _issue 2129: #2129
.. _pull 2130: #2130
.. _changes_7-13-3:
v7.13.3Compare Source
been, slowing down test execution. This happened with layered virtual
environments such as uv sometimes makes. The problem is fixed, closing
issue 2082_. Now any directory on sys.path that is inside a virtualenv isconsidered third-party code.
.. _issue 2082: #2082
.. _changes_7-13-2:
python-poetry/poetry-core (poetry-core)
v2.4.1Compare Source
Fixed
v2.4.0Compare Source
Changed
Vendoring
packaging==26.2tomli==2.4.1v2.3.2Compare Source
Changed
Fixed
platform_releasecould not be parsed on Debian Trixie (#930).project.readme.textin thepyproject.tomlfile resulted in broken metadata (#914).include-groupentries were lost when[tool.poetry.group]also definedinclude-groupsfor the same group (#924).<value> not in <marker>constraints was wrongly treated as always satisfied (#925).>version constraint (#921).0was treated as equal to the corresponding public version (#920).!= <version>constraint wrongly disallowed pre releases and post releases of the specified version (#929).inandnot inconstraints were wrongly not allowed by specific compound constraints (#927).setup.pyfiles were duplicated (#923).pre-commit/pre-commit (pre-commit)
v4.6.0Compare Source
==================
Features
pre-commit hook-impl: allow--hook-dirto be missing to enable easierusage with
git2.54+ git hooks.Fixes
pre-commit hook-impl:--hook-typeis required.pytest-dev/pytest-asyncio (pytest-asyncio)
v0.26.0: pytest-asyncio 0.26.0Compare Source
pytest_asyncio.fixture#1045typing-extensionsas additional dependency for Python<3.10#1045v0.25.3: pytest-asyncio 0.25.3Compare Source
v0.25.2: pytest-asyncio 0.25.2Compare Source
loop.shutdown_asyncgens()before closing the event loop to ensure async generators are closed in the same manner asasyncio.rundoes #1034v0.25.1: pytest-asyncio 0.25.1Compare Source