From 515778bbf6a51218a913f6227105ecdb7f051d65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:14:10 +0000 Subject: [PATCH] Bump cryptography from 41.0.7 to 42.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...42.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec186e7..2715d16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.10" version = "0.0.1" dependencies = [ - "cryptography==41.0.7", + "cryptography==42.0.2", "fastapi[all]==0.109.0", "PyJWT==2.8.0", "python-ldap==3.4.4",