Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2022

Bumps dill from 0.3.4 to 0.3.5.

Release notes

Sourced from dill's releases.

dill-0.3.5

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, ==2.7 or >=3.7

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())
Commits
  • cdcd993 tag: dill-0.3.5
  • c4f0285 fix LONG_DOC and add project_urls
  • a5319af update readthedocs requirements
  • a16219e drop rtfd build to 3.8
  • e461ad4 Merge pull request #469 from uqfoundation/pep517
  • 2895353 parse init file for dist meta
  • 31bc270 path fixes for coverage
  • b72248b coverage paths and report for travis
  • 91a91a9 fix check for coverage in tests
  • 98a414b better check for coverage in tests
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dill](https://github.com/uqfoundation/dill) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/uqfoundation/dill/releases)
- [Commits](uqfoundation/dill@dill-0.3.4...dill-0.3.5)

---
updated-dependencies:
- dependency-name: dill
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 20, 2022
@codecov
Copy link

codecov bot commented May 20, 2022

Codecov Report

Merging #309 (6a47a97) into main (63adbe8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #309   +/-   ##
=======================================
  Coverage   98.48%   98.48%           
=======================================
  Files          10       10           
  Lines        1243     1243           
=======================================
  Hits         1224     1224           
  Misses         19       19           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 63adbe8...6a47a97. Read the comment docs.

@Anselmoo Anselmoo merged commit 523c211 into main May 20, 2022
@Anselmoo Anselmoo deleted the dependabot/pip/dill-0.3.5 branch May 20, 2022 20:42
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants