Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4695 +/- ##
==========================================
- Coverage 89.57% 89.56% -0.02%
==========================================
Files 339 338 -1
Lines 22647 22598 -49
==========================================
- Hits 20286 20239 -47
+ Misses 2361 2359 -2 ☔ View full report in Codecov by Sentry. |
3476302 to
121b660
Compare
121b660 to
656332f
Compare
Signed-off-by: Callahan Kovacs <[email protected]>
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
mr-cal
reviewed
Mar 28, 2024
syu-w
approved these changes
Mar 28, 2024
lengau
approved these changes
Mar 29, 2024
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.1.3->==2.1.5==0.7.13->==0.7.16==5.3.2->==5.3.3==7.4.0->==7.4.4==42.0.4->==42.0.5==0.3.7->==0.3.8==3.13.1->==3.13.3==1.12->==1.12.1==3.3.0->==3.3.1==24.3.0->==24.3.1==0.14.5->==0.14.6==5.9.7->==5.9.8==5.9.6->==5.9.8==1.10.13->==1.10.14==5.13.1->==5.13.2==2.3.1->==2.3.2==3.1.1->==3.1.2==1.1.350->==1.1.355==0.12.3->==0.12.4==20.25.0->==20.25.1Release Notes
sphinx-doc/alabaster (alabaster)
v0.7.16: Alabaster 0.7.16Compare Source
Changelog: https://alabaster.readthedocs.io/en/latest/changelog.html
v0.7.15: Alabaster 0.7.15Compare Source
Changelog: https://alabaster.readthedocs.io/en/latest/changelog.html
v0.7.14: Alabaster 0.7.14Compare Source
Changelog: https://alabaster.readthedocs.io/en/latest/changelog.html
tkem/cachetools (cachetools)
v5.3.3Compare Source
===================
Documentation improvements.
Update CI environment.
nedbat/coveragepy (coverage)
v7.4.4Compare Source
Fix: in some cases, even with
[run] relative_files=True, a data filecould be created with absolute path names. When combined with other relative
data files, it was random whether the absolute file names would be made
relative or not. If they weren't, then a file would be listed twice in
reports, as detailed in
issue 1752_. This is now fixed: absolute filenames are always made relative when combining. Thanks to Bruno Rodrigues dos
Santos for support.
Fix: the last case of a match/case statement had an incorrect message if the
branch was missed. It said the pattern never matched, when actually the
branch is missed if the last case always matched.
Fix: clicking a line number in the HTML report now positions more accurately.
Fix: the
report:formatsetting was defined as a boolean, but should be astring. Thanks,
Tanaydin Sirin <pull 1754_>_. It is also now documentedon the :ref:
configuration page <config_report_format>... _issue 1752:https://github.com/nedbat/coveragepy/issues/17522
.. _pull 1754https://github.com/nedbat/coveragepy/pull/175454
.. _changes_7-4-3:
v7.4.3Compare Source
size during iteration." This is now fixed, closing
issue 1733_... _issue 1733:https://github.com/nedbat/coveragepy/issues/17333
.. _changes_7-4-2:
v7.4.2Compare Source
COVERAGE_CORE=sysmonno longer errors on 3.11 and lower,thanks
Hugo van Kemenade <pull 1747_>_. It now issues a warning thatsys.monitoring is not available and falls back to the default core instead.
.. _pull 1747:https://github.com/nedbat/coveragepy/pull/17477
.. _changes_7-4-1:
v7.4.1Compare Source
Python 3.13.0a3 is supported.
Fix: the JSON report now includes an explicit format version number, closing
issue 1732_... _issue 1732:https://github.com/nedbat/coveragepy/issues/17322
.. _changes_7-4-0:
pyca/cryptography (cryptography)
v42.0.5Compare Source
uqfoundation/dill (dill)
v0.3.8Compare Source
0.3.8 Release Notes
With
dill, you can serialize almost anything in python, even an entire interpreter session. If you encounter any pickling failures,dillalso has some good tools to help you discover why your object fails to pickle.dillinstalls withpip:$ pip install dilldillrequires:- python or pypy, >=3.8Optional requirements:
- pyreadline, >=1.7.1(install with$ pip install dill[readline])- objgraph, >=1.7.2(install with$ pip install dill[graph])dillis licensed under 3-clause BSD:To cite
dill:What's Changed
New Contributors
Full Changelog: uqfoundation/dill@dill-0.3.7...0.3.8
tox-dev/py-filelock (filelock)
v3.13.3Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.13.2...3.13.3
v3.13.2Compare Source
What's Changed
/tmpby @kota-iizuka in https://github.com/tox-dev/filelock/pull/317New Contributors
Full Changelog: tox-dev/filelock@3.13.1...3.13.2
Pylons/hupper (hupper)
v1.12.1Compare Source
===================
Add support for Python 3.12.
Fix a blocking issue when shutting down on Windows.
Fix a race condition closing pipes when restarting the worker process.
https://github.com/Pylons/hupper/pull/83l/83
Fix issues with watchman when the server shuts down unexpectedly and when
subscriptions are canceled.
Add
hupper.get_reloader().graceful_shutdown()which can be used withinyour own app to trigger a full shutdown of the worker as well as the
monitorihttps://github.com/Pylons/hupper/pull/88pper/pull/88
jaraco/jaraco.classes (jaraco.classes)
v3.3.1Compare Source
jaraco/keyring (keyring)
v24.3.1Compare Source
giampaolo/psutil (psutil)
v5.9.8Compare Source
=====
2024-01-19
Enhancements
net_connections()_ returned list in C instead ofPython, and avoid to retrieve unnecessary connection types unless explicitly
asked. E.g., on an IDLE system with few IPv6 connections this will run around
4 times faster. Before all connection types (TCP, UDP, UNIX) were retrieved
internally, even if only a portion was returned.
Bug fixes
net_connections()_ implementation was broken.It could either leak memory or core dump.
Process.cwd()_ will return anempty string instead of raising
NoSuchProcess_.cpu_freq()now returns fixed values forminandmaxfrequencies in all Apple Silicon chips.
pydantic/pydantic (pydantic)
v1.10.14: 2024-01-19Compare Source
What's Changed
cached_propertyhandling in dataclasses when copied by @rdbisme in https://github.com/pydantic/pydantic/pull/8407New Contributors
Full Changelog: pydantic/pydantic@v1.10.13...v1.10.14
pyinstaller/pyinstaller (pyinstaller)
v5.13.2Compare Source
Please see the v5.13.2 section of the changelog for a list of the changes since v5.13.1.
RobertCraigie/pyright-python (pyright)
v1.1.355Compare Source
v1.1.354Compare Source
v1.1.353Compare Source
v1.1.352Compare Source
v1.1.351Compare Source
sdispater/tomlkit (tomlkit)
v0.12.4Compare Source
Fixed
|and|=operator for tables, and support+and+=operator for arrays. (#331)pypa/virtualenv (virtualenv)
v20.25.1Compare Source
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - "every weekend" in timezone Etc/UTC.
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.