diff --git a/poetry.lock b/poetry.lock index 54bdfa34..3c892ce3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "accelerate" @@ -700,13 +700,13 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "cloudpickle" -version = "3.1.0" +version = "3.1.1" description = "Pickler class to extend the standard pickle.Pickler functionality" optional = false python-versions = ">=3.8" files = [ - {file = "cloudpickle-3.1.0-py3-none-any.whl", hash = "sha256:fe11acda67f61aaaec473e3afe030feb131d78a43461b718185363384f1ba12e"}, - {file = "cloudpickle-3.1.0.tar.gz", hash = "sha256:81a929b6e3c7335c863c771d673d105f02efdb89dfaba0c90495d1c64796601b"}, + {file = "cloudpickle-3.1.1-py3-none-any.whl", hash = "sha256:c8c5a44295039331ee9dad40ba100a9c7297b6f988e50e87ccdf3765a668350e"}, + {file = "cloudpickle-3.1.1.tar.gz", hash = "sha256:b216fa8ae4019d5482a8ac3c95d8f6346115d8835911fd4aefd1a445e4242c64"}, ] [[package]] @@ -5762,4 +5762,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "840cbe31e0947439aecb3ae96d936482e2a37cc41ab729636296b5bcf515f5b7" +content-hash = "b9f8b5f26f1190548e32fe10db95d5f7acf6f9686634bd24ccb33bfccad5c980" diff --git a/pyproject.toml b/pyproject.toml index 8be6578f..b5f089bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ simple-parsing = "^0.1.5" nltk = "^3.8.1" seaborn = "^0.13.2" pandas = "^2.2.1" -cloudpickle = "^3.0.0" +cloudpickle = "^3.1.1" ipympl = "^0.9.3" dill = "^0.3.8" tqdm-multiprocess = "^0.0.11"