From 5881012bb9038604510fab5f41198a7dabd9f891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 10:18:40 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 6 updates Bumps the pip group with 6 updates in the /cpanel directory: | Package | From | To | | --- | --- | --- | | [flask](https://github.com/pallets/flask) | `3.0.0` | `3.1.3` | | [gunicorn](https://github.com/benoitc/gunicorn) | `21.2.0` | `22.0.0` | | [pymysql](https://github.com/PyMySQL/PyMySQL) | `1.1.0` | `1.1.1` | | [cryptography](https://github.com/pyca/cryptography) | `41.0.5` | `46.0.7` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.0.1` | `3.1.6` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.6.1` | `4.6.3` | Updates `flask` from 3.0.0 to 3.1.3 - [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/3.0.0...3.1.3) Updates `gunicorn` from 21.2.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) Updates `pymysql` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyMySQL/PyMySQL/compare/v1.1.0...v1.1.1) Updates `cryptography` from 41.0.5 to 46.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...46.0.7) Updates `werkzeug` from 3.0.1 to 3.1.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/3.0.1...3.1.6) Updates `pymongo` from 4.6.1 to 4.6.3 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.6.1...4.6.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: pymysql dependency-version: 1.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: pymongo dependency-version: 4.6.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- cpanel/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cpanel/requirements.txt b/cpanel/requirements.txt index 3f3b076..0c2de32 100644 --- a/cpanel/requirements.txt +++ b/cpanel/requirements.txt @@ -1,12 +1,12 @@ -Flask==3.0.0 -gunicorn==21.2.0 +Flask==3.1.3 +gunicorn==22.0.0 psutil==5.9.6 -PyMySQL==1.1.0 -cryptography==41.0.5 -Werkzeug==3.0.1 +PyMySQL==1.1.1 +cryptography==46.0.7 +Werkzeug==3.1.6 python-dotenv==1.0.0 Flask-WTF==1.2.1 flask-sock==0.6.0 simple-websocket==1.0.0 boto3==1.34.0 -pymongo==4.6.1 +pymongo==4.6.3