From f1fe04b8c5c3c1c6a1b0e2ac9fa5e5a892d9cd63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:22:30 +0000 Subject: [PATCH] build(deps-dev): bump cryptography from 41.0.7 to 42.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...42.0.0) --- 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 cf50b30c..5fe6d18e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "anyio==4.0.0", "APScheduler==3.10.4", "certifi==2023.7.22", - "cryptography==41.0.7", + "cryptography==42.0.0", "h11==0.14.0", "httpcore==0.18.0", "httpx==0.25.0",