From 4ceeca8d6743dc521dca961651421443ffd58926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 18:04:06 +0000 Subject: [PATCH] Bump the python-runtime group across 1 directory with 2 updates Bumps the python-runtime group with 2 updates in the / directory: [2captcha-python](https://github.com/2captcha/2captcha-python) and [cryptography](https://github.com/pyca/cryptography). Updates `2captcha-python` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/2captcha/2captcha-python/releases) - [Commits](https://github.com/2captcha/2captcha-python/compare/v2.1.0...v2.1.1) Updates `cryptography` from 50.0.0 to 50.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/50.0.0...50.0.1) --- updated-dependencies: - dependency-name: 2captcha-python dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-runtime - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-runtime ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 261025d..b168507 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,8 +19,8 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] dependencies = [ - "2captcha-python==2.1.0", - "cryptography==50.0.0", + "2captcha-python==2.1.1", + "cryptography==50.0.1", "hypercorn==0.18.0", "qrcode==8.2", "quart==0.22.0", diff --git a/requirements.txt b/requirements.txt index 6186f7f..923d632 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ quart==0.22.0 hypercorn==0.18.0 requests==2.34.2 -cryptography==50.0.0 +cryptography==50.0.1 qrcode==8.2 -2captcha-python==2.1.0 +2captcha-python==2.1.1