Skip to content

fix(deps): update dependency dill to v0.4.1#449

Open
konflux-internal-p02[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/dill-0.x
Open

fix(deps): update dependency dill to v0.4.1#449
konflux-internal-p02[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/dill-0.x

Conversation

@konflux-internal-p02

@konflux-internal-p02 konflux-internal-p02 Bot commented Feb 11, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
dill ==0.3.8==0.4.1 age confidence

Release Notes

uqfoundation/dill (dill)

v0.4.1

Compare Source

0.4.1 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.9

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

Full Changelog: uqfoundation/dill@0.4.0...0.4.1

v0.4.0

Compare Source

0.4.0 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.9...0.4.0

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


Configuration

📅 Schedule: (UTC)

  • 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 these updates again.


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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update dependency dill to v0.4.1 chore(deps): update dependency dill to v0.4.1 - autoclosed Feb 18, 2026
@konflux-internal-p02 konflux-internal-p02 Bot deleted the konflux/mintmaker/main/dill-0.x branch February 18, 2026 16:59
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update dependency dill to v0.4.1 - autoclosed chore(deps): update dependency dill to v0.4.1 Feb 21, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/main/dill-0.x branch from 2ec8566 to a686b84 Compare February 21, 2026 01:37
@konflux-internal-p02

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...


Because lm-eval depends on datasets (3.1.0) which depends on dill (>=0.3.0,<0.3.9), dill is required.
So, because lm-eval depends on dill (0.4.1), version solving failed.

@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/main/dill-0.x branch from a686b84 to 2ec8566 Compare February 21, 2026 01:37
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/main/dill-0.x branch from 2ec8566 to 1c10681 Compare March 11, 2026 17:48
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/main/dill-0.x branch from 1c10681 to 273e5ae Compare March 26, 2026 17:50
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/main/dill-0.x branch from 273e5ae to d26ffcc Compare April 3, 2026 01:46
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/main/dill-0.x branch from d26ffcc to 13ded39 Compare April 13, 2026 23:08
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/main/dill-0.x branch from 13ded39 to 8453024 Compare May 8, 2026 16:16
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update dependency dill to v0.4.1 fix(deps): update dependency dill to v0.4.1 Jun 25, 2026
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/main/dill-0.x branch from 8453024 to 17c7f7a Compare June 29, 2026 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants