diff --git a/poetry.lock b/poetry.lock index fc6ba8a6..99fac7a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -974,12 +974,12 @@ dev = ["PyTest", "PyTest-Cov", "bump2version (<1)", "sphinx (<2)", "tox"] [[package]] name = "dict-hash" -version = "1.3.5" +version = "1.3.6" description = "Python package to hash dictionaries using default hash, md5, sha256 and more." optional = false python-versions = "*" files = [ - {file = "dict_hash-1.3.5.tar.gz", hash = "sha256:32614b913c220100f0e06d44130bd2d96a24de5abbf5189ae3180978975f91a3"}, + {file = "dict_hash-1.3.6.tar.gz", hash = "sha256:7a59c7d6ce82ea7f00a6f11079e099562f478cc160c3a19d829dbc80fd44d10a"}, ] [package.dependencies] @@ -6303,4 +6303,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "cfa30487372bdac9da653c3d6bfd1081003830c727d5d397ac91b39a918621b2" +content-hash = "5e88d9c77b432f703515a10345bf3d7c16743f3acacc74db0f456681c25ab8f7" diff --git a/pyproject.toml b/pyproject.toml index 8652e5cd..3b805391 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ rouge-score = "^0.1.2" sacrebleu = "^2.4.3" lingua-language-detector = "^2.0.2" argilla = "^2.4.0" -dict-hash = "^1.3.4" +dict-hash = "^1.3.6" sqlalchemy = "^2.0.35" psycopg2-binary = "^2.9.9"