diff --git a/requirements.txt b/requirements.txt index 60c7a8d..8e10bb9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ flask>=2.3.0,<3.0.0 flask-cors>=4.0.0 flask-socketio>=5.3.2 -Werkzeug>=2.3.0,<3.0.0 +Werkzeug>=3.1.5 # Quantum computing libraries cirq>=1.1.0 @@ -27,4 +27,5 @@ psutil>=5.9.0 cryptography>=41.0.0 # Optional: For better JSON handling -orjson>=3.9.0 \ No newline at end of file +orjson>=3.9.0 +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file