chore(deps): update dependency dill to v0.3.9 #83

Open
renovate-bot wants to merge 1 commit from renovate/dill-0.x into master
Member

This PR contains the following updates:

Package Update Change
dill patch ==0.3.8 -> ==0.3.9

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: https://github.com/uqfoundation/dill/compare/0.3.8...0.3.9


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dill](https://github.com/uqfoundation/dill) | patch | `==0.3.8` -> `==0.3.9` | --- ### Release Notes <details> <summary>uqfoundation/dill (dill)</summary> ### [`v0.3.9`](https://github.com/uqfoundation/dill/releases/tag/0.3.9) [Compare Source](https://github.com/uqfoundation/dill/compare/0.3.8...0.3.9) ### 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 - further skip BufferedRandomType if does not exist by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/645 - remove stray import of dbm in objects by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/646 - Add `UnpicklingError` import for `dill.load_session()` to fix [#&#8203;648](https://github.com/uqfoundation/dill/issues/648) by [@&#8203;lizy14](https://github.com/lizy14) in https://github.com/uqfoundation/dill/pull/649 - Bump idna from 3.4 to 3.7 in /docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/uqfoundation/dill/pull/653 - Bump jinja2 from 3.1.3 to 3.1.4 in /docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/uqfoundation/dill/pull/656 - Bump requests from 2.31.0 to 2.32.0 in /docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/uqfoundation/dill/pull/659 - Bump tornado from 6.3.3 to 6.4.1 in /docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/uqfoundation/dill/pull/660 - update docs requirements to rtfd 10.27.0 by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/665 - Bump certifi from 2024.2.2 to 2024.7.4 in /docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/uqfoundation/dill/pull/666 - fix fencepost error when getting source inside decorator in interpreter (fixes [#&#8203;603](https://github.com/uqfoundation/dill/issues/603)) by [@&#8203;timkpaine](https://github.com/timkpaine) in https://github.com/uqfoundation/dill/pull/651 - type check for Integral, bool by value by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/675 - diff USE_NUMPY imports numpy.ma by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/676 - adjust testing to account for frame.f_locals as a proxy in 3.13 by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/677 - better handle import strings of numpy scalars by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/678 - handle a ThreadHandleType by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/679 - more extensive testing for dill.source by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/680 - add formal support for python 3.13 by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/681 #### New Contributors - [@&#8203;lizy14](https://github.com/lizy14) made their first contribution in https://github.com/uqfoundation/dill/pull/649 - [@&#8203;timkpaine](https://github.com/timkpaine) made their first contribution in https://github.com/uqfoundation/dill/pull/651 **Full Changelog**: https://github.com/uqfoundation/dill/compare/0.3.8...0.3.9 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2024-09-29 06:03:12 +05:30
renovate-bot added 1 commit 2024-09-29 06:03:13 +05:30
chore(deps): update dependency dill to v0.3.9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
a846cc8a26
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/dill-0.x:renovate/dill-0.x
git checkout renovate/dill-0.x

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff renovate/dill-0.x
git checkout master
git merge --ff-only renovate/dill-0.x
git checkout renovate/dill-0.x
git rebase master
git checkout master
git merge --no-ff renovate/dill-0.x
git checkout master
git merge --squash renovate/dill-0.x
git checkout master
git merge --ff-only renovate/dill-0.x
git checkout master
git merge renovate/dill-0.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ForgeFlux/ftest-common-py#83
No description provided.