From 617780a6ffa50e6420af186a25c9963bd916bd35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 00:22:17 +0000 Subject: [PATCH] Bump cryptography from 49.0.0 to 50.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 49.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/49.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 10 ++++++++-- requirements.in | 2 +- requirements.txt | 6 +++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b1fefa9..29a3c94 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -52,7 +52,7 @@ click==8.4.2 # via # jishaku # uvicorn -cryptography==49.0.0 +cryptography==50.0.0 # via -r requirements.in curl-cffi==0.15.0 # via -r requirements.in @@ -71,6 +71,8 @@ discord-py==2.7.1 # -r requirements.in # discord-ext-menus # jishaku +emoji==2.15.0 + # via -r requirements.in fastapi==0.139.2 # via -r requirements.in filelock==3.31.1 @@ -120,7 +122,9 @@ multidict==6.7.1 nodeenv==1.10.0 # via pyright numpy==2.5.1 - # via pandas + # via + # -r requirements.in + # pandas packageurl-python==0.17.6 # via cyclonedx-python-lib packaging==26.2 @@ -154,6 +158,8 @@ psutil==7.2.2 # via -r requirements.in py-serializable==2.1.0 # via cyclonedx-python-lib +pycountry==24.6.1 + # via -r requirements.in pycparser==3.0 # via cffi pydantic==2.13.4 diff --git a/requirements.in b/requirements.in index 8bc1021..55c2fbc 100644 --- a/requirements.in +++ b/requirements.in @@ -2,7 +2,7 @@ aiohttp==3.14.1 asyncpg==0.31.0 beautifulsoup4==4.15.0 cachetools==7.1.4 -cryptography==49.0.0 +cryptography==50.0.0 curl-cffi==0.15.0 deno==2.9.3 defusedxml==0.7.1 diff --git a/requirements.txt b/requirements.txt index 7b1afbd..d5c08ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ click==8.4.2 # via # jishaku # uvicorn -cryptography==49.0.0 +cryptography==50.0.0 # via -r requirements.in curl-cffi==0.15.0 # via -r requirements.in @@ -105,6 +105,8 @@ propcache==0.5.2 # yarl psutil==7.2.2 # via -r requirements.in +pycountry==24.6.1 + # via -r requirements.in pycparser==3.0 # via cffi pydantic==2.13.4 @@ -113,8 +115,6 @@ pydantic==2.13.4 # fastapi pydantic-core==2.46.4 # via pydantic -pycountry==24.6.1 - # via -r requirements.in pyee==13.0.1 # via playwright pygments==2.20.0