From 7c17d1a5cd5fb895ee54d70cec145cc9891c57ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 13:36:00 +0000 Subject: [PATCH] Bump cryptography from 41.0.7 to 44.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18b9f0f..2045093 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.11" quart = "^0.19.9" pygithub = "^2.1.1" pyjwt = "^2.8.0" -cryptography = "^41.0.0" +cryptography = "^44.0.1" python-dotenv = "^1.0.0" python-decouple = "^3.8" requests = "^2.31.0"