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.0) (patch) #2499

Open
wants to merge 1 commit into
base: 5.0
Choose a base branch
from

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
psycopg2 (source, changelog) ==2.9.9 -> ==2.9.10 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

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 is behind base branch, 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:20
@renovate renovate bot force-pushed the renovate/5.0-patch-all-patch-versions branch from 31805d3 to 99873cc Compare November 12, 2024 09:37
@geo-ghci-int geo-ghci-int bot added this to the 5.0.3 milestone Nov 12, 2024
@renovate renovate bot force-pushed the renovate/5.0-patch-all-patch-versions branch from 99873cc to a267fa2 Compare November 13, 2024 10:07
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