-
Notifications
You must be signed in to change notification settings - Fork 446
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
chore(deps): update bugfixes #4695
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 <callahan.kovacs@canonical.com>
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. |
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.1
Release 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.3
Compare Source
===================
Documentation improvements.
Update CI environment.
nedbat/coveragepy (coverage)
v7.4.4
Compare 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:format
setting 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.3
Compare 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.2
Compare Source
COVERAGE_CORE=sysmon
no 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.1
Compare 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.5
Compare Source
uqfoundation/dill (dill)
v0.3.8
Compare 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,dill
also has some good tools to help you discover why your object fails to pickle.dill
installs withpip
:$ pip install dill
dill
requires:- python or pypy, >=3.8
Optional requirements:
- pyreadline, >=1.7.1
(install with$ pip install dill[readline]
)- objgraph, >=1.7.2
(install with$ pip install dill[graph]
)dill
is 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.3
Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.13.2...3.13.3
v3.13.2
Compare Source
What's Changed
/tmp
by @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.1
Compare 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.1
Compare Source
jaraco/keyring (keyring)
v24.3.1
Compare Source
giampaolo/psutil (psutil)
v5.9.8
Compare 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 formin
andmax
frequencies in all Apple Silicon chips.
pydantic/pydantic (pydantic)
v1.10.14
: 2024-01-19Compare Source
What's Changed
cached_property
handling 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.2
Compare 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.355
Compare Source
v1.1.354
Compare Source
v1.1.353
Compare Source
v1.1.352
Compare Source
v1.1.351
Compare Source
sdispater/tomlkit (tomlkit)
v0.12.4
Compare Source
Fixed
|
and|=
operator for tables, and support+
and+=
operator for arrays. (#331)pypa/virtualenv (virtualenv)
v20.25.1
Compare 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.