From d2d14b415cb9cc4e7c7b8d565076642da132ec44 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Tue, 28 Nov 2023 18:34:02 +0100
Subject: [PATCH] python/cryptography: update to 41.0.7

---
 components/python/cryptography/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/python/cryptography/Makefile b/components/python/cryptography/Makefile
index 3acb42c..e80eee4 100644
--- a/components/python/cryptography/Makefile
+++ b/components/python/cryptography/Makefile
@@ -20,12 +20,12 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =		cryptography
-HUMAN_VERSION =			41.0.5
+HUMAN_VERSION =			41.0.7
 COMPONENT_SUMMARY =		cryptography - cryptography is a package which provides cryptographic recipes and primitives to Python developers.
 COMPONENT_ARCHIVE_URL =		\
-	https://files.pythonhosted.org/packages/16/a7/38fdcdd634515f589c8c723608c0f0b38d66c6c2320b3095967486f3045a/cryptography-41.0.5.tar.gz
+	https://files.pythonhosted.org/packages/ce/b3/13a12ea7edb068de0f62bac88a8ffd92cc2901881b391839851846b84a81/cryptography-41.0.7.tar.gz
 COMPONENT_ARCHIVE_HASH =	\
-	sha256:392cb88b597247177172e02da6b7a63deeff1937fa6fec3bbf902ebd75d97ec7
+	sha256:13f93ce9bea8016c253b34afc6bd6a75993e5c40672ed5405a9c832f0d4a00bc
 COMPONENT_LICENSE =		Apache-2.0 OR BSD-3-Clause
 
 TEST_STYLE = pytest

--
Gitblit v1.9.3