Skip to content
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

Merged
merged 4 commits into from
Mar 29, 2024
Merged

chore(deps): update bugfixes #4695

merged 4 commits into from
Mar 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
MarkupSafe (changelog) ==2.1.3 -> ==2.1.5 age adoption passing confidence
alabaster (changelog) ==0.7.13 -> ==0.7.16 age adoption passing confidence
cachetools ==5.3.2 -> ==5.3.3 age adoption passing confidence
coverage ==7.4.0 -> ==7.4.4 age adoption passing confidence
cryptography (changelog) ==42.0.4 -> ==42.0.5 age adoption passing confidence
dill ==0.3.7 -> ==0.3.8 age adoption passing confidence
filelock ==3.13.1 -> ==3.13.3 age adoption passing confidence
hupper (changelog) ==1.12 -> ==1.12.1 age adoption passing confidence
jaraco.classes ==3.3.0 -> ==3.3.1 age adoption passing confidence
keyring ==24.3.0 -> ==24.3.1 age adoption passing confidence
lazr.restfulclient (source) ==0.14.5 -> ==0.14.6 age adoption passing confidence
psutil ==5.9.7 -> ==5.9.8 age adoption passing confidence
psutil ==5.9.6 -> ==5.9.8 age adoption passing confidence
pydantic (changelog) ==1.10.13 -> ==1.10.14 age adoption passing confidence
pyinstaller (source) ==5.13.1 -> ==5.13.2 age adoption passing confidence
pylxd ==2.3.1 -> ==2.3.2 age adoption passing confidence
pyparsing ==3.1.1 -> ==3.1.2 age adoption passing confidence
pyright ==1.1.350 -> ==1.1.355 age adoption passing confidence
tomlkit ==0.12.3 -> ==0.12.4 age adoption passing confidence
virtualenv ==20.25.0 -> ==20.25.1 age adoption passing confidence

Release Notes

sphinx-doc/alabaster (alabaster)

v0.7.16: Alabaster 0.7.16

Compare Source

Changelog: https://alabaster.readthedocs.io/en/latest/changelog.html

v0.7.15: Alabaster 0.7.15

Compare Source

Changelog: https://alabaster.readthedocs.io/en/latest/changelog.html

v0.7.14: Alabaster 0.7.14

Compare 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 file
    could 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 file
    names 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 a
    string. Thanks, Tanaydin Sirin <pull 1754_>_. It is also now documented
    on 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

  • Fix: in some cases, coverage could fail with a RuntimeError: "Set changed
    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

  • Fix: setting COVERAGE_CORE=sysmon no longer errors on 3.11 and lower,
    thanks Hugo van Kemenade <pull 1747_>_. It now issues a warning that
    sys.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 with pip:
$ 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:

>>> import dill
>>> print (dill.license())

To cite dill:

>>> import dill
>>> print (dill.citation())

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

New 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 within
    your 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

  • 2343_, [FreeBSD]: filter net_connections()_ returned list in C instead of
    Python, 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.
  • 2342_, [NetBSD]: same as above (#​2343) but for NetBSD.
  • 2349_: adopted black formatting style.

Bug fixes

  • 930_, [NetBSD], [critical]: net_connections()_ implementation was broken.
    It could either leak memory or core dump.
  • 2340_, [NetBSD]: if process is terminated, Process.cwd()_ will return an
    empty string instead of raising NoSuchProcess_.
  • 2345_, [Linux]: fix compilation on older compiler missing DUPLEX_UNKNOWN.
  • 2222_, [macOS]: cpu_freq() now returns fixed values for min and max
    frequencies in all Apple Silicon chips.
pydantic/pydantic (pydantic)

v1.10.14: 2024-01-19

Compare Source

What's Changed

New 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
  • Support | and |= operator for tables, and support + and += operator for arrays. (#​331)
  • Fix an index error when setting dotted keys in a table. (#​332)
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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 25, 2024
@renovate renovate bot enabled auto-merge (rebase) March 25, 2024 17:51
Copy link

codecov bot commented Mar 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.56%. Comparing base (2fd3617) to head (7bf3572).

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.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/bugfixes branch 2 times, most recently from 3476302 to 121b660 Compare March 27, 2024 17:29
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
Copy link
Contributor Author

renovate bot commented Mar 28, 2024

Edited/Blocked Notification

Renovate 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 mr-cal requested review from lengau and syu-w March 28, 2024 20:34
snapcraft/remote/git.py Outdated Show resolved Hide resolved
auto-merge was automatically disabled March 29, 2024 17:00

Rebase failed

@lengau lengau merged commit c056a64 into main Mar 29, 2024
10 of 12 checks passed
@lengau lengau deleted the renovate/bugfixes branch March 29, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants