From 2f3d4622db5d6cbcd576a1201cf6f4ee5b9da1b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 02:28:18 +0000 Subject: [PATCH] build(deps): bump validators from 0.34.0 to 0.35.0 in /backend Bumps [validators](https://github.com/python-validators/validators) from 0.34.0 to 0.35.0. - [Release notes](https://github.com/python-validators/validators/releases) - [Changelog](https://github.com/python-validators/validators/blob/master/CHANGES.md) - [Commits](https://github.com/python-validators/validators/compare/0.34.0...0.35.0) --- updated-dependencies: - dependency-name: validators dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 9930cd3b6..e8150b0b7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -76,7 +76,7 @@ pandas==2.2.3 openpyxl==3.1.5 pyxlsb==1.0.10 xlrd==2.0.1 -validators==0.34.0 +validators==0.35.0 psutil sentencepiece soundfile==0.13.1