chore(pip-prod)(deps): bump dill from 0.3.8 to 0.3.9 #262

Merged
dependabot[bot] merged 1 commits from dependabot/pip/dill-0.3.9 into main 2024-09-30 08:00:42 +02:00
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -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"

View File

@ -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"