From 3721d929cb5d36fe20fb7aeee2e7e315309b4e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:50:45 +0000 Subject: [PATCH] Bump the runtime group across 1 directory with 5 updates Bumps the runtime group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `43.0.0` | `47.0.0` | | [keyring](https://github.com/jaraco/keyring) | `25.3.0` | `25.7.0` | | [paramiko](https://github.com/paramiko/paramiko) | `3.4.1` | `4.0.0` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.33.1` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.5` | `4.67.3` | Updates `cryptography` from 43.0.0 to 47.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...47.0.0) Updates `keyring` from 25.3.0 to 25.7.0 - [Release notes](https://github.com/jaraco/keyring/releases) - [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/keyring/compare/v25.3.0...v25.7.0) Updates `paramiko` from 3.4.1 to 4.0.0 - [Commits](https://github.com/paramiko/paramiko/compare/3.4.1...4.0.0) Updates `requests` from 2.32.3 to 2.33.1 - [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.32.3...v2.33.1) Updates `tqdm` from 4.66.5 to 4.67.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.5...v4.67.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production update-type: version-update:semver-major dependency-group: runtime - dependency-name: keyring dependency-version: 25.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime - dependency-name: paramiko dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: runtime - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime - dependency-name: tqdm dependency-version: 4.67.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index ce9a89b..41dac56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,22 +4,22 @@ certifi==2024.7.4 cffi==1.17.0 charset-normalizer==3.3.2 colorama==0.4.6 -cryptography==43.0.0 +cryptography==47.0.0 idna==3.8 jaraco.classes==3.4.0 jaraco.context==6.0.1 jaraco.functools==4.0.2 jeepney==0.8.0 -keyring==25.3.0 +keyring==25.7.0 more-itertools==10.5.0 -paramiko==3.4.1 +paramiko==4.0.0 pycparser==2.22 pyminizip==0.2.6 PyNaCl==1.5.0 pyTelegramBotAPI==4.22.1 -requests==2.32.3 +requests==2.33.1 retrying==1.3.4 SecretStorage==3.3.3 six==1.16.0 -tqdm==4.66.5 +tqdm==4.67.3 urllib3==2.2.2