From 938d764be732ba39e070f07d8108b305aef839ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 23:59:40 +0000 Subject: [PATCH] build(deps): bump the python-minor group with 4 updates Bumps the python-minor group with 4 updates: [pillow](https://github.com/python-pillow/Pillow), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [mypy](https://github.com/python/mypy) and [werkzeug](https://github.com/pallets/werkzeug). Updates `pillow` from 12.1.1 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.1.1...12.2.0) Updates `hypothesis` from 6.151.10 to 6.151.11 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.151.10...hypothesis-python-6.151.11) Updates `mypy` from 1.19.1 to 1.20.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.0) Updates `werkzeug` from 3.1.7 to 3.1.8 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.1.7...3.1.8) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: hypothesis dependency-version: 6.151.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: werkzeug dependency-version: 3.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor ... Signed-off-by: dependabot[bot] --- requirements-ci.in | 4 ++-- web_demo/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-ci.in b/requirements-ci.in index 56c5c89..c7434fe 100644 --- a/requirements-ci.in +++ b/requirements-ci.in @@ -7,7 +7,7 @@ maturin==1.12.6 coverage==7.13.5 flake8==7.3.0 black==26.3.1 -mypy==1.19.1 +mypy==1.20.0 bandit==1.9.4 build==1.4.2 atheris==3.0.0 @@ -16,6 +16,6 @@ pip-audit==2.10.0 pip-licenses==5.5.5 cyclonedx-bom==7.3.0 toml==0.10.2 -hypothesis==6.151.10 +hypothesis==6.151.11 cryptography==46.0.6 argon2-cffi==25.1.0 diff --git a/web_demo/requirements.txt b/web_demo/requirements.txt index 3e19bb3..b67872a 100644 --- a/web_demo/requirements.txt +++ b/web_demo/requirements.txt @@ -1,11 +1,11 @@ Flask==3.1.3 -Pillow==12.1.1 +Pillow==12.2.0 qrcode[pil]==8.2 argon2-cffi==25.1.0 cryptography==46.0.6 pyzbar==0.1.9 opencv-python==4.13.0.92 numpy>=1.24.0 -Werkzeug==3.1.7 +Werkzeug==3.1.8 # Note: imageio is NOT required (uses Pillow for GIF) # Note: No ffmpeg required (Python-only solution)