From 1a392fffec8cda13f717bd6679ee1d13ec2da4ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 00:57:45 +0000 Subject: [PATCH] Bump cryptography from 41.0.7 to 42.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...42.0.1) --- 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 3492f23..ffe6894 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.1", "fastapi[all]==0.105.0", "PyJWT==2.8.0", "python-ldap==3.4.4",