-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update mend: high confidence minor and patch dependency updates #70
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
base: develop
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: poetry.lock
|
|
3d86905
to
6c0d870
Compare
6c0d870
to
ebb5ba8
Compare
ebb5ba8
to
5bbb977
Compare
5bbb977
to
16f2837
Compare
This PR contains the following updates:
6.2
->6.5.0
2.15.3
->2.21.1
^0.2.3
->^0.3.0
22.4.25
->22.12.6
1.2.1
->1.5.0
4.1.1
->4.2.0
5.10.1
->5.13.2
8.2.7
->8.5.11
^0.10.0
->^0.11.0
7.0.1
->7.4.4
^0.16.0
->^0.26.0
3.6.1
->3.14.1
0.9.0
->0.9.3
Release Notes
nedbat/coveragepy (coverage)
v6.5.0
Compare Source
The JSON report now includes details of which branches were taken, and which
are missing for each file. Thanks,
Christoph Blessing <pull 1438_>
. Closesissue 1425
.Starting with coverage.py 6.2,
class
statements were marked as a branch.This wasn't right, and has been reverted, fixing
issue 1449
_. Note thiswill very slightly reduce your coverage total if you are measuring branch
coverage.
Packaging is now compliant with
PEP 517
, closingissue 1395
.A new debug option
--debug=pathmap
shows details of the remapping ofpaths that happens during combine due to the
[paths]
setting.Fix an internal problem with caching of invalid Python parsing. Found by
OSS-Fuzz, fixing their
bug 50381
_... _bug 50381: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50381
.. _PEP 517: https://peps.python.org/pep-0517/
.. _issue 139https://github.com/nedbat/coveragepy/issues/1395395
.. _issue 14https://github.com/nedbat/coveragepy/issues/14251425
.. _issue 1https://github.com/nedbat/coveragepy/issues/1449/1449
.. _pull https://github.com/nedbat/coveragepy/pull/1438l/1438
.. _changes_6-4-4:
v6.4.4
Compare Source
.. _changes_6-4-3:
v6.4.3
Compare Source
Fix a failure when combining data files if the file names contained glob-like
patterns. Thanks,
Michael Krebs and Benjamin Schubert <pull 1405_>
_.Fix a messaging failure when combining Windows data files on a different
drive than the current directory, closing
issue 1428
. Thanks,Lorenzo Micò <pull 1430_>
.Fix path calculations when running in the root directory, as you might do in
a Docker container. Thanks
Arthur Rio <pull 1403_>
_.Filtering in the HTML report wouldn't work when reloading the index page.
This is now fixed. Thanks,
Marc Legendre <pull 1413_>
_.Fix a problem with Cython code measurement, closing
issue 972
. Thanks,Matus Valo <pull 1347_>
... _issue 972:https://github.com/nedbat/coveragepy/issues/9722
.. _issue 1428https://github.com/nedbat/coveragepy/issues/142828
.. _pull 134https://github.com/nedbat/coveragepy/pull/1347347
.. _pull 14https://github.com/nedbat/coveragepy/issues/14031403
.. _pull 1https://github.com/nedbat/coveragepy/issues/1405/1405
.. _pull https://github.com/nedbat/coveragepy/issues/1413s/1413
.. _pullhttps://github.com/nedbat/coveragepy/pull/1430ll/1430
.. _changes_6-4-2:
v6.4.2
Compare Source
Updated for a small change in Python 3.11.0 beta 4: modules now start with a
line with line number 0, which is ignored. This line cannot be executed, so
coverage totals were thrown off. This line is now ignored by coverage.py,
but this also means that truly empty modules (like
__init__.py
) have nolines in them, rather than one phantom line. Fixes
issue 1419
_.Internal debugging data added to sys.modules is now an actual module, to
avoid confusing code that examines everything in sys.modules. Thanks,
Yilei Yang <pull 1399_>
_... _issue 1419:https://github.com/nedbat/coveragepy/issues/14199
.. _pull 1399https://github.com/nedbat/coveragepy/pull/139999
.. _changes_6-4-1:
v6.4.1
Compare Source
Greatly improved performance on PyPy, and other environments that need the
pure Python trace function. Thanks, Carl Friedrich Bolz-Tereick (
pull 1381
_ andpull 1388
). Slightly improved performance when using the Ctrace function, as most environments do. Closes
issue 1339
.The conditions for using tomllib from the standard library have been made
more precise, so that 3.11 alphas will continue to work. Closes
issue 1390
_... _issue 1339:https://github.com/nedbat/coveragepy/issues/13399
.. _pull 1381https://github.com/nedbat/coveragepy/pull/138181
.. _pull 138https://github.com/nedbat/coveragepy/pull/1388388
.. _issue 13https://github.com/nedbat/coveragepy/issues/13901390
.. _changes_64:
v6.4
Compare Source
with
statements could cause contained branches to beincorrectly marked as missing (
issue 1880
_). This is now fixed... _issue 1880:https://github.com/nedbat/coveragepy/issues/18800
.. _changes_7-6-3:
v6.3.3
Compare Source
Closes
issue 1367
_. Some results for generators may have changed... _issue 1367:https://github.com/nedbat/coveragepy/issues/13677
.. _changes_632:
v6.3.2
Compare Source
Fix: adapt to pypy3.9's decorator tracing behavior. It now traces function
decorators like CPython 3.8: both the @-line and the def-line are traced.
Fixes
issue 1326
_.Debug: added
pybehave
to the list of :ref:coverage debug <cmd_debug>
and :ref:
cmd_run_debug
options.Fix: show an intelligible error message if
--concurrency=multiprocessing
is used without a configuration file. Closes
issue 1320
_... _issue 1320:https://github.com/nedbat/coveragepy/issues/13200
.. _issue 1326https://github.com/nedbat/coveragepy/issues/132626
.. _changes_631:
v6.3.1
Compare Source
Fix: deadlocks could occur when terminating processes. Some of these
deadlocks (described in
issue 1310
_) are now fixed.Fix: a signal handler was being set from multiple threads, causing an error:
"ValueError: signal only works in main thread". This is now fixed, closing
issue 1312
_.Fix:
--precision
on the command-line was being ignored while considering--fail-under
. This is now fixed, thanks toMarcelo Trylesinski <pull 1317_>
_.Fix: releases no longer provide 3.11.0-alpha wheels. Coverage.py uses CPython
internal fields which are moving during the alpha phase. Fixes
issue 1316
_... _issue 1310:https://github.com/nedbat/coveragepy/issues/13100
.. _issue 1312https://github.com/nedbat/coveragepy/issues/131212
.. _issue 131https://github.com/nedbat/coveragepy/issues/1316316
.. _pull 13https://github.com/nedbat/coveragepy/pull/13171317
.. _changes_63:
v6.3
Compare Source
Fix: nested context managers could incorrectly be analyzed to flag a missing
branch on the last context manager, as described in
issue 1876
_. This isnow fixed.
Fix: the missing branch message about not exiting a module had an extra
"didn't," as described in
issue 1873
_. This is now fixed... _issue 1873:https://github.com/nedbat/coveragepy/issues/18733
.. _issue 1876https://github.com/nedbat/coveragepy/issues/187676
.. _changes_7-6-2:
horejsek/python-fastjsonschema (fastjsonschema)
v2.21.1
Compare Source
v2.21.0
Compare Source
v2.20.0
Compare Source
v2.19.1
Compare Source
v2.19.0
Compare Source
v2.18.1
Compare Source
v2.18.0
Compare Source
v2.17.1
Compare Source
v2.17.0
Compare Source
v2.16.3
Compare Source
v2.16.2
Compare Source
v2.16.1
Compare Source
v2.16.0
Compare Source
peterjc/flake8-black (flake8-black)
v0.3.6
Compare Source
v0.3.5
Compare Source
v0.3.4
Compare Source
v0.3.3
Compare Source
v0.3.2
Compare Source
v0.3.1
Compare Source
v0.3.0
Compare Source
v0.2.5
Compare Source
PyCQA/flake8-bugbear (flake8-bugbear)
v22.12.6
Compare Source
zip()
without an explicitstrict=
parameter. (#314)v22.10.27
Compare Source
v22.10.25
Compare Source
tox
(#294)pyproject.toml
package (#291)v22.9.23
Compare Source
v22.9.11
Compare Source
v22.8.23
Compare Source
v22.8.22
Compare Source
v22.7.1
Compare Source
v22.6.22
Compare Source
wemake-services/flake8-eradicate (flake8-eradicate)
v1.5.0
Features
python3.7
support, because it has almost reached its EOLflake8@​6
support and drops support offlake8<5
Misc
v1.4.0
Compare Source
Features
python3.6
supportpkg_resources
toimportlib_metadata
Misc
[email protected]
v1.3.0
Compare Source
Features
flake8@​5.0
supportgforcada/flake8-isort (flake8-isort)
v4.2.0
Compare Source
v4.1.2
Compare Source
PyCQA/isort (isort)
v5.13.2
Compare Source
v5.13.1
Compare Source
v5.13.0
Compare Source
v5.12.0
Compare Source
v5.11.5
Compare Source
v5.11.4
Compare Source
v5.11.3
Compare Source
v5.11.2
Compare Source
v5.11.1
Compare Source
colorama.init
ifcolorama
is available (#2032) @tomaarsenv5.11.0
Compare Source
black
compatibility for.pyi
files @XuehaiPanblack
, plus three settings. (#1926) @mauritsvanreeslines_before_imports
appending lines after comments (#1861) @legaumulti_line_output = 3
from "Compatibility with black" (#1858) @jdufresnesquidfunk/mkdocs-material (mkdocs-material)
v8.5.11
: mkdocs-material-8.5.11Compare Source
v8.5.10
: mkdocs-material-8.5.10Compare Source
v8.5.9
: mkdocs-material-8.5.9Compare Source
v8.5.8
: mkdocs-material-8.5.8Compare Source
white
orblack
slate
schemev8.5.7
: mkdocs-material-8.5.7Compare Source
v8.5.6
: mkdocs-material-8.5.6Compare Source
v8.5.5
: mkdocs-material-8.5.5Compare Source
v8.5.4
: mkdocs-material-8.5.4Compare Source
scrollbar-gutter
)v8.5.3
: mkdocs-material-8.5.3Compare Source
v8.5.2
: mkdocs-material-8.5.2Compare Source
v8.5.1
: mkdocs-material-8.5.1Compare Source
v8.5.0
: mkdocs-material-8.5.0Compare Source
v8.4.4
: mkdocs-material-8.4.4Compare Source
comments.html
)v8.4.3
: mkdocs-material-8.4.3Compare Source
actions.html
)v8.4.2
: mkdocs-material-8.4.2Compare Source
v8.4.1
: mkdocs-material-8.4.1Compare Source
v8.4.0
: mkdocs-material-8.4.0Compare Source
v8.3.9
: mkdocs-material-8.3.9Compare Source
v8.3.8
: mkdocs-material-8.3.8Compare Source
v8.3.7
: mkdocs-material-8.3.7Compare Source
v8.3.6
: mkdocs-material-8.3.6Compare Source
v8.3.5
: mkdocs-material-8.3.5Compare Source
v8.3.4
: mkdocs-material-8.3.4Compare Source
v8.3.3
: mkdocs-material-8.3.3Compare Source
v8.3.2
: mkdocs-material-8.3.2Compare Source
v8.3.1
: mkdocs-material-8.3.1Compare Source
v8.3.0
: mkdocs-material-8.3.0Compare Source
v8.2.16
: mkdocs-material-8.2.16Compare Source
v8.2.15
: mkdocs-material-8.2.15Compare Source
v8.2.14
: mkdocs-material-8.2.14Compare Source
4xx
status codes not handled when using instant loadingv8.2.13
: mkdocs-material-8.2.13Compare Source
v8.2.12
: mkdocs-material-8.2.12Compare Source
v8.2.11
: mkdocs-material-8.2.11Compare Source
v8.2.10
: mkdocs-material-8.2.10Compare Source
v8.2.9
: mkdocs-material-8.2.9Compare Source
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.