From 8f1a1f0d94ecac933f26a0f7d80c38031466bcee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:56:32 +0000 Subject: [PATCH] chore(pip-prod)(deps): bump dill from 0.3.8 to 0.3.9 Bumps [dill](https://github.com/uqfoundation/dill) from 0.3.8 to 0.3.9. - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](https://github.com/uqfoundation/dill/compare/0.3.8...0.3.9) --- updated-dependencies: - dependency-name: dill dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3883d29..4540ec8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -300,13 +300,13 @@ toml = ["tomli"] [[package]] name = "dill" -version = "0.3.8" +version = "0.3.9" description = "serialize all of Python" optional = false python-versions = ">=3.8" files = [ - {file = "dill-0.3.8-py3-none-any.whl", hash = "sha256:c36ca9ffb54365bdd2f8eb3eff7d2a21237f8452b57ace88b1ac615b7e815bd7"}, - {file = "dill-0.3.8.tar.gz", hash = "sha256:3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca"}, + {file = "dill-0.3.9-py3-none-any.whl", hash = "sha256:468dff3b89520b474c0397703366b7b95eebe6303f108adf9b19da1f702be87a"}, + {file = "dill-0.3.9.tar.gz", hash = "sha256:81aa267dddf68cbfe8029c42ca9ec6a4ab3b22371d1c450abc54422577b4512c"}, ] [package.extras] @@ -770,4 +770,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "06b40176279c3016a0038521bfae8266e9808d3f3e7cddf2a8725799563c099b" +content-hash = "9d6b1fa05dd0d49acdcf2c09334d51120c04f1980ba19c582173d08c3153c600" diff --git a/pyproject.toml b/pyproject.toml index 8ed699a..27210be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ attrs = "24.2.0" certifi = "2024.8.30" charset-normalizer = "3.3.2" click = "8.1.7" -dill = "0.3.8" +dill = "0.3.9" exceptiongroup = "1.2.2" idna = "3.10" iniconfig = "2.0.0"