From 0d841dabc3d542c4920295805d5f0f2b45ec18b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:49:40 +0000 Subject: [PATCH] build(deps): bump dict-hash from 1.3.5 to 1.3.6 Bumps [dict-hash](https://github.com/LucaCappelletti94/dict_hash) from 1.3.5 to 1.3.6. - [Release notes](https://github.com/LucaCappelletti94/dict_hash/releases) - [Commits](https://github.com/LucaCappelletti94/dict_hash/commits/1.3.6) --- updated-dependencies: - dependency-name: dict-hash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"