From 2dc2e8c081676018d55216c3fa29191ce9f392a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:23:39 +0000 Subject: [PATCH] Bump cryptography from 42.0.7 to 43.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.7 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.7...43.0.1) --- updated-dependencies: - dependency-name: cryptography 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 dcbfdb8..5032028 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ readme = "README.md" version = "0.0.1" requires-python = ">= 3.11" dependencies = [ - "cryptography==42.0.7", + "cryptography==43.0.1", "gql[all]==3.5.0", "fastapi[all]==0.111.0", "psycopg2==2.9.9",