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

Update all patch versions (5.1) (patch) #2500

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dill ==0.3.8 -> ==0.3.9 age adoption passing confidence
distlib ==0.3.8 -> ==0.3.9 age adoption passing confidence
filelock ==3.12.2 -> ==3.12.4 age adoption passing confidence
tomli (changelog) ==2.0.1 -> ==2.0.2 age adoption passing confidence
webob ==1.8.8 -> ==1.8.9 age adoption passing confidence

Release Notes

uqfoundation/dill (dill)

v0.3.9

Compare Source

0.3.9 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@0.3.8...0.3.9

pypa/distlib (distlib)

v0.3.9

Compare Source

tox-dev/py-filelock (filelock)

v3.12.4

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/filelock@3.12.3...3.12.4

v3.12.3

Compare Source

What's Changed
New Contributors

Full Changelog: tox-dev/filelock@3.12.2...3.12.3

hukkin/tomli (tomli)

v2.0.2

Compare Source

  • Removed
    • Python 3.7 support
  • Improved
    • Make loads raise TypeError not AttributeError on bad input types that do not have the replace attribute.
      Improve error message when bytes is received.
  • Type annotations
    • Type annotate load input as typing.IO[bytes] (previously typing.BinaryIO).

Configuration

📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Update the dependencies label Nov 1, 2024
@renovate renovate bot enabled auto-merge (rebase) November 1, 2024 17:24
@renovate renovate bot merged commit f6aac4a into 5.1 Nov 1, 2024
6 checks passed
@renovate renovate bot deleted the renovate/5.1-patch-all-patch-versions branch November 1, 2024 17:30
@geo-ghci-int geo-ghci-int bot added this to the 5.1.8 milestone Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update the dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants