From 58b358e1d699369e4197ee26140f13bf2caf6d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 22:05:51 +0000 Subject: [PATCH] Bump cryptography from 43.0.1 to 44.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.0) --- 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 14ca9d4..5068a1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" authors = [{ name = "Konstantin Kovshenin", email = "kovshenin@gmail.com" }] dependencies = [ "click==8.1.7", - "cryptography==43.0.1", + "cryptography==44.0.0", "decorator==5.1.1", "fabric==3.2.2", "invoke==2.2.0",