From 507ad5a3c68a009bb485c3724b6ba905f43f791a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 15:44:34 +0000 Subject: [PATCH] chore(deps): bump the direct-dependencies group across 1 directory with 3 updates Bumps the direct-dependencies group with 3 updates in the / directory: [numpy](https://github.com/numpy/numpy), [scipy](https://github.com/scipy/scipy) and [tqdm](https://github.com/tqdm/tqdm). Updates `numpy` from 2.4.6 to 2.5.0 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.4.6...v2.5.0) Updates `scipy` from 1.17.1 to 1.18.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.17.1...v1.18.0) Updates `tqdm` from 4.67.3 to 4.68.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...v4.68.3) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: direct-dependencies - dependency-name: scipy dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: direct-dependencies - dependency-name: tqdm dependency-version: 4.68.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: direct-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 51c779d..fc0f35e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,13 +18,13 @@ classifiers = [ dependencies = [ "dlib==20.0.1", - "numpy==2.4.6", + "numpy==2.5.0", "opencv-python==4.13.0.92", "pillow==12.2.0", "platformdirs==4.10.0", "requests==2.34.2", - "scipy==1.17.1", - "tqdm==4.67.3" + "scipy==1.18.0", + "tqdm==4.68.3" ] [project.scripts]