From 33dde2155d0e87fa4ef0b9014be6d01ad1d3fd70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:44:57 +0000 Subject: [PATCH] build(deps): bump the all-python-deps group with 7 updates Bumps the all-python-deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [cachetools](https://github.com/tkem/cachetools) | `6.2.4` | `6.2.6` | | [gunicorn](https://github.com/benoitc/gunicorn) | `23.0.0` | `24.1.1` | | [numpy](https://github.com/numpy/numpy) | `2.4.0` | `2.4.2` | | [packaging](https://github.com/pypa/packaging) | `25.0` | `26.0` | | [scipy](https://github.com/scipy/scipy) | `1.16.3` | `1.17.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.6.2` | `2.6.3` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.1.4` | `3.1.5` | Updates `cachetools` from 6.2.4 to 6.2.6 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v6.2.4...v6.2.6) Updates `gunicorn` from 23.0.0 to 24.1.1 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...24.1.1) Updates `numpy` from 2.4.0 to 2.4.2 - [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.0...v2.4.2) Updates `packaging` from 25.0 to 26.0 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/25.0...26.0) Updates `scipy` from 1.16.3 to 1.17.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.16.3...v1.17.0) Updates `urllib3` from 2.6.2 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.2...2.6.3) Updates `werkzeug` from 3.1.4 to 3.1.5 - [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.4...3.1.5) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python-deps - dependency-name: gunicorn dependency-version: 24.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-python-deps - dependency-name: numpy dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python-deps - dependency-name: packaging dependency-version: '26.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-python-deps - dependency-name: scipy dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-deps - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python-deps - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python-deps ... Signed-off-by: dependabot[bot] --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7f54269..10ab8c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,24 +1,24 @@ blinker==1.9.0 -cachetools==6.2.4 +cachetools==6.2.6 certifi==2026.1.4 charset-normalizer==3.4.4 click==8.3.1 flask==3.1.2 -gunicorn==23.0.0 +gunicorn==24.1.1 idna==3.11 iniconfig==2.3.0 itsdangerous==2.2.0 jinja2==3.1.6 joblib==1.5.3 markupsafe==3.0.3 -numpy==2.4.0 -packaging==25.0 +numpy==2.4.2 +packaging==26.0 pluggy==1.6.0 pygments==2.19.2 pytest==9.0.2 requests==2.32.5 scikit-learn==1.8.0 -scipy==1.16.3 +scipy==1.17.0 threadpoolctl==3.6.0 -urllib3==2.6.2 -werkzeug==3.1.4 +urllib3==2.6.3 +werkzeug==3.1.5