From 88f64f65b803c9621f556ee6e65383e88113b76a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:44:47 +0000 Subject: [PATCH] chore(deps): bump the direct-dependencies group across 1 directory with 5 updates Bumps the direct-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.4.6` | `2.5.0` | | [opencv-python](https://github.com/opencv/opencv-python) | `4.13.0.92` | `5.0.0.93` | | [pillow](https://github.com/python-pillow/Pillow) | `12.2.0` | `12.3.0` | | [scipy](https://github.com/scipy/scipy) | `1.17.1` | `1.18.0` | | [tqdm](https://github.com/tqdm/tqdm) | `4.67.3` | `4.68.3` | 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 `opencv-python` from 4.13.0.92 to 5.0.0.93 - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) Updates `pillow` from 12.2.0 to 12.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.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: opencv-python dependency-version: 5.0.0.93 dependency-type: direct:production update-type: version-update:semver-major dependency-group: direct-dependencies - dependency-name: pillow dependency-version: 12.3.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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 51c779d..40b828d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,13 +18,13 @@ classifiers = [ dependencies = [ "dlib==20.0.1", - "numpy==2.4.6", - "opencv-python==4.13.0.92", - "pillow==12.2.0", + "numpy==2.5.0", + "opencv-python==5.0.0.93", + "pillow==12.3.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]