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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-30 00:56:32 +00:00 committed by Luke Tainton
parent 28ab051e1c
commit 8f1a1f0d94
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -300,13 +300,13 @@ toml = ["tomli"]
[[package]] [[package]]
name = "dill" name = "dill"
version = "0.3.8" version = "0.3.9"
description = "serialize all of Python" description = "serialize all of Python"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "dill-0.3.8-py3-none-any.whl", hash = "sha256:c36ca9ffb54365bdd2f8eb3eff7d2a21237f8452b57ace88b1ac615b7e815bd7"}, {file = "dill-0.3.9-py3-none-any.whl", hash = "sha256:468dff3b89520b474c0397703366b7b95eebe6303f108adf9b19da1f702be87a"},
{file = "dill-0.3.8.tar.gz", hash = "sha256:3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca"}, {file = "dill-0.3.9.tar.gz", hash = "sha256:81aa267dddf68cbfe8029c42ca9ec6a4ab3b22371d1c450abc54422577b4512c"},
] ]
[package.extras] [package.extras]
@ -770,4 +770,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "06b40176279c3016a0038521bfae8266e9808d3f3e7cddf2a8725799563c099b" content-hash = "9d6b1fa05dd0d49acdcf2c09334d51120c04f1980ba19c582173d08c3153c600"

View File

@ -15,7 +15,7 @@ attrs = "24.2.0"
certifi = "2024.8.30" certifi = "2024.8.30"
charset-normalizer = "3.3.2" charset-normalizer = "3.3.2"
click = "8.1.7" click = "8.1.7"
dill = "0.3.8" dill = "0.3.9"
exceptiongroup = "1.2.2" exceptiongroup = "1.2.2"
idna = "3.10" idna = "3.10"
iniconfig = "2.0.0" iniconfig = "2.0.0"