Skip to content

Commit dba1276

Browse files
Bump dill from 0.2.9 to 0.4.1
Bumps [dill](https://github.com/uqfoundation/dill) from 0.2.9 to 0.4.1. - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](uqfoundation/dill@dill-0.2.9...0.4.1) --- updated-dependencies: - dependency-name: dill dependency-version: 0.4.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f6978b1 commit dba1276

2 files changed

Lines changed: 3 additions & 19 deletions

File tree

poetry.lock

Lines changed: 2 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ isort = "^5.13.2"
3131

3232
# pylint dependencies for legacy Python versions that are not auto-resolved by Poetry
3333
typing_extensions = {version = "^4.13", python = "<3.11"}
34-
dill = {version = "^0.2.0", python = "<3.11"}
34+
dill = {version = ">=0.2,<0.5", python = "<3.11"}
3535

3636
[build-system]
3737
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)