Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend-python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask>=3.0.3
Flask-CORS>=4.0.0
python-dateutil>=2.8.2
cryptography>=43.0.3
cryptography>=46.0.5
Copy link

Copilot AI Feb 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

La mise à jour de cryptography vers 46.0.5 devrait également être appliquée au fichier requirements-python.txt (ligne 73) qui contient encore cryptography>=43.0.3. Cette incohérence entre les fichiers de dépendances peut créer des problèmes de compatibilité et de sécurité selon l'environnement d'exécution utilisé.

Copilot uses AI. Check for mistakes.
gunicorn>=21.2.0