From 8b3afc1f73bec0a972782b5ccf01ad757e0a2ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:50:51 +0000 Subject: [PATCH] build(deps): Bump the all group with 9 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn), [websockets](https://github.com/python-websockets/websockets), [pydantic](https://github.com/pydantic/pydantic), [opencv-python](https://github.com/opencv/opencv-python), [numpy](https://github.com/numpy/numpy), [pillow](https://github.com/python-pillow/Pillow), [requests](https://github.com/psf/requests) and [python-multipart](https://github.com/Kludex/python-multipart) to permit the latest version. Updates `fastapi` to 0.136.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.136.3) Updates `uvicorn` to 0.48.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.40.0...0.48.0) Updates `websockets` to 16.0 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/14.0...16.0) Updates `pydantic` to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.5...v2.13.4) Updates `opencv-python` to 4.13.0.92 - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) Updates `numpy` to 2.4.6 - [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.2.0...v2.4.6) Updates `pillow` to 12.2.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.0.0...12.2.0) Updates `requests` to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.34.2) Updates `python-multipart` to 0.0.30 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.19...0.0.30) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production dependency-group: all - dependency-name: uvicorn dependency-version: 0.48.0 dependency-type: direct:production dependency-group: all - dependency-name: websockets dependency-version: '16.0' dependency-type: direct:production dependency-group: all - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production dependency-group: all - dependency-name: opencv-python dependency-version: 4.13.0.92 dependency-type: direct:production dependency-group: all - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production dependency-group: all - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production dependency-group: all - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production dependency-group: all - dependency-name: python-multipart dependency-version: 0.0.30 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index ede8c46..379c433 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ # Phone Control Project Dependencies - Updated December 2025 -fastapi>=0.115.0 -uvicorn>=0.40.0 -websockets>=14.0 -pydantic>=2.12.5 +fastapi>=0.136.3 +uvicorn>=0.48.0 +websockets>=16.0 +pydantic>=2.13.4 adb-shell>=0.4.4 pure-python-adb>=0.3.0.dev0 -opencv-python>=4.12.0.88 -numpy>=2.2.0 -pillow>=12.0.0 -requests>=2.32.5 -python-multipart>=0.0.19 +opencv-python>=4.13.0.92 +numpy>=2.4.6 +pillow>=12.2.0 +requests>=2.34.2 +python-multipart>=0.0.30