Commit ea3f3e28 authored by Stavros-Anastasios Charismiadis's avatar Stavros-Anastasios Charismiadis
Browse files

Upgrade pyopenssl, cryptography and starlette packages. Upgrade also the...

Upgrade pyopenssl, cryptography and starlette packages. Upgrade also the commands creating the certificates
parent 7a48c496
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Flask == 3.0.3
pymongo == 4.7.3
redis ==  4.5.4
flask_jwt_extended == 4.6.0
cryptography == 46.0.1
cryptography == 50.0.0
rfc3987 == 1.3.8
opentelemetry-instrumentation == 0.61b0
opentelemetry-instrumentation-flask == 0.61b0
@@ -23,4 +23,4 @@ Flask-APScheduler == 1.13.1
werkzeug == 3.1.4
gunicorn == 23.0.0
packaging == 24.0
starlette == 0.52.1
 No newline at end of file
starlette == 1.3.1
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Flask == 3.0.3
pymongo == 4.7.3
redis ==  4.5.4
flask_jwt_extended == 4.6.0
cryptography == 46.0.1
cryptography == 50.0.0
rfc3987 == 1.3.8
opentelemetry-instrumentation == 0.61b0
opentelemetry-instrumentation-flask == 0.61b0
@@ -21,4 +21,4 @@ flask_executor == 1.0.0
werkzeug == 3.1.3
gunicorn == 23.0.0
packaging == 24.0
starlette == 0.52.1
 No newline at end of file
starlette == 1.3.1
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Flask == 3.0.3
pymongo == 4.7.3
redis ==  4.5.4
flask_jwt_extended == 4.6.0
cryptography == 46.0.1
cryptography == 50.0.0
opentelemetry-instrumentation == 0.61b0
opentelemetry-instrumentation-flask == 0.61b0
opentelemetry-instrumentation-redis == 0.61b0
@@ -21,4 +21,4 @@ Flask-APScheduler == 1.13.1
Flask-Script == 2.0.6
gunicorn == 23.0.0
packaging == 24.0
starlette == 0.52.1
 No newline at end of file
starlette == 1.3.1
 No newline at end of file
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Flask == 3.0.3
pymongo == 4.7.3
elasticsearch == 8.4.3
flask_jwt_extended == 4.6.0
cryptography == 46.0.1
cryptography == 50.0.0
opentelemetry-instrumentation == 0.61b0
opentelemetry-instrumentation-flask == 0.61b0
opentelemetry-instrumentation-redis == 0.61b0
@@ -18,7 +18,7 @@ opentelemetry-api == 1.40.0
opentelemetry-sdk == 1.40.0
flask_executor == 1.0.0
werkzeug == 3.1.3
pyopenssl == 25.3.0
pyopenssl == 26.4.0
gunicorn == 23.0.0
packaging == 24.0
starlette == 0.52.1
 No newline at end of file
starlette == 1.3.1
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Flask == 3.0.3
pymongo == 4.7.3
redis ==  4.5.4
flask_jwt_extended == 4.6.0
cryptography == 46.0.1
cryptography == 50.0.0
rfc3987 == 1.3.8
opentelemetry-instrumentation == 0.61b0
opentelemetry-instrumentation-flask == 0.61b0
@@ -21,4 +21,4 @@ flask_executor == 1.0.0
werkzeug == 3.1.3
gunicorn == 23.0.0
packaging == 24.0
starlette == 0.52.1
 No newline at end of file
starlette == 1.3.1
 No newline at end of file
Loading