From 73e4b9a8fa1c8774663813b7a4c035ed5ca12d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 02:56:16 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 10 updates Bumps the pip group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.6.0` | `12.13.0` | | [certifi](https://github.com/certifi/python-certifi) | `2020.12.5` | `2024.7.4` | | [cryptography](https://github.com/pyca/cryptography) | `3.2.1` | `44.0.1` | | [flask](https://github.com/pallets/flask) | `1.1.2` | `2.2.5` | | [idna](https://github.com/kjd/idna) | `2.10` | `3.7` | | [jinja2](https://github.com/pallets/jinja) | `2.11.2` | `3.1.6` | | [requests](https://github.com/psf/requests) | `2.25.0` | `2.32.4` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.2` | `2.5.0` | | [werkzeug](https://github.com/pallets/werkzeug) | `1.0.1` | `3.0.6` | | [gunicorn](https://github.com/benoitc/gunicorn) | `20.0.4` | `22.0.0` | Updates `azure-storage-blob` from 12.6.0 to 12.13.0 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-storage-blob_12.6.0...azure-storage-blob_12.13.0) Updates `certifi` from 2020.12.5 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2020.12.05...2024.07.04) Updates `cryptography` from 3.2.1 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.2.1...44.0.1) Updates `flask` from 1.1.2 to 2.2.5 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.1.2...2.2.5) Updates `idna` from 2.10 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.10...v3.7) Updates `jinja2` from 2.11.2 to 3.1.6 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.11.2...3.1.6) Updates `requests` from 2.25.0 to 2.32.4 - [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.25.0...v2.32.4) Updates `urllib3` from 1.26.2 to 2.5.0 - [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/1.26.2...2.5.0) Updates `werkzeug` from 1.0.1 to 3.0.6 - [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/1.0.1...3.0.6) Updates `gunicorn` from 20.0.4 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.0.4...22.0.0) --- updated-dependencies: - dependency-name: azure-storage-blob dependency-version: 12.13.0 dependency-type: direct:production dependency-group: pip - dependency-name: certifi dependency-version: 2024.7.4 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-version: 2.2.5 dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-version: '3.7' dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-version: 3.0.6 dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5a5da1f..c73bb0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,28 +1,28 @@ aniso8601==8.1.0 autopep8==1.5.4 azure-core==1.9.0 -azure-storage-blob==12.6.0 -certifi==2020.12.5 +azure-storage-blob==12.13.0 +certifi==2024.7.4 cffi==1.14.4 chardet==3.0.4 click==7.1.2 -cryptography==3.2.1 -Flask==1.1.2 +cryptography==44.0.1 +Flask==2.2.5 Flask-RESTful==0.3.8 -idna==2.10 +idna==3.7 isodate==0.6.0 itsdangerous==1.1.0 -Jinja2==2.11.2 +Jinja2==3.1.6 MarkupSafe==1.1.1 msrest==0.6.19 oauthlib==3.1.0 pycodestyle==2.6.0 pycparser==2.20 pytz==2020.4 -requests==2.25.0 +requests==2.32.4 requests-oauthlib==1.3.0 six==1.15.0 toml==0.10.2 -urllib3==1.26.2 -Werkzeug==1.0.1 -gunicorn==20.0.4 +urllib3==2.5.0 +Werkzeug==3.0.6 +gunicorn==22.0.0