diff --git a/pyproject.toml b/pyproject.toml index f69a867..91ca69d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "Flask-Mail==0.9.1", "email-validator==2.2.0", "python-dotenv==1.1.0", - "Werkzeug==3.0.1", + "Werkzeug==3.1.4", "qrcode[pil]==8.2", "WeasyPrint==65.1", "cryptography==45.0.4", diff --git a/requirements.txt b/requirements.txt index 55d82e2..3654518 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Flask-Migrate==4.0.5 Flask-Mail==0.9.1 email-validator==2.2.0 python-dotenv==1.0.1 -Werkzeug==3.0.1 +Werkzeug==3.1.4 qrcode[pil]==7.4.2 WeasyPrint==65.1 cryptography==42.0.5