diff --git a/Solutions/WithSecureElementsViaFunction/Data Connectors/requirements.txt b/Solutions/WithSecureElementsViaFunction/Data Connectors/requirements.txt index 9e1481d4633..0fadf14d349 100644 --- a/Solutions/WithSecureElementsViaFunction/Data Connectors/requirements.txt +++ b/Solutions/WithSecureElementsViaFunction/Data Connectors/requirements.txt @@ -7,7 +7,7 @@ azure-functions==1.11.2 ; python_version >= "3.10" and python_version < "3.11" certifi==2024.2.2 ; python_version >= "3.10" and python_version < "3.11" cffi==1.16.0 ; python_version >= "3.10" and python_version < "3.11" and platform_python_implementation != "PyPy" charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "3.11" -cryptography==44.0.1 ; python_version >= "3.10" and python_version < "3.11" +cryptography==46.0.5 ; python_version >= "3.10" and python_version < "3.11" idna==3.6 ; python_version >= "3.10" and python_version < "3.11" isodate==0.6.1 ; python_version >= "3.10" and python_version < "3.11" msal-extensions==1.1.0 ; python_version >= "3.10" and python_version < "3.11"