From eca0edf4d10552fb7a59afeef8ff4267d32c49e9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 Jan 2025 21:37:36 +0000 Subject: [PATCH] Update dependency waitress to v3 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 9b233cf..91a9fa7 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ python-dotenv = "==1.0.1" flask-migrate = "==4.0.7" flask-sqlalchemy = "==3.1.1" sqlalchemy = "==2.0.36" -waitress = "==2.1.2" +waitress = "==3.0.2" pyyaml = "==6.0.2" flask-cors = "==5.0.0" ldap3 = "==2.9.1"