From e7d80bb8bf7cae420bcd4e2f3eb4df0629d37252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Adorna=20Ruiz?= Date: Tue, 30 Sep 2025 15:48:24 +0200 Subject: [PATCH] Update cryptography dependency --- .../TS29222_CAPIF_API_Invoker_Management_API/requirements.txt | 2 +- .../requirements.txt | 2 +- .../TS29222_CAPIF_Access_Control_Policy_API/requirements.txt | 2 +- services/TS29222_CAPIF_Auditing_API/requirements.txt | 4 ++-- services/TS29222_CAPIF_Discover_Service_API/requirements.txt | 2 +- services/TS29222_CAPIF_Events_API/requirements.txt | 4 ++-- .../TS29222_CAPIF_Logging_API_Invocation_API/requirements.txt | 4 ++-- services/TS29222_CAPIF_Publish_Service_API/requirements.txt | 2 +- services/TS29222_CAPIF_Security_API/requirements.txt | 2 +- services/helper/requirements.txt | 2 +- services/register/requirements.txt | 2 +- tools/robot/basicRequirements.txt | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/services/TS29222_CAPIF_API_Invoker_Management_API/requirements.txt b/services/TS29222_CAPIF_API_Invoker_Management_API/requirements.txt index 0919bade..0db19322 100644 --- a/services/TS29222_CAPIF_API_Invoker_Management_API/requirements.txt +++ b/services/TS29222_CAPIF_API_Invoker_Management_API/requirements.txt @@ -6,7 +6,7 @@ Flask == 3.0.3 pymongo == 4.7.3 redis == 4.5.4 flask_jwt_extended == 4.6.0 -cryptography == 43.0.1 +cryptography == 46.0.1 rfc3987 == 1.3.8 opentelemetry-instrumentation == 0.41b0 opentelemetry-instrumentation-flask == 0.41b0 diff --git a/services/TS29222_CAPIF_API_Provider_Management_API/requirements.txt b/services/TS29222_CAPIF_API_Provider_Management_API/requirements.txt index 03d98900..5c362aee 100644 --- a/services/TS29222_CAPIF_API_Provider_Management_API/requirements.txt +++ b/services/TS29222_CAPIF_API_Provider_Management_API/requirements.txt @@ -6,7 +6,7 @@ Flask == 3.0.3 pymongo == 4.7.3 redis == 4.5.4 flask_jwt_extended == 4.6.0 -cryptography == 42.0.8 +cryptography == 46.0.1 rfc3987 == 1.3.8 opentelemetry-instrumentation == 0.40b0 opentelemetry-instrumentation-flask == 0.40b0 diff --git a/services/TS29222_CAPIF_Access_Control_Policy_API/requirements.txt b/services/TS29222_CAPIF_Access_Control_Policy_API/requirements.txt index be25f2ec..02f71f6c 100644 --- a/services/TS29222_CAPIF_Access_Control_Policy_API/requirements.txt +++ b/services/TS29222_CAPIF_Access_Control_Policy_API/requirements.txt @@ -6,7 +6,7 @@ Flask == 3.0.3 pymongo == 4.7.3 redis == 4.5.4 flask_jwt_extended == 4.6.0 -cryptography == 42.0.8 +cryptography == 46.0.1 opentelemetry-instrumentation == 0.40b0 opentelemetry-instrumentation-flask == 0.40b0 opentelemetry-instrumentation-redis == 0.40b0 diff --git a/services/TS29222_CAPIF_Auditing_API/requirements.txt b/services/TS29222_CAPIF_Auditing_API/requirements.txt index efb6b14c..900c4776 100644 --- a/services/TS29222_CAPIF_Auditing_API/requirements.txt +++ b/services/TS29222_CAPIF_Auditing_API/requirements.txt @@ -6,7 +6,7 @@ Flask == 3.0.3 pymongo == 4.7.3 elasticsearch == 8.4.3 flask_jwt_extended == 4.6.0 -cryptography == 42.0.8 +cryptography == 46.0.1 opentelemetry-instrumentation == 0.40b0 opentelemetry-instrumentation-flask == 0.40b0 opentelemetry-instrumentation-redis == 0.40b0 @@ -19,6 +19,6 @@ opentelemetry-api == 1.19.0 opentelemetry-sdk == 1.19.0 flask_executor == 1.0.0 werkzeug == 3.0.4 -pyopenssl == 24.1.0 +pyopenssl == 25.3.0 gunicorn == 23.0.0 packaging == 24.0 diff --git a/services/TS29222_CAPIF_Discover_Service_API/requirements.txt b/services/TS29222_CAPIF_Discover_Service_API/requirements.txt index c43d33fd..881ad9b9 100644 --- a/services/TS29222_CAPIF_Discover_Service_API/requirements.txt +++ b/services/TS29222_CAPIF_Discover_Service_API/requirements.txt @@ -6,7 +6,7 @@ Flask == 3.0.3 pymongo == 4.7.3 redis == 4.5.4 flask_jwt_extended == 4.6.0 -cryptography == 42.0.8 +cryptography == 46.0.1 rfc3987 == 1.3.8 opentelemetry-instrumentation == 0.40b0 opentelemetry-instrumentation-flask == 0.40b0 diff --git a/services/TS29222_CAPIF_Events_API/requirements.txt b/services/TS29222_CAPIF_Events_API/requirements.txt index ec944d48..618f0c33 100644 --- a/services/TS29222_CAPIF_Events_API/requirements.txt +++ b/services/TS29222_CAPIF_Events_API/requirements.txt @@ -6,7 +6,7 @@ Flask == 3.0.3 pymongo == 4.7.3 redis == 4.5.4 flask_jwt_extended == 4.6.0 -cryptography == 42.0.8 +cryptography == 46.0.1 rfc3987 == 1.3.8 opentelemetry-instrumentation == 0.40b0 opentelemetry-instrumentation-flask == 0.40b0 @@ -23,6 +23,6 @@ Flask-APScheduler == 1.13.1 aiohttp == 3.10.5 async-timeout == 4.0.3 werkzeug == 3.0.4 -pyopenssl == 24.2.1 +pyopenssl == 25.3.0 gunicorn == 23.0.0 packaging == 24.0 \ No newline at end of file diff --git a/services/TS29222_CAPIF_Logging_API_Invocation_API/requirements.txt b/services/TS29222_CAPIF_Logging_API_Invocation_API/requirements.txt index f3b73d46..9b28c5cd 100644 --- a/services/TS29222_CAPIF_Logging_API_Invocation_API/requirements.txt +++ b/services/TS29222_CAPIF_Logging_API_Invocation_API/requirements.txt @@ -6,7 +6,7 @@ Flask == 3.0.3 pymongo == 4.7.3 elasticsearch == 8.4.3 flask_jwt_extended == 4.6.0 -cryptography == 42.0.8 +cryptography == 46.0.1 redis == 4.5.4 opentelemetry-instrumentation == 0.40b0 opentelemetry-instrumentation-flask == 0.40b0 @@ -20,6 +20,6 @@ opentelemetry-api == 1.19.0 opentelemetry-sdk == 1.19.0 flask_executor == 1.0.0 werkzeug == 3.0.4 -pyopenssl == 24.1.0 +pyopenssl == 25.3.0 gunicorn == 23.0.0 packaging == 24.0 diff --git a/services/TS29222_CAPIF_Publish_Service_API/requirements.txt b/services/TS29222_CAPIF_Publish_Service_API/requirements.txt index aa5d7772..bec672cf 100644 --- a/services/TS29222_CAPIF_Publish_Service_API/requirements.txt +++ b/services/TS29222_CAPIF_Publish_Service_API/requirements.txt @@ -6,7 +6,7 @@ Flask == 3.0.3 pymongo == 4.7.3 redis == 4.5.4 flask_jwt_extended == 4.6.0 -cryptography == 42.0.8 +cryptography == 46.0.1 opentelemetry-instrumentation == 0.38b0 opentelemetry-instrumentation-flask == 0.38b0 opentelemetry-instrumentation-redis == 0.38b0 diff --git a/services/TS29222_CAPIF_Security_API/requirements.txt b/services/TS29222_CAPIF_Security_API/requirements.txt index ad9d6283..44771b29 100644 --- a/services/TS29222_CAPIF_Security_API/requirements.txt +++ b/services/TS29222_CAPIF_Security_API/requirements.txt @@ -6,7 +6,7 @@ Flask == 3.0.3 pymongo == 4.7.3 redis == 4.5.4 flask_jwt_extended == 4.6.0 -cryptography == 42.0.8 +cryptography == 46.0.1 rfc3987 == 1.3.8 opentelemetry-instrumentation == 0.40b0 opentelemetry-instrumentation-flask == 0.40b0 diff --git a/services/helper/requirements.txt b/services/helper/requirements.txt index bf16d663..33e44310 100644 --- a/services/helper/requirements.txt +++ b/services/helper/requirements.txt @@ -3,7 +3,7 @@ setuptools == 80.9.0 Flask == 3.0.3 pymongo == 4.7.3 flask_jwt_extended == 4.6.0 -pyopenssl == 24.1.0 +pyopenssl == 25.3.0 pyyaml == 6.0.1 requests == 2.32.2 gunicorn == 23.0.0 diff --git a/services/register/requirements.txt b/services/register/requirements.txt index 6e947d4f..2d5ea17f 100644 --- a/services/register/requirements.txt +++ b/services/register/requirements.txt @@ -3,7 +3,7 @@ setuptools == 80.9.0 Flask == 3.0.3 pymongo == 4.7.3 flask_jwt_extended == 4.6.0 -pyopenssl == 24.1.0 +pyopenssl == 25.3.0 pyyaml == 6.0.1 requests == 2.32.2 bcrypt == 4.3.0 diff --git a/tools/robot/basicRequirements.txt b/tools/robot/basicRequirements.txt index 2f6ea98a..d6b316fa 100644 --- a/tools/robot/basicRequirements.txt +++ b/tools/robot/basicRequirements.txt @@ -55,7 +55,7 @@ PyGithub == 1.56 PyJWT == 2.6.0 pymongo == 4.7.3 PyNaCl == 1.5.0 -pyOpenSSL == 24.1.0 +pyOpenSSL == 25.3.0 pyparsing == 3.0.9 PySocks == 1.7.1 pytest == 6.2.4 -- GitLab