From 5849be98372660bf001852a46715be54cba0002c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 11:42:13 +0000 Subject: [PATCH] Bump cryptography from 48.0.0 to 48.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.0 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.0...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.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 947c26b..a0de9e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ readme = "README.md" version = "0.0.1" requires-python = ">= 3.11" dependencies = [ - "cryptography==48.0.0", + "cryptography==48.0.1", "gql[all]==4.0.0", "fastapi[all]==0.136.3", "psycopg2==2.9.12",