From d8763bc8836b1716cf260ab3523a76796d86597c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 00:38:05 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 9 updates Bumps the pip group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.1` | `3.14.3` | | [flask](https://github.com/pallets/flask) | `3.0.0` | `3.1.3` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.0` | `1.2.2` | | [cryptography](https://github.com/pyca/cryptography) | `41.0.7` | `50.0.0` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.33.0` | | [scapy](https://github.com/secdev/scapy) | `2.5.0` | `2.7.0rc1` | | [paramiko](https://github.com/paramiko/paramiko) | `3.4.0` | `5.0.0` | | [jinja2](https://github.com/pallets/jinja) | `3.1.3` | `3.1.6` | | [eventlet](https://github.com/eventlet/eventlet) | `0.35.1` | `0.40.3` | Updates `aiohttp` from 3.9.1 to 3.14.3 - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.1...v3.14.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 `python-dotenv` from 1.0.0 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.2.2) Updates `cryptography` from 41.0.7 to 50.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...50.0.0) Updates `requests` from 2.31.0 to 2.33.0 - [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.31.0...v2.33.0) Updates `scapy` from 2.5.0 to 2.7.0rc1 - [Release notes](https://github.com/secdev/scapy/releases) - [Commits](https://github.com/secdev/scapy/compare/v2.5.0...v2.7.0rc1) Updates `paramiko` from 3.4.0 to 5.0.0 - [Commits](https://github.com/paramiko/paramiko/compare/3.4.0...5.0.0) Updates `jinja2` from 3.1.3 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/3.1.3...3.1.6) Updates `eventlet` from 0.35.1 to 0.40.3 - [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS) - [Commits](https://github.com/eventlet/eventlet/compare/v0.35.1...0.40.3) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: scapy dependency-version: 2.7.0rc1 dependency-type: direct:production dependency-group: pip - dependency-name: paramiko dependency-version: 5.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: eventlet dependency-version: 0.40.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 53e3b49..84d7e97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,17 +2,17 @@ python-telegram-bot==20.7 python-telegram-bot[job-queue]==20.7 redis==5.0.1 aioredis==2.0.1 -aiohttp==3.9.1 -flask==3.0.0 +aiohttp==3.14.3 +flask==3.1.3 flask-socketio==5.3.6 pysnmp==4.4.12 pysnmp-mibs==0.1.6 pyyaml==6.0.1 -python-dotenv==1.0.0 -cryptography==41.0.7 -requests==2.31.0 +python-dotenv==1.2.2 +cryptography==50.0.0 +requests==2.33.0 psutil==5.9.7 -scapy==2.5.0 +scapy==2.7.0rc1 nmap==0.0.1 python-nmap==0.7.1 ipaddress==1.0.23 @@ -22,9 +22,9 @@ apscheduler==3.10.4 sqlalchemy==2.0.25 aiosqlite==0.19.0 pywinrm==0.4.3 -paramiko==3.4.0 +paramiko==5.0.0 netmiko==4.3.0 rich==13.7.0 click==8.1.7 -jinja2==3.1.3 -eventlet==0.35.1 +jinja2==3.1.6 +eventlet==0.40.3