From 4eebde4a0592e3c72dc2737769ce3185e5847073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 18:51:42 +0000 Subject: [PATCH] chore(deps): bump cryptography from 42.0.8 to 44.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1220209..779e0ad 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ zip_safe=False, install_requires=[ 'pyasn1==0.4.8', - 'cryptography==42.0.8', + 'cryptography==44.0.1', ], keywords='npki 공인인증서 공동인증서 korean pki certificate', platforms='OS Independent',