From c114ef9ee5ad4ce85ccb29c61a1a1c7513046f44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:55:29 +0000 Subject: [PATCH] Bump cryptography from 41.0.4 to 41.0.5 in /client Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.4...41.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index 4f557bca..96f0ba39 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ dependencies = [ "dnspython == 2.4.2", "PyYAML == 6.0.1", - "cryptography == 41.0.4", + "cryptography == 41.0.5", "pid == 3.0.4", ]