From dab6c1e70740709a1f864eeda683af8da821ec24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 22:13:36 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [asyncmy](https://github.com/long2ice/asyncmy) and [cryptography](https://github.com/pyca/cryptography). Updates `asyncmy` from 0.2.10 to 0.2.11 - [Release notes](https://github.com/long2ice/asyncmy/releases) - [Changelog](https://github.com/long2ice/asyncmy/blob/dev/CHANGELOG.md) - [Commits](https://github.com/long2ice/asyncmy/compare/v0.2.10...v0.2.11) Updates `cryptography` from 44.0.3 to 46.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.3...46.0.7) --- updated-dependencies: - dependency-name: asyncmy dependency-version: 0.2.11 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production dependency-group: pip ... 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 77cdf11db..8381bda68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "annotated-types==0.7.0", "anyio==4.9.0", "asttokens==3.0.0", - "asyncmy==0.2.10", # This is already listed + "asyncmy==0.2.11", # This is already listed "attrs==25.3.0", "backcall==0.2.0", "beautifulsoup4==4.13.4", @@ -37,7 +37,7 @@ dependencies = [ "charset-normalizer==3.4.2", "colorama==0.4.6", "contourpy==1.3.2", - "cryptography==44.0.3", + "cryptography==46.0.7", "cycler==0.12.1", "decorator==5.2.1", "defusedxml==0.7.1", diff --git a/requirements.txt b/requirements.txt index e183075b5..b9e93e749 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Core dependencies -asyncmy==0.2.10 +asyncmy==0.2.11 discord.py==2.5.2 rembg @@ -20,7 +20,7 @@ cffi==1.17.1 charset-normalizer==3.4.2 colorama==0.4.6 contourpy==1.3.2 -cryptography==44.0.3 +cryptography==46.0.7 cycler==0.12.1 decorator==5.2.1 defusedxml==0.7.1