chore: update py-cryptography version to 43.0.1

This commit is contained in:
Anton Livaja 2024-10-16 12:25:45 -04:00
parent 0356639e9a
commit 25f530bc48

View file

@ -1,6 +1,6 @@
FROM scratch AS base
ENV VERSION=41.0.7
ENV SRC_HASH=13f93ce9bea8016c253b34afc6bd6a75993e5c40672ed5405a9c832f0d4a00bc
ENV VERSION=43.0.1
ENV SRC_HASH=203e92a75716d8cfb491dc47c79e17d0d9207ccffcbcb35f598fbe463ae3444d
ENV SRC_FILE=cryptography-${VERSION}.tar.gz
ENV SRC_SITE=https://files.pythonhosted.org/packages/source/c/cryptography/${SRC_FILE}